首页龙虾技能列表 › stablecoin-depeg-scanner — 技能工具

stablecoin-depeg-scanner — 技能工具

v1.0.0

Evaluate stablecoin depeg events for crisis arbitrage opportunities. Use when a user mentions a stablecoin crash, depeg, exploit, hack, or asks whether to bu...

0· 104·0 当前·0 累计
by @june-kris·MIT-0
下载技能包
License
MIT-0
最后更新
2026/3/23
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
The skill's code, instructions, and external calls align with its stated purpose (fast depeg triage) and it does not request unrelated credentials, installs, or persistent privileges.
评估建议
This skill appears internally consistent with its purpose: it calculates quick heuristics using public CoinGecko and DefiLlama data and asks you (or the agent) to manually confirm exploit/team signals via web searches. Before installing or running: 1) remember this is trading guidance, not financial advice — the tool favors fast, small, high-risk bets; only use capital you can afford to lose; 2) running the script requires the agent to execute code and make outbound HTTP requests — if you run it...
详细分析 ▾
用途与能力
Name/description match the actual behavior: the skill fetches price and TVL from CoinGecko and DefiLlama, scores the event, and asks the agent to do targeted web searches. It does not request unrelated credentials or binaries.
指令范围
SKILL.md instructs running the included Python script and using web_search to confirm exploit/team signals (PeckShield/SlowMist/Twitter). This is expected for the stated purpose. Note: it requires the agent to resolve and run the script from SKILL_DIR (i.e., the agent needs filesystem and network access to execute the script and perform web searches). The instructions do not ask the agent to read unrelated system files or exfiltrate secrets.
安装机制
No install spec is provided (instruction-only + included script). Nothing is downloaded at install time, so there is no install-time network pull to scrutinize.
凭证需求
The skill requires no environment variables, credentials, or config paths. The script makes unauthenticated calls to public APIs (CoinGecko, DefiLlama), which is appropriate for this task.
持久化与权限
The skill is not forced-always and does not request elevated or persistent privileges. It does not modify other skills or system configuration.
安全有层次,运行前请审查代码。

License

MIT-0

可自由使用、修改和再分发,无需署名。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/3/23

Initial release of stablecoin-depeg-scanner: - Provides a 3-minute crisis arbitrage evaluator for stablecoin depegs. - Offers step-by-step instructions: automated assessment, exploit analysis, and recommendation delivery. - Integrates price, TVL, exploit type, and team response for decision-making. - Gives clear output format and rules for buy/watch/avoid recommendations. - Focuses on actionable intelligence for users considering depeg opportunities.

● 无害

安装命令 点击复制

官方npx clawhub@latest install stablecoin-depeg-scanner
镜像加速npx clawhub@latest install stablecoin-depeg-scanner --registry https://cn.clawhub-mirror.com

技能文档

3-minute crisis arbitrage evaluator. When a stablecoin loses its peg, run the assessment to decide: buy, watch, or avoid.

Philosophy

Depeg = panic pricing. The question is NOT "is it safe" but "is the discount bigger than the real damage?" Small position, high odds, asymmetric payoff.

Quick Start

When user mentions a stablecoin depeg event:

Step 1: Run the automated evaluator (60 seconds)

cd SKILL_DIR && python scripts/depeg_eval.py  --capital 
  • : CoinGecko ID or symbol (e.g., resolv-usr, USR, DAI)
  • --capital: User's total available capital in USD (default: 5000)
  • --peg: Target peg price if not $1.00 (default: 1.0)

The script auto-fetches: current price, market cap, TVL from DefiLlama, and calculates odds + position size.

Replace SKILL_DIR with the resolved absolute path of this SKILL.md's parent directory.

Step 2: Complete exploit analysis (60 seconds)

The script outputs a checklist. Use web_search to answer these questions:

  • Was collateral stolen or was it a mint/logic exploit?
- Search: " exploit PeckShield" or " hack SlowMist" - Mint/logic exploit (collateral intact) → bullish - Collateral drained → bearish

  • Has the team responded?
- Check their Twitter for pause announcement - Response within 1h → good sign - Silent >6h → red flag

  • Is the bug fixable?
- Smart contract bug with clear fix → recovery likely - Fundamental design flaw → avoid

Step 3: Adjust and deliver recommendation (60 seconds)

Based on exploit analysis, adjust the script's score:

  • Collateral confirmed intact → score +10
  • Team responded fast with plan → score +10
  • Collateral partially stolen → score -10
  • No team response → score -20
  • Algorithmic stablecoin / no real backing → score -50 (AVOID regardless)

Deliver final recommendation with:

  • Action: BUY / WATCH / AVOID
  • Position size in USD
  • Entry price range
  • Exit target
  • Stop condition

Decision Framework

For detailed scoring logic, exploit type analysis, historical benchmarks, and red/green flags, read references/decision-framework.md.

Output Format (to user)

🔍 稳定币脱锚评估: 

📊 价格: • 当前: $X.XX | 锚定: $1.00 | 偏离: XX% • 赔率: X.Xx

🏦 抵押物: • TVL: $XXM (较昨日 -X%) • 状态: 完整/部分损失/已掏空

🔐 攻击分析: • 类型: 铸造漏洞/预言机/抵押物被盗 • 团队响应: 已暂停/未回应 • 可修复性: 高/中/低

📋 结论: • 操作: 🟢买入 / 🟡观望 / 🔴回避 • 仓位: $XXX (总资金X%) • 目标: $X.XX • 止损条件: XXX

Key Rules

  • Speed over perfection — 3 minutes, not 30 minutes. First-mover advantage is everything.
  • TVL is truth — DefiLlama TVL > official statements. Contracts don't lie.
  • Small positions only — Never >6% of capital on a single depeg bet.
  • Algorithmic = death — No real collateral = no recovery. Luna/UST is the permanent lesson.
  • Exit plan before entry — Know your sell condition before buying.
数据来源:ClawHub ↗ · 中文优化:龙虾技能库
OpenClaw 技能定制 / 插件定制 / 私有工作流定制

免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制

了解定制服务