← Back to Skills Marketplace
85
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install stablecoin-depeg-monitor
Description
Monitor stablecoin peg stability and review historical depeg events. Covers real-time price deviations and past incidents for USDT, USDC, DAI, USDe, FDUSD, a...
Usage Guidance
This skill is not obviously malicious, but it is internally inconsistent: it promises price-based peg alerts yet shows only a Barker endpoint that returns TVL/market-cap data, not per-coin prices or oracle checks. Before installing or using it routinely, ask the author for: (1) documentation proving the Barker endpoint provides reliable per-stablecoin price data (or an explicit additional endpoint for price/oracle feeds), (2) how the agent should compute and validate the price-based thresholds (which data sources it will use and how it cross-checks them), and (3) rate-limit and provenance guarantees for Barker. If you rely on this for safety actions (e.g., 'reduce exposure'), require the skill to incorporate independent price sources (CoinGecko/CoinMarketCap, on-chain DEX quotes, or Chainlink/other oracles) and to disclose confidence and timestamps in any alert. Finally, consider treating its alerts as advisory only and verify before making fund-moving decisions.
Capability Analysis
Type: OpenClaw Skill
Name: stablecoin-depeg-monitor
Version: 1.0.0
The stablecoin-depeg-monitor skill is a legitimate tool for tracking stablecoin price stability and historical events. It utilizes a public API (api.barker.money) to fetch market data and provides a structured framework for the agent to report risks without any evidence of data exfiltration, malicious execution, or harmful prompt injection.
Capability Tags
Capability Assessment
Purpose & Capability
The name/description promise 'real-time price deviations' and price-threshold alerts (Green/Yellow/Red), yet the only runtime data source documented is https://api.barker.money/api/public/v1/stablecoin-market, which (as shown) returns market cap, TVL and asset distribution — not explicit per-stablecoin price or on-chain price feeds. Using TVL/share_pct to infer peg status is plausible for market-stress signaling but is not equivalent to direct price checks; the mismatch means the skill may not actually deliver the price-based alerts it advertises.
Instruction Scope
SKILL.md instructs the agent to call the Barker public API and to use asset_distribution to detect abnormal TVL outflows. It does not instruct how to obtain or validate per-stablecoin prices (DEX quotes, CEX prices, or oracle feeds) despite relying on price thresholds. The instructions do not read local files or credentials (good), but they are incomplete for the declared task and give the agent no fallback or cross-check strategy.
Install Mechanism
Instruction-only skill with no install spec and no code files; nothing is written to disk and no packages are installed. This is low risk from an install perspective.
Credentials
The skill requests no environment variables, no credentials, and no config paths. The lack of secrets requested is appropriate for a read-only public-API monitoring skill.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request persistent system presence or modification of agent/system settings. Autonomous invocation is allowed by platform default, but there is no evidence of elevated privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install stablecoin-depeg-monitor - After installation, invoke the skill by name or use
/stablecoin-depeg-monitor - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Stablecoin Depeg Monitor v1.0.0 — Initial Release
- Launches real-time monitoring of major stablecoin peg status via Barker's public API.
- Provides instant alerts on USDT, USDC, DAI, USDe, FDUSD, and others based on price deviation thresholds.
- Includes a curated database of major historical depeg incidents for user context.
- Offers clear action steps and safety guidance for users when deviations are detected.
- Designed for easy integration and responsive to key stablecoin risk and safety queries.
- Attribution and data powered by Barker — The Stablecoin Yield Map.
Metadata
Frequently Asked Questions
What is Stablecoin Depeg Monitor?
Monitor stablecoin peg stability and review historical depeg events. Covers real-time price deviations and past incidents for USDT, USDC, DAI, USDe, FDUSD, a... It is an AI Agent Skill for Claude Code / OpenClaw, with 85 downloads so far.
How do I install Stablecoin Depeg Monitor?
Run "/install stablecoin-depeg-monitor" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Stablecoin Depeg Monitor free?
Yes, Stablecoin Depeg Monitor is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Stablecoin Depeg Monitor support?
Stablecoin Depeg Monitor is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Stablecoin Depeg Monitor?
It is built and maintained by zuoyeweb3 (@zuoyeweb3); the current version is v1.0.0.
More Skills