z-zero-payments

z-zero-payments is a skill for Claude Code from Dempty-glitch/Z-Zero-mcp. It costs 55 tokens per session (1,866 once invoked), scanned A, original, MIT.

Instructions for paying through the Z-Zero payment MCP server using gas-free USDC on Base or single-use virtual cards. Card numbers, security codes, and expiry dates stay outside the agent’s context.

In plain words
What is it for?
Use them when purchasing subscriptions, API credits, or goods through crypto or card checkout. They also describe how to handle payment tokens and record the purchase purpose and result.
Why use it?
They define a safer payment workflow and require human approval before a payment is executed.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter. Also seen: built for openclaw.

Good fit Use them when purchasing subscriptions, API credits, or goods through crypto or card checkout. They also describe how to handle payment tokens and record the purchase purpose and result.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/dempty-glitch/z-zero-mcp/z-zero-payments
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.

Any agent
npx skills add Dempty-glitch/Z-Zero-mcp --skill z-zero-payments
Clone the repo
git clone --depth 1 https://github.com/Dempty-glitch/Z-Zero-mcp

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for z-zero-payments

README.md
[![agentmods](https://agentmods.dev/badge/skills/dempty-glitch/z-zero-mcp/z-zero-payments.svg)](https://agentmods.dev/skills/dempty-glitch/z-zero-mcp/z-zero-payments)
Your own site
<a href="https://agentmods.dev/skills/dempty-glitch/z-zero-mcp/z-zero-payments"><img src="https://agentmods.dev/badge/skills/dempty-glitch/z-zero-mcp/z-zero-payments.svg" alt="Measured on agentmods" height="20"></a>
Per session 55 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,866 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00055 $0.01866
Opus 5 $0.00028 $0.00933
Sonnet 5 $0.00011 $0.00373
Haiku 4.5 $0.00006 $0.00187

Measured 7d ago against content hash bfff7f65fc3c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

z-zero-payments scanned grade A with 0 findings 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 7d 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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

clawhub/z-zero-payments/SKILL.md · 97 lines

How it starts

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

Z-Zero Payments

Give this agent the ability to buy things — SaaS subscriptions, API credits, physical goods — without ever seeing a card number.

Z-Zero is a payment MCP server with two rails behind one interface:

  • Gasless USDC on Base for crypto-native checkouts (sponsored by Coinbase Paymaster — the wallet holds only USDC, no ETH, no gas UX).
  • JIT single-use virtual cards for the 99% of the web that only takes cards: issued with one amount cap and a 1-hour token TTL, then burned after a confirmed use.

The security model (read this first)

This skill is deliberately boring about money. Four boundaries matter:

  1. The model never sees card data. No PAN, no CVV, no expiry ever enters your context. You only ever handle single-use tokens; the real card details are injected into the merchant's checkout form by a local Playwright process and wiped from RAM. If you ever think you need a card number, you are off the rails — stop.
  2. Human approval is a required workflow, not yet a server-side gate. Before any payment executes, call request_human_approval with the exact final total and wait for confirmation. The current tool returns an approval prompt for the agent to follow; independent out-of-band enforcement is roadmap, so never describe approval as cryptographically enforced today.
  3. Blast radius is capped per card. The issuer enforces the per-card amount cap and single use. The merchant named at issuance is compared in the receipt, but a different merchant is not currently declined at authorization; do not call that an issuer-enforced merchant lock.
  4. Keys rotate on connect (v1.5.0+). Any Passport Key that was pasted into a conversation is treated as burned: on first connect the server swaps it for a fresh key stored only in ~/.z-zero/credentials (0600) — the live key never exists in any LLM context. One key = one machine; all agents on the machine share it, and a connect from a different machine disconnects this one (built-in intrusion alarm).

Read the full file on GitHub · 97 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. 7d ago First seen · 97 lines · 55 tokens per session scan A bfff7f65fc3c

Subscribe to this mod's changes

z-zero-payments is a skill published in the GitHub repository Dempty-glitch/Z-Zero-mcp (1 stars, last pushed 16d ago), licensed MIT. It adds 55 tokens to every session and 1,866 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

agent-payment-stats

Cross-protocol agent-economy payment metrics from Barker's index. x402 (Base) volume is on-chain verifiable; ACP / AP2 / MPP / AP4M figures are self-reported claims. Separates real vs nominal volume by filtering wash/noise sellers. Use when users ask about x402 volume, agent payment stats, agent economy metrics, or…

barkermoney/barker-mcp · 134 tokens

stablecoin-chain-explorer

Explore stablecoin TVL distribution and yield opportunities by blockchain. Query which chains have the most stablecoins, compare cross-chain yields, and find the best opportunities on Ethereum, BSC, Arbitrum, Base, Polygon, and more. Also for protocols and issuers researching where stablecoin TVL and liquidity…

barkermoney/barker-mcp · 102 tokens

agentpay-sdk

Install and operate the AgentPay SDK. Trigger this when an agent needs to install agentpay, explain AgentPay SDK capabilities without probing the machine first, bind Link for Fiat card payments, set up or reuse a Crypto wallet, check funding, generate funding instructions or a QR, guide the user through policy changes…

worldliberty/agentpay-sdk · 117 tokens

USDD / JUST Protocol

USDD stablecoin operations — PSM swaps (buyGem/sellGem), vault position queries, and balance checks via the JUST Protocol on TRON.

BofAI/skills · 37 tokens

hive-market-research

Use this skill for any live crypto market question — prices, 24h moves, liquidity, exchange/venue data, OHLC candles, order books, tickers, funding rates, derivatives, trading context — even casual asks like "what's BTC at" or "is ETH pumping". Use it whenever the answer needs current market numbers instead of memory.…

hive-intel/hive-sdk · 109 tokens

hive-query

Default entry point for any live crypto question when Hive MCP is connected — prices, wallets, tokens, DeFi, NFTs, Solana, security, markets, DEX, networks, prediction markets. Use it whenever the answer depends on live or on-chain data instead of answering from memory, even if the user never mentions Hive. Routes…

hive-intel/hive-sdk · 119 tokens