🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@agentresources/skill-types

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@agentresources/skill-types

Type contracts for forkable AR skills (handlers.ts shape, action context, dry-run/confirm).

latest
Source
npmnpm
Version
2.0.0
Version published
Maintainers
1
Created
Source

@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-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.

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.

FAQs

Package last updated on 08 May 2026

Did you know?

Socket

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.

Install

Related posts