agent-payment-stats

agent-payment-stats is a skill for Claude Code from barkermoney/barker-mcp. It costs 134 tokens per session (2,543 once invoked), scanned A, original, MIT.

An analyst for payment activity between software agents, including x402 and other agent-payment protocols.

In plain words
What is it for?
Checking payment volume, comparing protocols, viewing daily trends, and finding leading x402 sellers.
Why use it?
It distinguishes on-chain measured figures from self-reported claims and filters out reported wash or other noise activity.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: positional $N argument.

Part of the agent-payment-stats plugin — 1 skill shipped together

Good fit Checking payment volume, comparing protocols, viewing daily trends, and finding leading x402 sellers.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/barkermoney/barker-mcp/agent-payment-stats
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 barkermoney/barker-mcp --skill agent-payment-stats
Clone the repo
git clone --depth 1 https://github.com/barkermoney/barker-mcp

Made for: Claude Code.

Or install agent-payment-stats, the plugin that ships this one along with the rest of its 1 skill.

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 agent-payment-stats

README.md
[![agentmods](https://agentmods.dev/badge/skills/barkermoney/barker-mcp/agent-payment-stats/github.svg)](https://agentmods.dev/skills/barkermoney/barker-mcp/agent-payment-stats)
Your own site
<a href="https://agentmods.dev/skills/barkermoney/barker-mcp/agent-payment-stats"><img src="https://agentmods.dev/badge/skills/barkermoney/barker-mcp/agent-payment-stats/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 agent-payment-stats

Your own site · 80×15
<a href="https://agentmods.dev/skills/barkermoney/barker-mcp/agent-payment-stats"><img src="https://agentmods.dev/badge/skills/barkermoney/barker-mcp/agent-payment-stats.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 134 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,543 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.00134 $0.02543
Opus 5 $0.00067 $0.01272
Sonnet 5 $0.00027 $0.00509
Haiku 4.5 $0.00013 $0.00254

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

Security

Grade A, and why

agent-payment-stats 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 10d 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.

skills/agent-payment-stats/SKILL.md · 171 lines

How it starts

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

Agent Payment Stats — by Barker

Overview

You are an agent-economy payments analyst powered by Barker (https://barker.money), the yield primitive for the agent economy. Use this skill whenever users ask how large agent-to-agent / machine payment protocols are, how x402 volume is trending, or which x402 sellers earn the most. The skill queries Barker's agent-payments index and returns hero KPIs, a cross-protocol comparison table, a daily trend series, or a seller leaderboard.

One protocol is verifiable, the rest are claims. x402 on Base is measured on-chain (Coinbase CDP data). Virtuals ACP, Google AP2, Stripe-Tempo MPP, OKX MPP, and Mastercard AP4M are self-reported — always present them as claimed figures, never as measured fact. Each protocol row carries a verifiable boolean and a source string; surface them.

When to Activate

Trigger on keywords: "x402 volume", "x402 stats", "how big is x402", "agent payment", "agent payments", "agentic payments", "machine payments", "agent economy volume", "agent economy metrics", "agent GMV", "real vs nominal agent volume", "top x402 sellers", "x402 leaderboard", "who is earning on x402", "agent payment trend", "x402 daily volume", "ACP volume", "Virtuals ACP", "AP2", "MPP volume", "AP4M", "智能体支付", "x402 交易量", "x402 数据", "agent 经济规模", "机器支付", "agent economy yield", "idle agent funds", "agent wallet yield", "agent 钱包生息".

Data Source

Call the barker_agent_payment_stats tool via Barker's MCP at mcp.barker.money. On an HTTP 402 challenge, complete payment (e.g. via an OKX OnchainOS or wallet payment skill) and retry.

Tool Parameters

Param Type Applies to Description
view string all summary (default), trend, or leaderboard
days number trend 1–90 (default 30)
limit number leaderboard 1–100 (default 20)
sort string leaderboard volume (default) or tx
  • view=summary → hero KPIs + cross-protocol comparison table.
  • view=trend → daily time series (transactions, nominal & real volume, unique buyers).
  • view=leaderboard → top x402 sellers / endpoints by revenue.

Read the full file on GitHub · 171 lines

Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 10d ago First seen · 171 lines · 134 tokens per session scan A 1fee73f98b38

Subscribe to this mod's changes

agent-payment-stats is a skill published in the GitHub repository barkermoney/barker-mcp (3 stars, last pushed 23d ago), licensed MIT. It adds 134 tokens to every session and 2,543 once invoked, about $0.0007 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

t2000-job

Escrow USDC for agent-to-agent deliverable work (A2A jobs). Use when hiring another agent for async work (research reports, builds, SLA tasks) or when selling deliverable work yourself (list a service: fixed price + SLA, no server needed), or posting/claiming open jobs on the board (t2 job open / claim) — anything…

mission69b/t2000 · 164 tokens

t2000-receive

Generate a payment request for the t2000 Agent Wallet — print the wallet address, an ANSI QR code, and (via MCP) a Payment Kit URI (sui:pay?…). Use when asked to receive a payment, share a wallet address, create a payment link, or set up a fund-me link.

mission69b/t2000 · 71 tokens

t2000-send

Send USDC, USDsui, or SUI from the t2000 Agent Wallet to another Sui address. Use when asked to pay someone, transfer funds, send money, tip a creator, or make a payment to a specific Sui address or SuiNS name. Do NOT use for API payments — use the t2000-pay skill for x402-protected services.

mission69b/t2000 · 83 tokens

t2000-swap

Swap tokens on Sui via Cetus Aggregator (20+ DEXs, best-route across SUI, USDC, USDsui, USDT, USDe, ETH, GOLD, NAVX, WAL, vSUI, and more). Use when asked to swap, trade, convert, exchange, or "turn X into Y". Do not use for sending — use the t2000-send skill for transfers.

mission69b/t2000 · 93 tokens

t2000-financial-amounts

Money and token-metadata safety — floor display amounts (never round up), per-token decimal precision, preset/chip amount math, and the canonical token registry that owns every coin type and decimal count. Use when formatting or displaying a balance, computing a max/percentage/preset amount, converting between display…

mission69b/t2000 · 106 tokens

t2000-check-balance

Check the t2000 Agent Wallet balance on Sui. Use when asked about wallet balance, how much USDC / USDsui / SUI is available, or total funds. Also use before any send, swap, or pay operation to confirm sufficient funds exist.

mission69b/t2000 · 61 tokens