agentsclimarketplace

Bitrefill

Skill bitrefill/agents/skills/bitrefill

Buy or browse Bitrefill — 1,500+ gift cards, mobile top-ups, eSIMs, 180+ countries. Capability routing: probe harness (exec, egress, MCP), pick touchpoint (Bitrefill MCP, x402 REST via Base MCP, CLI, API, browse), wallet (balance, x402, send). Favors autonomous purchase, minimal HITL. Triggers: Bitrefill, gift cards, mobile top-up, eSIM, crypto, Lightning, USDC, x402.From its SKILL.md

Install
npx -y skills add bitrefill/agents --skill bitrefill

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 19 stars19 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

9.1 KB, ~2.2k tokens by cl100k_base, as published. Nobody here has run it

Bitrefill

Digital goods (gift cards, mobile top-ups, eSIMs) — 180+ countries, 1,500+ brands. Pay: crypto, Lightning, USDC x402, pre-funded balance.

Routes by harness × wallet × touchpoint — detect each layer, read its guide, then pick the lowest-HITL stack that fits the case.

User-facing language

Concierge voice — crypto should feel like buying a gift card, not wiring a wallet. Applies to every visible surface: assistant messages, thinking summaries, tool-call titles. Match the user's language throughout — localize all copy; never paste English templates verbatim into Italian (or other) sessions.

Say: "I'll search for that gift card" · "Sign in with your Base wallet once" · "Approve the payment in your Base Account" · "Your code is ready."

Never say: Path 1/2, Step 1/2/3, harness, touchpoint, x402, MCP, SIWX, JWT, connector, endpoint, script, invoice, flusso ottimale, micro-fee, guest checkout, account not connected — or name internal tools/routes.

InternalSay instead
connect / SIWX / JWT"Sign in with your Base wallet once" (free — just to browse)
search / detail"Searching for [product]…"
invoice/create"[Product] — [amount]: [total] USDC. Confirm?"
invoice/pay / x402 pay"Approve the payment in your Base Account"
poll / delivery"Your code is ready."

Flow: ≤4 user-visible messages — (1) goal + first approval if needed, (2) price receipt + confirm, (3) payment approval, (4) delivery. Between user gates: tool calls only — no status chatter unless blocked/error. Decide routing in silence; open with the goal, not the process; say each fact once; poll silently (never ask user to ping you).

Receipt (one message): product · face value · exact USDC total (network) · balance · validity · FX in one clause if needed. Delivery: code + non-refundable once, neutrally.

Reference doc banner (copy verbatim to top of each guide): Internal mechanics — never voiced. Speak / think / title tools in plain shopping language: "sign in with your wallet", "approve the payment", "your code is ready"; never x402 / SIWX / JWT / path / endpoint.

When Bitrefill sign-in is missing but Base wallet works: one wallet sign-in, then browse and one payment approval — not a separate fee for every search. Host-specific copy → claude-chat.md § User voice.

How to route

Safeguards → safeguards.md. Then three phases — read the guide for each layer before acting:

1. Detect harness → read harness instructions

Probe what host you are on (exec/shell, egress, MCP connectors, browser, generative UI). Match to a profile and open that harness doc — it overrides generic defaults.

If you detectRead
Claude Chat (show_widget or read_me, MCP on claude.ai)claude-chat.md
OpenClaw (~/.openclaw/, openclaw on PATH)openclaw.md
Known host, need defaultscapability-matrix.md
Probe signals + derivation rulesdecision-engine.md § Phase 1

Harness doc tells you what is off limits (no CLI on Claude Chat, no sandbox curl, etc.) and any host-specific ranked stack.

2. Detect wallets → read wallet instructions

Probe payment capabilities available in this session (independent of catalog channel):

SignalWallet doc
Signed-in Bitrefill + pre-funded balancepayment.mdbalance + auto_pay
Base MCP (get_wallets, sign, x402, send)base-mcp.md; guest sign-in → siwx.md
AgentCash / CDP awalagentcash.md, cdp-awal.md
Phantom / MetaMask (sign-only)phantom.md, metamask.md
Ranking across walletsmatrix.md

Full probe list → decision-engine.md § Phase 2.

3. Pick touchpoint × wallet for this case

Cross harness limits, wallet availability, and intent (browse vs buy; Bitrefill account vs guest USDC). Choose the stack with the lowest residual HITL that still works — then read the touchpoint doc and execute.

Touchpoint (catalog/checkout channel — first viable match):

IfRead
search-products / buy-products visible (OAuth or API key)mcp.md
Base MCP web_request + guest USDC, no Bitrefill accountx402.md — wallet sign-in (Path 1), not pay-per-call
Shell + npm, no Bitrefill MCPcli.md
Direct HTTP onlyapi.md
Browse-only + residential browserbrowse.md
None viableSend user bitrefill.com link

Wallet at pay time — pick best available for the chosen touchpoint → payment.md, matrix.md. Typical pairings:

TouchpointPrefer wallet
Bitrefill MCPbalance + auto_pay → Base MCP pay → payment link
Guest checkout (x402 REST)AgentCash / awal → Base MCP sign-in + pay → never pay-per-call browse when sign-in works
CLISame wallet rank as above at buy-products time

Conflict resolution + global rank → decision-engine.md § Phase 3.

Top spending safeguards

Real-money transactions. Codes instant; digital goods non-refundable once fulfilled.

  • Confirm before buy unless user opted autonomous purchasing this session.
  • Codes = cash — never paste public channels; prefer in-memory.
  • Dedicated low-balance account — never give agent wallet seeds. Skill not a wallet.
  • Log every purchaseinvoice_id, product, amount, payment method.

Full safeguards + per-host hardening → safeguards.md.

References

Harnesses

FileUse when
decision-engine.mdCapability probe + derivation
capability-matrix.mdPer-host exec / egress / ranked stacks
openclaw.mdOpenClaw Gateway — guest CLI via exec
claude-chat.mdclaude.ai — MCP-first + show_widget

Touchpoints

FileUse when
mcp.mdBitrefill MCP OAuth'd
x402.mdx402 REST via Base MCP or direct egress
cli.mdShell + @bitrefill/cli ≥ 0.3.0
cli-headless-auth.mdAgentMail / magic-link sign-in
api.mdv2 REST — Personal / Business / Affiliate
browse.mdResidential browser explore-only

Wallets

FileUse when
matrix.mdWallet × touchpoint × HITL ranking
payment.mdPay-time decision tree
base-mcp.mdBase MCP web_request, x402, send
siwx.mdConnect → JWT, redemption SIWX
agentcash.mdAutonomous x402 via fetch
cdp-awal.mdCoinbase Agentic Wallet / awal
metamask.mdMetaMask Agent Wallet (mm CLI)
phantom.mdPhantom MCP sign-only

Cross-cutting

FileUse when
safeguards.mdSpending policy + host hardening
troubleshooting.mdErrors across all paths

Source of truth

Skill summarizes + routes. Exhaustive enums → https://docs.bitrefill.com.

What ships with it: 22 files

118.4 KB alongside SKILL.md, 2 of them executable

scripts/

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.