Agent skills and bundled eCommerce MCP connector for buying digital goods on Bitrefill with crypto
npx claudepluginhub bitrefill/agentsBrowse and buy gift cards, mobile top-ups, and eSIMs on Bitrefill — 1,500+ brands, 180+ countries, crypto/x402/balance payments
A collection of agent skills for Bitrefill — enabling AI coding agents to browse, buy, and manage Bitrefill products.
| Item | Status |
|---|---|
| Repo | bitrefill/agents on GitHub |
| Skills | 2 skills (bitrefill-website, bitrefill-cli) |
| Plugin | .claude-plugin/marketplace.json (Claude Code / skills CLI compatible) |
| Spec | Agent Skills compliant |
npx skills add bitrefill/agents
With a specific agent (e.g. Cursor):
npx skills add bitrefill/agents -a cursor -y
| Skill | Description |
|---|---|
bitrefill-website | Browse and search Bitrefill (gift cards, top-ups, eSIMs), get product/pricing info, buy and pay with crypto or card, redeem or use purchases. Use when the user mentions Bitrefill, gift cards, phone top-up, eSIM, or paying with Bitcoin/Lightning. |
bitrefill-cli | Give agents real-world spending capabilities via the @bitrefill/cli. Autonomously search, buy, and deliver gift cards, mobile top-ups, and eSIMs from 1,500+ brands — paying with x402 over Base (USDC) or store credits, no traditional payment methods needed. |
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.