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 | 1 skill (bitrefill-website) |
| 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. |
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.