qubitrefill AGENTS.md

Repository instructions for QuipNetwork/qubitrefill, including its coding-agent skills and connection to Bitrefill, a service for buying digital products such as gift cards and phone credit.

In plain words
What is it for?
It helps agents work with the repository's Bitrefill connection, qupick purchase flow, product lookup, invoices, and related registration tasks. It also identifies the files and external documentation that define the setup.
Why use it?
It explains which external service handles purchases and sets safety rules for transactions involving real money, such as confirming prices and protecting wallet credentials.

Instructions file for CodexOpenCode

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/quipnetwork/qubitrefill/agents-md
Clone the repo
git clone --depth 1 https://github.com/QuipNetwork/qubitrefill

Made for: Codex, OpenCode.

Per session 1,501 This file is loaded in full into every session.
When invoked 1,501 The same file — it is already loaded in full.
Security scan A 1 finding. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.01501 $0.01501
Opus 5 $0.00750 $0.00750
Sonnet 5 $0.00300 $0.00300
Haiku 4.5 $0.00150 $0.00150

Measured 2d ago against content hash 379462ec070a, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

qubitrefill AGENTS.md scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

**Single human stop.** The flow is built to pause in exactly one place — the purchase approval. `mcp__bitrefill__buy-products` is deliberately kept off the `.claude/settings.local.json` allowlist. The six `mcp__qupick__*
AGENTS.md · 73 lines

How it starts

The opening of the file, as written. The whole thing — 73 lines — stays where its author put it; the contents beside it link to each section on GitHub.

AGENTS.md

Guidance for coding agents working in this repository.

Skills

Bitrefill

qupick's purchase layer is the Bitrefill MCP (https://api.bitrefill.com/mcp) — the mcp__bitrefill__* tools (search-products, product-details, buy-products, get-invoice-by-id). That MCP is the only hard dependency, and nothing from Bitrefill is vendored here. Connect it separately:

claude mcp add --transport http bitrefill https://api.bitrefill.com/mcp --scope user

Optionally, the upstream bitrefill plugin bundles the same MCP plus the bitrefill skill (capability routing, CLI/browse/REST fallbacks, safeguards prose) — /plugin install bitrefill@bitrefill-skills, run inside Claude Code (https://github.com/bitrefill/agents). qupick uses only the MCP tools, not the skill's mechanics.

  • Enum/endpoint source of truth: https://docs.bitrefill.com
  • Real money: codes deliver instantly and are non-refundable. Confirm product, price, and payment method before buying; use a dedicated low-balance account; never expose high-balance accounts or wallet seeds.

Qupick

Vendored at skills/qupick/SKILL.md. Delegates purchase mechanics to the Bitrefill MCP above and adds portfolio selection on top.

Triggers: "pay with my worst performer", "use my worst crypto to buy X".

Requires: the qupick MCP server — the portfolio backend served at http://127.0.0.1:8000/mcp, exposing mcp__qupick__* tools. The backend must be up when the session starts for the tools to register; if they are missing the skill offers to start it backgrounded with MARKET_DATA_SOURCE = config.backend.marketDataSource (default synthetic) and then has the user reconnect MCP (/mcp). Also a local skills/qupick/config.json (copy of the committed config.example.json; gitignored because it holds the real email), and the agent's API key pasted directly into the .mcp.json Authorization: Bearer header (emailed at registration; Claude Code does not expand ${VAR} in .mcp.json headers, so a literal key is required). Without the config the skill falls back to fully-interactive, on-chain-only behaviour.

Read the full file on GitHub · 73 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 73 lines · 1,501 tokens per session scan A 379462ec070a

Subscribe to this mod's changes

qubitrefill AGENTS.md is an instructions file published in the GitHub repository QuipNetwork/qubitrefill (5 stars, last pushed 2mo ago), licensed Apache-2.0. It adds 1,501 tokens to every session, about $0.0075 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.