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/agentsWith 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:
- Create a new directory under
skills/(e.g.,skills/my-skill/) - Add a
SKILL.mdfile with valid YAML frontmatter (name,description) and agent instructions - Optionally add a
references/subdirectory with supporting documentation - Update
.claude-plugin/marketplace.jsonto register the skill
Skill names must be lowercase with hyphens and match the directory name exactly.
For the full Agent Skills specification, see agentskills.io/specification.