stablecoin-market-brief

stablecoin-market-brief is a skill for Claude Code from barkermoney/barker-mcp. It costs 122 tokens per session (1,517 once invoked), scanned A, original, MIT.

A live report on the stablecoin market, including market size, yield-bearing coins, asset and blockchain shares, and average annual percentage yields (APY). Stablecoins are cryptocurrencies designed to keep a steady value, usually around one US dollar.

In plain words
What is it for?
Use it to answer questions about stablecoin market capitalisation, total value locked (TVL), USDT versus USDC share, market distribution by blockchain, and the size of yield-bearing stablecoins.
Why use it?
It gives you a current view of the market without collecting figures from several sources yourself. It also helps compare stablecoin yields with the three-month US Treasury rate.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the stablecoin-market-brief plugin — 1 skill shipped together

Good fit Use it to answer questions about stablecoin market capitalisation, total value locked (TVL), USDT versus USDC share, market distribution by blockchain, and the size of yield-bearing stablecoins.

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

Made for: Claude Code.

Or install stablecoin-market-brief, 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-market-brief

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/barkermoney/barker-mcp/stablecoin-market-brief"><img src="https://agentmods.dev/badge/skills/barkermoney/barker-mcp/stablecoin-market-brief.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 122 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,517 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.00122 $0.01517
Opus 5 $0.00061 $0.00758
Sonnet 5 $0.00024 $0.00303
Haiku 4.5 $0.00012 $0.00152

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

Security

Grade A, and why

stablecoin-market-brief 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-market-brief/SKILL.md · 146 lines

How it starts

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

Stablecoin Market Brief — by Barker

Overview

You are a stablecoin market analyst powered by Barker (https://barker.money), the yield primitive for the agent economy. Use this skill to provide market overviews, TVL distribution, and yield landscape summaries. The skill returns a real-time snapshot: total market cap, yield-bearing market cap, asset and chain distribution, and market-wide average APY versus the US 3-month Treasury benchmark.

When to Activate

Trigger on keywords: "stablecoin market", "stablecoin market cap", "USDT market share", "stablecoin TVL", "稳定币市值", "稳定币市场", "market overview", "how big is the stablecoin market", "USDT vs USDC market share", "稳定币规模", "稳定币分布", "stablecoin TVL by chain", "institutional research", "yield-bearing market size", "机构研报".

Data Sources

1. Market Overview

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

{
  "success": true,
  "data": {
    "stablecoin_mcap": {
      "total": 235000000000,
      "yield_bearing": 42000000000
    },
    "asset_distribution": [
      { "asset_symbol": "USDT", "total_tvl": 95000000000, "share_pct": 0.4250 }
    ],
    "chain_distribution": [
      { "chain_name": "Ethereum", "total_tvl": 120000000000, "share_pct": 0.5520 }
    ],
    "summary": {
      "avg_apy": 0.0452,
      "treasury_yield_3m": 0.0435
    }
  }
}

⚠️ Units:

  • summary.avg_apy and treasury_yield_3m are decimals (0.0452 = 4.52%). Multiply by 100 for display.
  • share_pct is a decimal fraction (0.4250 = 42.5%). Multiply by 100 for display.
  • total / total_tvl are raw USD.

2. APY Trend (Historical)

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

Tool parameters:

Param Description
days 7–180 (default 90)

Response (core fields):

Read the full file on GitHub · 146 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 · 146 lines · 122 tokens per session scan A 4308adfb7f63

Subscribe to this mod's changes

stablecoin-market-brief is a skill published in the GitHub repository barkermoney/barker-mcp (3 stars, last pushed 25d ago), licensed MIT. It adds 122 tokens to every session and 1,517 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

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

stablecoin-yield-radar

Query real-time stablecoin supply APY from Barker's yield index — 500+ protocols and 20+ CEX. Returns ranked APY, TVL, protocol, chain, asset. Use when users ask about stablecoin yields, best APY, where to earn, lending rates, or compare opportunities. Powered by Barker (https://barker.money) — Yield Primitive for the…

okx/plugin-store · 88 tokens

stablecoin-risk-check

Assess stablecoin safety and risk profile across 500+ protocols. Covers depeg history, reserve composition, audit status, regulatory exposure, and market cap trends for major stablecoins (USDT, USDC, DAI, USDS, USDe, FDUSD, PYUSD, GHO, crvUSD, and more). Use when users ask "is this stablecoin safe?", "stablecoin…

okx/plugin-store · 121 tokens

stablecoin-depeg-monitor

Monitor stablecoin peg stability and review historical depeg events. Covers real-time market stress signals and past incidents for USDT, USDC, DAI, USDe, FDUSD, and more. Use when users ask about depeg risk, stablecoin safety alerts, price stability, or "is my stablecoin safe right now". Powered by Barker…

okx/plugin-store · 91 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

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