By bitrefill
Automate the purchase of digital goods such as gift cards, mobile top-ups, and eSIMs from over 1,500 brands across 180+ countries using Bitcoin, Lightning, or USDC, accessible through CLI or API.
A unified, capability-aware agent skill for Bitrefill — enabling AI coding agents to browse, buy, and manage gift cards, mobile top-ups, and eSIMs across 180+ countries with crypto, Lightning, USDC via x402, or pre-funded account balance.
| Item | Status |
|---|---|
| Repo | bitrefill/agents on GitHub |
| Skill | bitrefill v3.1 — harness × touchpoint × wallet routing |
| Plugin | .claude-plugin/marketplace.json + manifest; includes eCommerce MCP via root .mcp.json (Claude Code / Cowork) |
| Spec | Agent Skills compliant |
/plugin marketplace add bitrefill/agents
/plugin install bitrefill@bitrefill-skills
/reload-plugins
Registers the bitrefill skill and eCommerce MCP (.mcp.json); OAuth on first MCP call. Pin: bitrefill/[email protected].
Update:
/plugin marketplace update bitrefill-skills
/plugin update bitrefill@bitrefill-skills
/reload-plugins
Cowork: Customize → Plugins → add bitrefill/agents → install bitrefill. claude.ai: Connectors only → claude-chat.md. Other hosts → mcp.md.
npx skills add bitrefill/agents
With a specific agent (e.g. Cursor):
npx skills add bitrefill/agents -a cursor -y
Via the cross-host installer:
npx skills add bitrefill/agents -a openclaw -y
Or via OpenClaw's own ClawHub registry:
openclaw skills install bitrefill
openclaw gateway restart
Then wire the eCommerce MCP for typed purchase tools:
openclaw mcp set bitrefill --url "https://api.bitrefill.com/mcp/$BITREFILL_API_KEY"
Full setup, channel-aware scenarios, and hardening: skills/bitrefill/references/harnesses/openclaw.md.
| Skill | Description |
|---|---|
bitrefill | Capability-driven routing: probe harness (exec, egress, MCP), pick touchpoint (Bitrefill MCP, x402 REST via Base MCP, CLI, API, browse), then wallet (balance, x402, send). Includes OpenClaw, Hermes, ChatGPT+Base MCP, and wallet matrix (Base MCP, AgentCash, CDP awal, Phantom, MetaMask). |
.mcp.json
.claude-plugin/
├── plugin.json
└── marketplace.json
skills/bitrefill/
├── SKILL.md
└── references/
├── harnesses/
│ ├── decision-engine.md
│ ├── capability-matrix.md
│ ├── openclaw.md
│ └── claude-chat.md
├── touchpoints/
│ ├── mcp.md
│ ├── x402.md
│ ├── cli.md
│ ├── cli-headless-auth.md
│ ├── api.md
│ └── browse.md
├── wallets/
│ ├── matrix.md
│ ├── payment.md
│ ├── base-mcp.md
│ ├── siwx.md
│ ├── agentcash.md
│ ├── cdp-awal.md
│ ├── metamask.md
│ └── phantom.md
├── safeguards.md
└── troubleshooting.md
To add a new skill:
skills/ (e.g., skills/my-skill/)SKILL.md file with valid YAML frontmatter (name, description) and agent instructionsreferences/ subdirectory with supporting documentation.claude-plugin/marketplace.json to register the skillSkill names must be lowercase with hyphens and match the directory name exactly.
For the full Agent Skills specification, see agentskills.io/specification.
External network access
Connects to servers outside your machine
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub bitrefill/agents --plugin bitrefillPay-per-call access to premium APIs via x402/MPP micropayments.
Claude Code skill pack for Ramp (24 skills)
expert-level click payment integration skill for uzbekistan's click superapp
Editorial "Commerce & Payments" bundle for Claude Code from Antigravity Awesome Skills.
Claude Code bridge for the existing AgentLayer wallet runtime. Connects to Solana, Bitcoin, and EVM wallets without creating a new one.
Official Stripe payment platform skills for checkout, billing, Connect, and API upgrades.