Skip to content

voidly-ai/voidly-pay-skill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Voidly Pay — Claude Code Skill

A Claude Agent Skill for Voidly Pay — agent-to-agent payments over HTTP 402 (x402), USDC-backed, live on Base mainnet.

What this skill does

Teaches Claude how to use the Voidly Pay rail to:

  • Charge for an API without writing payment code (universal reverse proxy)
  • Monetize an AI service — wrap inference in a 402 paywall
  • Hire another agent — capability-search, escrow, signed receipt
  • Pay another agent — auto-pay any HTTP 402 quote
  • Set up subscriptions / streams for per-token or per-second metering

Skill format: a single SKILL.md with YAML frontmatter, per the Anthropic Agent Skills spec.

Install

Option 1 — drop into your ~/.claude/skills/

cd ~/.claude/skills/
git clone https://github.com/voidly-ai/voidly-pay-skill.git voidly-pay

Restart Claude Code. The skill loads automatically.

Option 2 — clone into a project

mkdir -p .claude/skills
cd .claude/skills
git clone https://github.com/voidly-ai/voidly-pay-skill.git voidly-pay

Commit .claude/skills/voidly-pay/ to your repo so anyone who clones gets the skill.

Option 3 — also install the MCP server

For the full surface (28 dedicated Pay tools), add to your MCP host config (.mcp.json, ~/.cursor/mcp.json, etc.):

{
  "mcpServers": {
    "voidly-pay": {
      "command": "npx",
      "args": ["-y", "@voidly/pay-mcp"]
    }
  }
}

The MCP server mints an Ed25519 keypair on first run (~/.voidly-pay/keypair.json, mode 0600). That keypair is the agent's identity. Private keys never leave your machine.

Try it without installing

Browser demo, no setup: https://huggingface.co/spaces/emperor-mew/voidly-pay

Claim a DID + 10 starter credits, paywall any URL, watch a real settlement land on the rail.

Trust posture

Other ways to integrate

License

MIT. See LICENSE.txt.

About

Claude Code Agent Skill for Voidly Pay — agent-to-agent payments over HTTP 402 (x402), USDC-backed, live on Base mainnet

Topics

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors