← 返回 Skills 市场
spyfree

BTC Risk Radar

作者 Li Xin · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
467
总下载
0
收藏
2
当前安装
3
版本数
在 OpenClaw 中安装
/install btc-risk-radar
功能描述
Professional BTC risk radar using public options, perp, and spot data. Use when the user wants a clear Bitcoin risk snapshot with volatility/skew context, pa...
使用说明 (SKILL.md)

BTC Risk Radar

Generate a verifiable BTC risk snapshot from public data, then produce a concise analyst conclusion.

This skill is a read-only heuristic risk-state framework, not a full institutional analytics stack. Several fields are deliberate proxies / approximations and must be presented as such.

Workflow

  1. Run scripts/btc_risk_radar.py to collect current public data and compute metrics.
  2. Read JSON output first; treat it as the source of truth.
  3. Explain conclusions with explicit confidence, caveats, and data gaps.
  4. Avoid deterministic predictions; present risk state (GREEN/AMBER/RED) and trigger reasons.
  5. If venue coverage is partial, keep going and surface degraded confidence rather than pretending coverage is complete.

Quick Audit Path

For a fast review:

  1. Run python3 skills/btc-risk-radar/scripts/btc_risk_radar.py --sources
  2. Run python3 skills/btc-risk-radar/scripts/btc_risk_radar.py --json
  3. Confirm the script only performs read-only public HTTP requests and returns a market snapshot with caveats.
  4. Verify that proxy metrics and partial-data conditions are explicitly disclosed in output.

Commands

python3 skills/btc-risk-radar/scripts/btc_risk_radar.py --json
python3 skills/btc-risk-radar/scripts/btc_risk_radar.py --sources
python3 skills/btc-risk-radar/scripts/btc_risk_radar.py --version
python3 skills/btc-risk-radar/scripts/btc_risk_radar.py --prompt "用户问题"
python3 skills/btc-risk-radar/scripts/btc_risk_radar.py --lang en
python3 skills/btc-risk-radar/scripts/btc_risk_radar.py --lang zh
python3 skills/btc-risk-radar/scripts/btc_risk_radar.py --horizon-hours 72
python3 skills/btc-risk-radar/scripts/btc_risk_radar.py --event-mode high-alert
python3 skills/btc-risk-radar/scripts/btc_risk_radar.py --audience beginner --lang zh

Safety / Scope Boundary

  • Read-only skill: query public market APIs only.
  • Use no authentication, cookies, API keys, private accounts, or wallet access.
  • Execute no trades, place no orders, and mutate no exchange state.
  • Write no files and send no external messages as part of normal use.
  • Produce analysis only; not investment advice.

Output Policy

  • Default language behavior: auto.
  • If --lang auto and the prompt contains Chinese, switch final narrative to Chinese.
  • If --lang auto and no Chinese is detected, use English.
  • --json output is language-neutral.
  • Always include:
    • as_of_utc
    • key metrics (ATM IV, RR25, RR15, put-volume proxy, funding, basis)
    • availability
    • data_gaps
    • degraded_mode
    • 72h validation matrix (validation_72h)
    • confidence (confidence.score, confidence.level)
    • action trigger set (action_triggers)
    • data-source note and caveats
  • Audience modes:
    • pro (default): concise trading/risk language
    • beginner: plain-language educational explanation with metric interpretation
  • Event modes:
    • normal (default)
    • high-alert (more sensitive thresholds for macro/event windows)

Interpretation Guardrails

  • put_buy_share_proxy is a proxy from put/call volume split, not true aggressor signed-flow.
  • RR and ATM IV are computed from front-expiry delta-nearest options; this is robust but may differ from proprietary dashboards.
  • Funding regime is an aggregated public snapshot, not a full term-structure model.
  • RED means elevated downside risk pricing, not guaranteed crash.
  • Partial venue failure should lower confidence, not silently disappear from the narrative.

Data Sources (public)

  • Deribit Public API
    • /public/get_instruments
    • /public/get_order_book
    • /public/get_book_summary_by_currency
    • /public/get_index_price
    • /public/get_book_summary_by_instrument
  • Coinbase Public API
    • /v2/prices/BTC-USD/spot
  • Binance Public API (optional)
    • /api/v3/ticker/price
  • OKX Public API
    • /api/v5/market/ticker
    • /api/v5/public/funding-rate
  • Bybit Public API
    • /v5/market/tickers
安全使用建议
This skill appears to do what it says: fetch public market endpoints and produce a read-only risk snapshot. Before installing/using it: (1) review the full script (the provided listing was truncated) to ensure there are no hidden network endpoints, telemetry, or file writes in the unseen tail; (2) run the quick-audit commands in an isolated environment or container and monitor outbound network traffic to confirm only the documented exchange domains are contacted; (3) do not provide any API keys, wallet access, or credentials to this skill; (4) verify output discloses data_gaps and availability as the SKILL.md promises — if it hides gaps or tries to POST data, do not trust it. If you want higher assurance, paste the entire script into a static scanner or share the missing tail for re-review.
功能分析
Type: OpenClaw Skill Name: btc-risk-radar Version: 1.0.0 The btc-risk-radar skill is a legitimate market analysis tool designed to aggregate public Bitcoin data from major exchanges (Deribit, Binance, OKX, Bybit, and Coinbase). The Python script (scripts/btc_risk_radar.py) performs read-only HTTP GET requests to public API endpoints to calculate volatility and risk metrics without requiring any authentication or API keys. The code and documentation (SKILL.md, references/metrics.md) are transparent, lack any form of obfuscation, and contain no evidence of data exfiltration, prompt injection, or unauthorized execution.
能力评估
Purpose & Capability
Name/description request public options/perp/spot data and the repository contains a Python script that only calls public exchange REST endpoints (Deribit, Binance, Coinbase, OKX, Bybit). No unrelated binaries, services, or credentials are requested.
Instruction Scope
SKILL.md restricts runtime behavior to running the included script and interpreting its JSON output; the documented commands and audit path focus on read-only HTTP queries and explicit disclosure of data gaps. The instructions do not ask the agent to read unrelated local files or send data to third-party endpoints.
Install Mechanism
No install spec — instruction-only with an included Python script. This is the lowest-risk install model. The script uses the standard requests library; no downloads from untrusted URLs are present in the provided portion.
Credentials
The skill declares no required environment variables, credentials, or config paths. The script as provided performs only unauthenticated public API calls; there is no apparent reason for secrets or elevated access.
Persistence & Privilege
The skill is not always-included and does not request persistent system changes. SKILL.md asserts the tool is read-only and will not write files or mutate exchange state; the visible code follows that model.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install btc-risk-radar
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /btc-risk-radar 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Promote to product-ready 1.0.0 and improve ClawHub summary copy: clearer professional positioning, confidence-aware risk snapshot framing, and stronger market-facing presentation.
v0.1.1
Improve auditability: add read-only/no-auth scope boundary, --sources/--version, explicit data_gaps/degraded_mode, and align instructions with script behavior.
v0.3.0
v3: event mode, beginner explainer, action triggers, 72h validation improvements
元数据
Slug btc-risk-radar
版本 1.0.0
许可证 MIT-0
累计安装 2
当前安装数 2
历史版本数 3
常见问题

BTC Risk Radar 是什么?

Professional BTC risk radar using public options, perp, and spot data. Use when the user wants a clear Bitcoin risk snapshot with volatility/skew context, pa... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 467 次。

如何安装 BTC Risk Radar?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install btc-risk-radar」即可一键安装,无需额外配置。

BTC Risk Radar 是免费的吗?

是的,BTC Risk Radar 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

BTC Risk Radar 支持哪些平台?

BTC Risk Radar 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 BTC Risk Radar?

由 Li Xin(@spyfree)开发并维护,当前版本 v1.0.0。

💬 留言讨论