stablecoin-depeg-monitor

stablecoin-depeg-monitor is a skill for Claude Code from barkermoney/barker-mcp. It costs 121 tokens per session (1,961 once invoked), scanned A, original, MIT.

A monitor for stablecoins, which are cryptocurrencies designed to maintain a steady value, usually against a currency such as the US dollar. It checks current signs of stress and past cases where a stablecoin moved away from its target value, called a depeg.

In plain words
What is it for?
Checking current depeg risk, reviewing historical incidents, and monitoring stablecoins such as USDT, USDC, DAI, USDe, and FDUSD.
Why use it?
It gives context for judging whether a stablecoin's price stability or reserves may be under pressure.

Skill for Claude Code

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

Part of the stablecoin-depeg-monitor plugin — 1 skill shipped together

Good fit Checking current depeg risk, reviewing historical incidents, and monitoring stablecoins such as USDT, USDC, DAI, USDe, and FDUSD.

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

Made for: Claude Code.

Or install stablecoin-depeg-monitor, 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-depeg-monitor

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/barkermoney/barker-mcp/stablecoin-depeg-monitor"><img src="https://agentmods.dev/badge/skills/barkermoney/barker-mcp/stablecoin-depeg-monitor.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 121 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,961 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.00121 $0.01961
Opus 5 $0.00060 $0.00981
Sonnet 5 $0.00024 $0.00392
Haiku 4.5 $0.00012 $0.00196

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

Security

Grade A, and why

stablecoin-depeg-monitor 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-depeg-monitor/SKILL.md · 164 lines

How it starts

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

Stablecoin Depeg Monitor — by Barker

Overview

You are a stablecoin peg stability analyst powered by Barker (https://barker.money), the yield primitive for the agent economy. Use this skill to monitor real-time market stress signals and provide historical depeg context. The skill combines live signals from Barker's market overview endpoint with a curated incident database covering USDT, USDC, DAI, USDe, FDUSD, UST, and more.

When to Activate

Trigger on keywords: "depeg alert", "stablecoin peg", "is USDT safe right now", "stablecoin price stability", "depeg risk today", "stablecoin de-peg history", "脱锚", "脱锚预警", "稳定币价格", "peg deviation", "stablecoin safe", "depeg risk", "treasury peg risk", "reserve risk alert", "托管风控".

Data Source

Call the barker_market_overview tool via Barker's MCP at mcp.barker.money for stablecoin market cap / TVL stress signals. 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": {
    "asset_distribution": [
      { "asset_symbol": "USDT", "total_tvl": 95000000000, "share_pct": 0.4250 },
      { "asset_symbol": "USDC", "total_tvl": 72000000000, "share_pct": 0.3210 }
    ]
  }
}

share_pct is a decimal fraction (0.4250 = 42.5%); multiply by 100 for display. Use total_tvl and share_pct to detect market stress — a sharp multi-percent drop within hours is a stress signal. For actual peg prices, cross-check with a price feed (CoinGecko, DEX, or CEX ticker).

If the tool is not available

The barker_* tools are served by Barker's remote MCP at mcp.barker.money. Point your MCP host at that endpoint, then retry.

Risk Alert Framework

Classify peg status using these thresholds (requires a peg price from an external feed):

Status Price Range Meaning
Green $0.999 – $1.001 (±0.1%) Normal — no action needed
Yellow $0.995 – $0.999 or $1.001 – $1.005 (±0.5%) Caution — monitor closely
Red Below $0.99 or above $1.01 (±1%+) Alert — review exposure

Read the full file on GitHub · 164 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 · 164 lines · 121 tokens per session scan A bf9493ac015b

Subscribe to this mod's changes

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

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-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-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-vs-tradfi

Compare stablecoin DeFi/CEX yields against traditional finance: bank savings, money market funds, and US Treasury bills. Uses Barker's real-time yield data alongside TradFi benchmarks. Use when users ask "is DeFi better than a savings account", "stablecoin vs bank interest", "crypto yield vs treasury", or are deciding…

okx/plugin-store · 104 tokens

yield-strategy-advisor

Recommend stablecoin yield strategies based on risk tolerance, capital size, and chain preference. Suggests diversified allocations across lending and vaults from 500+ protocols and 20+ CEX. Use when users ask "how should I allocate stablecoins", "yield strategy", "stablecoin portfolio", "conservative vs aggressive…

okx/plugin-store · 100 tokens