Real-time crypto risk intelligence; before and as things break. Two tools: Flare (15-min precursor detection, immediate alarms) and Core (60-min state synthesis, context assessment). Free access to the last analysis. No API key required. Upgrade to x402 for custom analysis.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install blackswan或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install blackswan⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/blackswan/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: blackclaw description: "Real-time crypto risk intelligence; before and as things break. Two tools: Flare (15-min precursor detection, immediate alarms) and Core (60-min state synthesis, context assessment). Free access to the last analysis. No API key required. Upgrade to x402 for custom analysis." homepage: https://github.com/blackswanwtf/blackswan-mcp metadata: {"emoji": "🦢", "requires": {"bins": ["curl"]}} ---
BlackSwan monitors crypto markets 24/7 and produces two risk assessments:
| Question | Tool | |----------|------| | "Is something happening right now?" | Flare | | "What's the overall market risk environment?" | Core | | "Should I be worried about sudden moves?" | Flare | | "Give me a full risk briefing" | Both (Flare first, then Core) |
https://mcp.blackswan.wtf
Returns the latest Flare precursor detection assessment.
curl -s https://mcp.blackswan.wtf/api/flare
Response fields:
| Field | Description | |-------|-------------| | agent | Always "flare" | | data_age | Human-readable age of the data (e.g. "12 minutes ago") | | status | "clear" or "alert" | | severity | "none", "low", "medium", "high", or "critical" | | checked_at | ISO 8601 timestamp of the assessment | | assessment | Natural language risk assessment | | signals | Array of detected signals, each with type, source, and detail |
Returns the latest Core state synthesis assessment.
curl -s https://mcp.blackswan.wtf/api/core
Response fields:
| Field | Description | |-------|-------------| | agent | Always "core" | | data_age | Human-readable age of the data (e.g. "1 hour ago") | | timestamp | ISO 8601 timestamp of the assessment | | environment | "stable", "elevated", "stressed", or "crisis" | | assessment | Natural language risk assessment | | key_factors | Array of strings describing the main risk factors | | sources_used | Array of data source names used in the assessment | | data_freshness | Description of how fresh the underlying data is |
| Severity | Meaning | |----------|---------| | none | No precursors detected, markets quiet | | low | Minor signals, worth noting but not actionable | | medium | Notable signals, warrants attention | | high | Strong precursors detected, elevated risk of sudden moves | | critical | Extreme signals, immediate risk of major market event |
| Environment | Meaning | |-------------|---------| | stable | Normal market conditions, low systemic risk | | elevated | Above-normal risk, some stress indicators present | | stressed | Significant stress across multiple indicators | | crisis | Severe market stress, active dislocation or contagion |
| HTTP Status | Meaning | |-------------|---------| | 200 | Success, response contains full assessment | | 502 | Agent output failed validation — format may have changed | | 503 | No recent agent runs — system may be starting up | | 500 | Unexpected server error |
On non-200 responses, the body is {"error": "..."} with a human-readable message.
To get a full picture, call both endpoints:
curl -s https://mcp.blackswan.wtf/api/flare
curl -s https://mcp.blackswan.wtf/api/core
Present Flare results first (immediate risks), then Core (broader context).
安装 BlackClaw 后,可以对 AI 说这些话来触发它
Help me get started with BlackClaw
Explains what BlackClaw does, walks through the setup, and runs a quick demo based on your current project
Use BlackClaw to real-time crypto risk intelligence; before and as things break
Invokes BlackClaw with the right parameters and returns the result directly in the conversation
What can I do with BlackClaw in my finance & investment workflow?
Lists the top use cases for BlackClaw, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/blackswan/ 目录(个人级,所有项目可用),或 .claude/skills/blackswan/(项目级)。重启 AI 客户端后,用 /blackswan 主动调用,或让 AI 根据上下文自动发现并使用。
BlackClaw 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
BlackClaw 可免费安装使用。请查阅仓库了解许可证信息。
Real-time crypto risk intelligence; before and as things break. Two tools: Flare (15-min precursor detection, immediate alarms) and Core (60-min state synthesis, context assessment). Free access to the last analysis. No API key required. Upgrade to x402 for custom analysis.
BlackClaw 属于「Finance & Investment」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my finance & investment tasks using BlackClaw
Identifies repetitive steps in your workflow and sets up BlackClaw to handle them automatically