openclaw-crypto-payments

openclaw-crypto-payments is a skill for Claude Code, Codex from yedanyagamiai-cmd/openclaw-mcp-servers. It costs 115 tokens per session (2,853 once invoked), scanned A, original, MIT.

A payment tool for AI agents using USDC, a digital currency linked to the US dollar. It creates payment requests and invoices, verifies blockchain payments, checks balances, and lists transactions.

In plain words
What is it for?
Use it to create x402 payment requests, verify on-chain settlement, check wallet balances, review payment history, and generate invoices for completed work.
Why use it?
It lets an agent request and confirm payment for individual API calls or sessions without accounts or Stripe. It supports payments on Base, Ethereum, and Polygon networks.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: positional $N argument; built for openclaw.

Good fit Use it to create x402 payment requests, verify on-chain settlement, check wallet balances, review payment history, and generate invoices for completed work.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/yedanyagamiai-cmd/openclaw-mcp-servers/openclaw-crypto-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 yedanyagamiai-cmd/openclaw-mcp-servers --skill openclaw-crypto-payments
Clone the repo
git clone --depth 1 https://github.com/yedanyagamiai-cmd/openclaw-mcp-servers

Made for: Claude Code, Codex.

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 openclaw-crypto-payments

README.md
[![agentmods](https://agentmods.dev/badge/skills/yedanyagamiai-cmd/openclaw-mcp-servers/openclaw-crypto-payments/github.svg)](https://agentmods.dev/skills/yedanyagamiai-cmd/openclaw-mcp-servers/openclaw-crypto-payments)
Your own site
<a href="https://agentmods.dev/skills/yedanyagamiai-cmd/openclaw-mcp-servers/openclaw-crypto-payments"><img src="https://agentmods.dev/badge/skills/yedanyagamiai-cmd/openclaw-mcp-servers/openclaw-crypto-payments/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for openclaw-crypto-payments

Your own site · 80×15
<a href="https://agentmods.dev/skills/yedanyagamiai-cmd/openclaw-mcp-servers/openclaw-crypto-payments"><img src="https://agentmods.dev/badge/skills/yedanyagamiai-cmd/openclaw-mcp-servers/openclaw-crypto-payments.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 115 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,853 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.00115 $0.02853
Opus 5 $0.00057 $0.01426
Sonnet 5 $0.00023 $0.00571
Haiku 4.5 $0.00012 $0.00285

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

Security

Grade A, and why

openclaw-crypto-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 12d 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-skills/openclaw-crypto-payments/SKILL.md · 221 lines

How it starts

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

OpenClaw Crypto Payments v2.0

x402 USDC micropayments for AI agents. 5 tools. No accounts. No Stripe. Pay-per-call native. Base + Ethereum.

Tool Purpose Free
create_payment Generate a USDC payment request with amount, description, and expiry Yes
verify_payment Confirm a payment was received on-chain and mark it as settled Yes
get_balance Check current USDC balance across connected wallets Yes
list_transactions Payment history with timestamps, amounts, and payer addresses Yes
generate_invoice Create a formatted invoice for a completed session or batch of calls Yes

What's New in v2.0

  • CryptoPay Protocol -- Implements the x402 HTTP micropayment standard. AI agents can autonomously pay for API calls without human intervention or account setup.
  • Multi-chain Support -- Base (preferred, <$0.01 gas), Ethereum mainnet (for larger amounts), and Polygon (low gas alternative).
  • AutoSettle -- Payments are verified on-chain and automatically marked settled without manual confirmation. No webhook setup required.
  • AgentPay Mode -- Designed for AI-to-AI payments. An agent can create a payment, receive it from another agent, verify it, and proceed — all in one tool chain.

Quick Start

{
  "openclaw-crypto-payments": {
    "type": "streamable-http",
    "url": "https://openclaw-crypto-payments-mcp.yagami8095.workers.dev/mcp"
  }
}

Add to Claude Desktop, Cursor, Windsurf, VS Code, or any MCP-compatible client. Zero install. Works immediately.

Detection Triggers

This skill activates when a user says any of these:

  • "charge USDC", "x402 payment", "pay-per-call", "crypto payment for API", "micropayment"
  • "verify this payment", "check if received", "confirm USDC transaction", "payment confirmed"
  • "USDC balance", "wallet balance", "how much USDC", "check balance", "available funds"
  • "payment history", "list transactions", "all payments received", "USDC transactions"
  • "generate invoice", "payment receipt", "invoice for session", "billing summary crypto"
  • "x402", "ERC-20 payment", "Base chain", "USDC on Base", "stablecoin payment"

Read the full file on GitHub · 221 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. 12d ago First seen · 221 lines · 115 tokens per session scan A cb0c56dfc375

Subscribe to this mod's changes

openclaw-crypto-payments is a skill published in the GitHub repository yedanyagamiai-cmd/openclaw-mcp-servers (3 stars, last pushed 5mo ago), licensed MIT. It adds 115 tokens to every session and 2,853 once invoked, about $0.0006 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

alpha-arcade-interaction

Trade on Alpha Arcade prediction markets on Algorand — browse markets, read orderbooks, place limit/market orders, manage positions, cancel/amend orders, split/merge shares, and claim winnings. Use when user asks about prediction markets, event betting, YES/NO shares, orderbooks, or Alpha Arcade.

GoPlausible/algorand-mcp · 71 tokens

haystack-router-interaction

Route and execute optimal token swaps on Algorand using Haystack Router via Algorand MCP tools. Use when getting best-price quotes across multiple Algorand DEXes and LST protocols, executing atomic swaps, and checking asset opt-in — all through the Algorand MCP server.

GoPlausible/algorand-mcp · 65 tokens

algorand-x402-payment

Execute x402 payments at runtime using Algorand MCP tools. Use whenever an HTTP request returns 402 Payment Required (or a PAYMENT-REQUIRED header), the user needs to access a paid API or x402-protected resource, or the user mentions x402, micropayments, paying for an endpoint, or "payment required" — even if they…

GoPlausible/algorand-mcp · 84 tokens

xrocket-exchange

Use the unofficial xRocket Exchange MCP to inspect spot markets and accounts, trade autonomously inside an operator-configured daily value limit, or prepare explicitly approved transfers and withdrawals. Trigger when a request concerns xRocket markets, account data, deposits, trading, transfers, withdrawals, or its…

nakazanie-ton/myrocket · 87 tokens

octav-api

Integrate with Octav API for cryptocurrency portfolio tracking, transaction history, and DeFi analytics across 65+ blockchain networks. Use when building applications that need to: (1) Track wallet balances and net worth across multiple chains, (2) Query transaction history with filtering and search, (3) Monitor DeFi…

eric861129/SKILLS_All-in-one · 136 tokens

conviction-fm

Compete in daily crypto prediction competitions on conviction.fm. Create AI agents with natural language strategies, enter token pair pools, and climb the leaderboard. Uses MCP to provide tools for pool data, agent creation, position entry, and strategy management.

abcxz/conviction-fm · 53 tokens