Releases: bitrefill/agents
v2.1.5
Bitrefill plugin v2.1.5
Skill docs for @bitrefill/cli 0.3.0 — headless agent auth, guest checkout, and OpenClaw routing.
Highlights
- Guest checkout first — agents can search, quote, and buy with
buy-products --email+ crypto or payment link. No login required. Fastest way to try Bitrefill autonomously. - Sign up when it matters —
login/verifyunlock store-creditbalance, cashback rewards, and order history. Human pre-funds spending cap via account balance. - OpenClaw prefers guest CLI — default purchase path is
exec: bitrefill …before MCP or signed-in flows.
New
references/cli-headless-auth.md— headless sign-in with AgentMail or equivalent inbox; 1Password TOTP via officialop read/op item get --otp.
CLI path (references/cli.md)
- Rewritten for CLI ≥ 0.3.0: removed
--api-key,BITREFILL_API_KEY,credentials.json, browser OAuth. - Documented magic-link auth:
login --email→verify --code[→--otpfor 2FA]. - Guest vs signed-in payment matrix;
whoami,reset,manifest. - Verify gotchas from real agent sessions (email code vs TOTP,
loginhidden after sign-in).
OpenClaw (references/host-openclaw.md)
- Path priority: guest CLI → signed-in CLI → MCP → API → Browse.
- Telegram, cron, camera, and heartbeat scenarios use
exec: bitrefill …. - MCP demoted to optional; no API key env required for first purchase.
Also updated
SKILL.md— routing, compatibility, reference table.troubleshooting.md— CLI 0.3.0 auth errors and verify pitfalls.safeguards.md— agent-owned inbox; OpenClaw guest-first policy.capability-matrix.md— OpenClaw guest CLI default.
Distribution
.claude-plugin/plugin.jsonandmarketplace.json: 2.1.5.
Full Changelog: v2.1.2...v2.1.5
v2.1.2
Bitrefill plugin v2.1.2
Skill
references/cli.md: aligned with @bitrefill/cli 0.2.0 —bitrefill init,llm-context, global--api-key/--json/--no-interactive,credentials.jsonvs OAuth state, OpenClaw bootstrap pointer.references/troubleshooting.md: OAuth / credential paths updated;bitrefill initas first-time fix.- Skill metadata
version: 2.1.0.
Distribution
.claude-plugin/plugin.jsonandmarketplace.json: 2.1.2.
Full Changelog: v2.1.1...v2.1.2
v2.1.1
Highlights
- Single
bitrefillskill replaces separatebitrefill-cliandbitrefill-websiteskills with a capability decision tree and shared references. - Bundled eCommerce MCP via
.mcp.json(OAuth) for typed catalog and purchase flows. - Reference layout:
api,cli,mcp,browse,host-openclaw,capability-matrix,safeguards,troubleshooting.
Install
/plugin marketplace add bitrefill/agents
/plugin install bitrefill@bitrefill-skillsPlugin version: 2.1.1 (see .claude-plugin/plugin.json).
What's Changed
- Unified bitrefill skill (v2.0.0) + bundled eCommerce MCP connector (v2.1.0) by @marcopesani in #1
New Contributors
- @marcopesani made their first contribution in #1
Full Changelog: v1.5.0...v2.1.1
v1.5.0
Full Changelog: v1.4.0...v1.5.0
v1.4.0
Full Changelog: v1.3.2...v1.4.0
v1.3.2
Full Changelog: 1.3.1...v1.3.2
1.3.1
Full Changelog: v1.3.0...1.3.1
v1.3.0
Full Changelog: v1.2.0...v1.3.0
v1.2.0
Full Changelog: https://github.com/bitrefill/agents/commits/v1.2.0
Intial Release
We're excited to ship the first release of Bitrefill Agent Skills: installable skills that let AI coding agents browse, search, and buy on Bitrefill (gift cards, mobile top-ups, eSIMs) and pay with crypto or card.
What's included
| Asset | Description |
|---|---|
| bitrefill-website.zip | Skill package: browse and search Bitrefill, get product and pricing info, complete purchases, redeem or use orders. Use when users mention Bitrefill, gift cards, phone top-up, eSIM, or paying with Bitcoin/Lightning. |
Each zip contains SKILL.md (agent instructions and metadata) and optional references/ documentation. Skills follow the Agent Skills specification.
Installation
All skills (recommended):
npx skills add bitrefill/agentsSingle skill (e.g. Cursor):
npx skills add bitrefill/agents -a cursor -yFeedback
Open an issue for bugs or feature requests.
Changelog: v1.1.0 commits