Skip to content

Releases: bitrefill/agents

v2.1.5

22 May 14:30

Choose a tag to compare

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 matterslogin / verify unlock store-credit balance, 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 official op 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 --emailverify --code [→ --otp for 2FA].
  • Guest vs signed-in payment matrix; whoami, reset, manifest.
  • Verify gotchas from real agent sessions (email code vs TOTP, login hidden 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.json and marketplace.json: 2.1.5.

Full Changelog: v2.1.2...v2.1.5

v2.1.2

27 Apr 13:01

Choose a tag to compare

Bitrefill plugin v2.1.2

Skill

  • references/cli.md: aligned with @bitrefill/cli 0.2.0bitrefill init, llm-context, global --api-key / --json / --no-interactive, credentials.json vs OAuth state, OpenClaw bootstrap pointer.
  • references/troubleshooting.md: OAuth / credential paths updated; bitrefill init as first-time fix.
  • Skill metadata version: 2.1.0.

Distribution

  • .claude-plugin/plugin.json and marketplace.json: 2.1.2.

Full Changelog: v2.1.1...v2.1.2

v2.1.1

27 Apr 12:53
451bd4c

Choose a tag to compare

Highlights

  • Single bitrefill skill replaces separate bitrefill-cli and bitrefill-website skills 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-skills

Plugin 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

Full Changelog: v1.5.0...v2.1.1

v1.5.0

10 Mar 11:15

Choose a tag to compare

Full Changelog: v1.4.0...v1.5.0

v1.4.0

10 Mar 01:12

Choose a tag to compare

Full Changelog: v1.3.2...v1.4.0

v1.3.2

10 Mar 00:29

Choose a tag to compare

Full Changelog: 1.3.1...v1.3.2

1.3.1

10 Mar 00:23

Choose a tag to compare

Full Changelog: v1.3.0...1.3.1

v1.3.0

10 Mar 00:12

Choose a tag to compare

Full Changelog: v1.2.0...v1.3.0

v1.2.0

09 Mar 23:57

Choose a tag to compare

Intial Release

19 Feb 16:30

Choose a tag to compare

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/agents

Single skill (e.g. Cursor):

npx skills add bitrefill/agents -a cursor -y

Feedback

Open an issue for bugs or feature requests.


Changelog: v1.1.0 commits