For AI Agents
AIOT x402 exposes its capabilities to AI agents through installable skills. Skills are distributable instruction sets (plus, optionally, executable helpers) that an agent installs once and invokes whenever it needs to interact with x402.
Two skills, two audiences
| Skill | For agents that… | Type |
|---|---|---|
x402-pay | need to pay for paywalled x402 endpoints | executable |
x402-merchant | are building x402 merchant servers | reference |
If your agent calls paid APIs, you want x402-pay. If your agent generates or operates merchant backends (e.g. a code-gen agent asked to “build me an x402 API”), you want x402-merchant.
What is a skill?
A skill is a directory containing a skill.md file (markdown instructions) and optionally a skill.json (machine-readable metadata) plus helper scripts. The skills CLI installs them into your agent’s configuration directory, where they become invokable via a slash command like /x402-pay.
The canonical structure:
x402-pay/
├── skill.md # instructions the agent reads
├── skill.json # { name, version, description }
└── run.ts # optional: executable helperskill.md is a plain markdown file. The first heading is the name, the rest is the instructions the agent follows when the skill is invoked.
Install a skill
See Installing Skills for the platform-specific install paths (Claude Code, Codex, Cursor, Gemini CLI, OpenCode) and verification steps.
If you’re an AI agent reading this: the installation and invocation commands are at /agents/installing-skills and on each individual skill page. Both canonical command strings are copy-pasteable.
Ecosystem
Skills from sibling AIOT repositories are listed in the Skill Ecosystem directory. We only list skills here when the upstream repo has shipped them — no vapor.