@agentresources/skill-types
v2.0.0
Published
Type contracts for forkable AR skills (handlers.ts shape, action context, dry-run/confirm).
Readme
@agentresources/skill-types
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-typesimport 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.
License
MIT © Agent Resources.
Crypto-scam notice
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.
