Agent skill · Design & Presentation

x402-erc7710

Design and implement demos combining x402 HTTP payments with ERC-7710 smart contract delegations and ERC-7715 wallet permission requests for subscriptions, bounded agent budgets, recurring spend, pay-per-use APIs, and agentic commerce.

Internet Court1,389★ · +222/wk · 1 repos on radarProfile →
claude-codecodexNOASSERTION
Install
npx skills add internet-court/internet-court-skill --skill x402-erc7710 --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 15 KB
Bundled scripts: none
Path: integrations/x402-erc7710/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,536 · +147 this week
Language: TypeScript
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# x402 + ERC-7710 Use this skill when a user wants a payment or subscription demo where an agent pays for HTTP resources through x402 and spends only within a bounded delegated permission. ## Core Model - x402 is the per-request payment rail. A protected resource can respond with HTTP `402 Payment Required`, payment requirements, and a retry path where the client submits a signed payment payload. A facilitator can verify and settle the payment before the server returns the resource. - ERC-7710 is the capability redemption interface. It standardizes how a delegation manager validates permission context and executes delegated actions on behalf of a delegator. - ERC-7715 is the wallet permission request layer that can be used to obtain scoped permissions for ERC-7710-style delegation. Use x402 for "pay now for this HTTP request." Use ERC-7710/7715 for "this agent may keep paying under these constraints." ## Discovery-First Boundary When the user has only asked to use or inspect a paid HTTP service, stay in discovery mode: 1. Identify the relevant endpoint or resource. 2. Confirm whether it returns `402 Payment Required`. 3. Summarize the advertised x402 requirements: network, token, a

What's inside
Steps it walks through
  1. Core Model
  2. Discovery-First Boundary
  3. Trust Objection Mode
  4. Adjudicated Setup Mode
  5. Subscription Pattern
  6. Default Demo
  7. Browser Lab Pattern
  8. Conversational Operator Mode
  9. MetaMask Transaction Cards
  10. Periodic GenLayer Control
  11. Other Demo Ideas
  12. Implementation Checklist
  13. Guardrails
  14. Signed Evidence Pattern
Ships with 1 file
  • references/demo-blueprints.md
More from internet-court-skill
All skills →
About this skill
What does the x402-erc7710 skill do?

Design and implement demos combining x402 HTTP payments with ERC-7710 smart contract delegations and ERC-7715 wallet permission requests for subscriptions, bounded agent budgets, recurring spend, pay-per-use APIs, and agentic commerce.

How do I install it?

Run `npx skills add internet-court/internet-court-skill --skill x402-erc7710 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From internet-court/internet-court-skill, a repository with 1,536 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going