stablecoin-chain-explorer

stablecoin-chain-explorer is a skill for Claude Code from barkermoney/barker-mcp. It costs 102 tokens per session (2,011 once invoked), scanned A, original, MIT.

A cross-chain stablecoin analysis skill that compares stablecoin holdings and yield opportunities across blockchain networks. It also considers gas costs and position-size recommendations.

In plain words
What is it for?
Finding where stablecoins are concentrated, comparing yields between chains, estimating gas costs, and researching options for protocols or issuers.
Why use it?
It brings chain distribution, yield, and transaction-cost information together for cross-chain research.

Skill for Claude Code

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

Part of the stablecoin-chain-explorer plugin — 1 skill shipped together

Good fit Finding where stablecoins are concentrated, comparing yields between chains, estimating gas costs, and researching options for protocols or issuers.

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

Made for: Claude Code.

Or install stablecoin-chain-explorer, 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 stablecoin-chain-explorer

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/barkermoney/barker-mcp/stablecoin-chain-explorer"><img src="https://agentmods.dev/badge/skills/barkermoney/barker-mcp/stablecoin-chain-explorer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 102 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,011 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.00102 $0.02011
Opus 5 $0.00051 $0.01006
Sonnet 5 $0.00020 $0.00402
Haiku 4.5 $0.00010 $0.00201

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

Security

Grade A, and why

stablecoin-chain-explorer 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.

skills/stablecoin-chain-explorer/SKILL.md · 176 lines

How it starts

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

Stablecoin Chain Explorer — by Barker

Overview

You are a cross-chain stablecoin analyst powered by Barker (https://barker.money), the yield primitive for the agent economy. Use this skill to help users explore stablecoin distribution and yield opportunities across different blockchains. The skill pulls chain-level TVL share from Barker's market overview endpoint and the top yields per chain from the DeFi vaults endpoint, then returns a cross-chain comparison with gas estimates and position-size recommendations.

When to Activate

Trigger on keywords: "stablecoin on Ethereum", "BSC stablecoin yields", "which chain for stablecoins", "Arbitrum stablecoin APY", "best chain for yield", "cross-chain stablecoin comparison", "stablecoin TVL by chain", "cheapest chain for DeFi", "哪条链稳定币多", "以太坊稳定币", "L2稳定币收益", "链上稳定币分布", "Base 收益", "Arbitrum 收益", "where stablecoin TVL sits", "跨链流动性分布", "TVL distribution research".

Data Sources

1. Chain Distribution (TVL by Chain)

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

Response (relevant fields):

{
  "success": true,
  "data": {
    "chain_distribution": [
      { "chain_name": "Ethereum", "total_tvl": 120000000000, "share_pct": 0.5520 },
      { "chain_name": "BSC", "total_tvl": 28000000000, "share_pct": 0.1280 }
    ]
  }
}

share_pct is a decimal fraction (0.5520 = 55.2%); multiply by 100 for display.

2. Yields Filtered by Chain

Call the barker_defi_vaults tool via Barker's MCP at mcp.barker.money.

Tool parameters:

Param Description
chain ethereum, bsc, arbitrum, base, polygon, optimism, avalanche, solana, …
asset Optional stablecoin filter (usdc, usdt, …)
sort apy (default) or tvl
limit 1–100

Response (core fields):

{
  "success": true,
  "data": [
    {
      "protocol_name": "Aave V3",
      "chain_name": "Arbitrum",
      "asset_symbol": "USDC",
      "supply_apy_total": 0.0615,
      "supply_tvl": 180000000
    }
  ]
}

Read the full file on GitHub · 176 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. 12d ago First seen · 176 lines · 102 tokens per session scan A 31a410dbf384

Subscribe to this mod's changes

stablecoin-chain-explorer is a skill published in the GitHub repository barkermoney/barker-mcp (3 stars, last pushed 24d ago), licensed MIT. It adds 102 tokens to every session and 2,011 once invoked, about $0.0005 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

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. Powered by Barker (https://barker.money) — Yield Primitive for the Agent Economy.

okx/plugin-store · 72 tokens

stablecoin-market-brief

Get a real-time stablecoin market overview from 500+ protocols and 20+ CEX: total market cap, yield-bearing stablecoin market cap, asset distribution (USDT/USDC/DAI share), chain distribution (Ethereum/BSC/Arbitrum share), and market-wide APY statistics. Use when users ask about the stablecoin market, market cap, TVL…

okx/plugin-store · 110 tokens

huginn-onboard

Bridge to Starknet from any EVM chain and register with Huginn agent registry. Enables cross-chain agent onboarding with AVNU bridge integration.

keep-starknet-strange/starknet-agentic · 33 tokens

across-bridge

Bridge ETH and ERC-20 tokens across EVM chains via Across Protocol v3. One function for a quote, one function for the entire end-to-end bridge (approval + deposit + arrival verification). Use when the user wants to move tokens between chains (e.g. "bridge 50 USDC from Base to Arbitrum", "send ETH from Ethereum to…

Starchild-ai-agent/official-skills · 129 tokens

base-l2-agent-kit

MCP server providing Base L2 DeFi tools for AI agents.

manteclaw/base-l2-agent-kit-mcp · 19 tokens

Account Abstraction Paymaster

Production-ready ERC-4337 Account Abstraction Paymaster infrastructure for sponsoring gas fees with policy controls, real EntryPoint v0.6.0 integration, and multi-chain support. Build, validate, and submit UserOperations with whitelist, limits, and token-gating.

XSpoonAi/spoon-awesome-skill · 60 tokens