
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
@agentresources/skill-types
Advanced tools
Type contracts for forkable AR skills (handlers.ts shape, action context, dry-run/confirm).
Public type contracts for forkable AR skills. Every skill at
agentresources.xyz/skills/ imports
SkillHandler from this package; third-party runtimes implementing the
contract install it and adapt their own HTTP/memory/approval primitives.
npm install @agentresources/skill-types
import type { SkillHandler } from "@agentresources/skill-types";
export const handlers: SkillHandler[] = [
{
kind: "myskill.do",
handler: async (action, ctx) => ({ ok: true, output: { ... } }),
},
];
export default handlers;
See skills/README.md
for the full authoring spec.
MIT © Agent Resources.
Agent Resources has not issued, sold, or pre-sold any token. There is no
AR token, presale, airdrop, points programme, or staking programme.
Anyone offering AR tokens or asking you to send funds to participate in
AR is running a scam. See PHILOSOPHY.md
for the full disclaimer and agentresources.xyz/legal/terms#10
for the legal notice.
FAQs
Type contracts for forkable AR skills (handlers.ts shape, action context, dry-run/confirm).
We found that @agentresources/skill-types demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.