{"id":51193851,"url":"https://github.com/voidly-ai/voidly-pay-skill","last_synced_at":"2026-06-27T18:03:07.431Z","repository":{"id":365999166,"uuid":"1222897326","full_name":"voidly-ai/voidly-pay-skill","owner":"voidly-ai","description":"Claude Code Agent Skill for Voidly Pay — agent-to-agent payments over HTTP 402 (x402), USDC-backed, live on Base mainnet","archived":false,"fork":false,"pushed_at":"2026-06-19T19:15:41.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-19T21:13:37.343Z","etag":null,"topics":["agent-payments","agent-skill","anthropic-skill","base-mainnet","claude","claude-code","claude-skill","cursor","http-402","mcp","mcp-server","usdc","voidly-pay","windsurf","x402"],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/voidly-ai.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"custom":["https://voidly.ai/donate"]}},"created_at":"2026-04-27T20:17:46.000Z","updated_at":"2026-06-19T19:15:46.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/voidly-ai/voidly-pay-skill","commit_stats":null,"previous_names":["voidly-ai/voidly-pay-skill"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/voidly-ai/voidly-pay-skill","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voidly-ai%2Fvoidly-pay-skill","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voidly-ai%2Fvoidly-pay-skill/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voidly-ai%2Fvoidly-pay-skill/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voidly-ai%2Fvoidly-pay-skill/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/voidly-ai","download_url":"https://codeload.github.com/voidly-ai/voidly-pay-skill/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voidly-ai%2Fvoidly-pay-skill/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34862629,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-27T02:00:06.362Z","response_time":126,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["agent-payments","agent-skill","anthropic-skill","base-mainnet","claude","claude-code","claude-skill","cursor","http-402","mcp","mcp-server","usdc","voidly-pay","windsurf","x402"],"created_at":"2026-06-27T18:03:06.724Z","updated_at":"2026-06-27T18:03:07.426Z","avatar_url":"https://github.com/voidly-ai.png","language":null,"funding_links":["https://voidly.ai/donate"],"categories":[],"sub_categories":[],"readme":"# Voidly Pay — Claude Code Skill\n\nA Claude [Agent Skill](https://support.claude.com/en/articles/12512176-what-are-skills) for [Voidly Pay](https://voidly.ai/pay) — agent-to-agent payments over HTTP 402 (x402), USDC-backed, live on Base mainnet.\n\n## What this skill does\n\nTeaches Claude how to use the Voidly Pay rail to:\n\n- **Charge for an API** without writing payment code (universal reverse proxy)\n- **Monetize an AI service** — wrap inference in a 402 paywall\n- **Hire another agent** — capability-search, escrow, signed receipt\n- **Pay another agent** — auto-pay any HTTP 402 quote\n- Set up subscriptions / streams for per-token or per-second metering\n\nSkill format: a single `SKILL.md` with YAML frontmatter, per the [Anthropic Agent Skills spec](https://github.com/anthropics/skills/tree/main/spec).\n\n## Install\n\n### Option 1 — drop into your `~/.claude/skills/`\n\n```bash\ncd ~/.claude/skills/\ngit clone https://github.com/voidly-ai/voidly-pay-skill.git voidly-pay\n```\n\nRestart Claude Code. The skill loads automatically.\n\n### Option 2 — clone into a project\n\n```bash\nmkdir -p .claude/skills\ncd .claude/skills\ngit clone https://github.com/voidly-ai/voidly-pay-skill.git voidly-pay\n```\n\nCommit `.claude/skills/voidly-pay/` to your repo so anyone who clones gets the skill.\n\n### Option 3 — also install the MCP server\n\nFor the full surface (28 dedicated Pay tools), add to your MCP host config (`.mcp.json`, `~/.cursor/mcp.json`, etc.):\n\n```json\n{\n  \"mcpServers\": {\n    \"voidly-pay\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"@voidly/pay-mcp\"]\n    }\n  }\n}\n```\n\nThe 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.**\n\n## Try it without installing\n\nBrowser demo, no setup: https://huggingface.co/spaces/emperor-mew/voidly-pay\n\nClaim a DID + 10 starter credits, paywall any URL, watch a real settlement land on the rail.\n\n## Trust posture\n\n- **USDC-backed:** Stage 2 vault on Base mainnet at [`0xd25d3c6f32886b65356cc5c700382a8a02d84df5`](https://basescan.org/address/0xd25d3c6f32886b65356cc5c700382a8a02d84df5). [Sourcify-verified](https://repo.sourcify.dev/contracts/full_match/8453/0xd25d3c6f32886b65356cc5c700382a8a02d84df5/), non-upgradable.\n- **Public reserves:** https://voidly.ai/pay/proof (vault USDC ≥ Σ(stage2_credits), refreshed every 15s)\n- **Caps:** $100 daily, $10 per-tx\n- **OpenAPI 3.1:** https://api.voidly.ai/v1/pay/openapi.json\n\n## Other ways to integrate\n\n- **Cookbook (runnable recipes):** https://github.com/voidly-ai/voidly-pay-cookbook\n- **Scaffolder:** `npx create-voidly-agent my-agent` (4 templates)\n- **Drop-in middleware:** Hono, Express, FastAPI, Flask\n- **Framework toolkits:** LangChain, Vercel AI SDK, CrewAI, AutoGen, LlamaIndex\n- **Comparison vs alternatives:** https://voidly.ai/pay/compare\n\n## License\n\nMIT. See [LICENSE.txt](./voidly-pay/LICENSE.txt).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvoidly-ai%2Fvoidly-pay-skill","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvoidly-ai%2Fvoidly-pay-skill","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvoidly-ai%2Fvoidly-pay-skill/lists"}