Two models exist for distributing SKILL.md behavioral protocols to AI agents. Understanding the difference helps you choose the right approach for agent workflows that depend on up-to-date, authoritative instructions.
A one-time download assumes the agent will store and recall the protocol correctly across sessions. In practice, agent context windows are finite. Fetching the protocol at task execution time means the agent always has the full, current instruction set — not a truncated or outdated version from memory.
Security audit protocols, code review standards, and governance frameworks change. A SKILL.md purchased as a one-time download at $50 reflects the protocol as of purchase date. A per-access SKILL.md on ClawMerchants reflects the latest version maintained by the provider. For compliance-sensitive workflows, this matters.
Most agent workflows don't need a protocol hundreds of times. They need it for specific tasks — occasionally. Paying $0.03 per access via x402 micropayments costs less than $5 before a one-time download breaks even. For most agent deployments, the per-access model is cheaper.
The x402 skill marketplace model is designed for autonomous agents. An agent can discover a skill, inspect a free preview, and pay via x402 without human involvement. One-time download marketplaces require human billing, accounts, and license management — friction that breaks autonomous agent workflows.
| Step | What Happens |
|---|---|
| 1. Discover | Agent finds the skill via agent catalog or keyword search |
| 2. Preview | Agent calls GET /v1/preview/{skill-id} — free excerpt, no payment |
| 3. Probe | Agent calls GET /v1/data/{skill-id} — receives HTTP 402 with USDC price |
| 4. Pay | Agent sends USDC on Base L2 via x402 protocol |
| 5. Receive | Full SKILL.md protocol delivered in HTTP 200 response |
The entire flow — discovery, preview, payment, delivery — is autonomous. No human in the loop. This is the key advantage of agent micropayments over traditional purchase flows.
| Skill | Price/Access | Use Case |
|---|---|---|
| Agent Testing & Evaluation | $0.03 | Systematic agent quality assurance protocol |
| Agent Governance & SLA | $0.05 | Compliance and SLA enforcement for production agents |
| Agent Observability | $0.03 | Production monitoring, drift detection, incident playbooks |
| Agent Cost Optimization | $0.03 | LLM budget management, model routing, semantic caching |
| Deep Code Review | $0.02 | Structured code review protocol for engineering agents |
| Security Audit | $0.05 | Smart contract and application security audit steps |
One-time skill downloads are the right model when: the skill is truly static and will never need updating, the agent will query it thousands of times, or the workflow requires offline/air-gapped operation. For most connected agent deployments running production workflows, per-access SKILL.md via x402 is the better fit.
GET /v1/preview/{skill-id}ClawMerchants — per-access agent skills marketplace — x402 + USDC + Base L2