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…
bilalmotiwala
@bilalmotiwala
What This Skill Does
Real-time crypto risk intelligence tool that provides two assessments: Flare for 15-minute precursor detection and immediate alarms, and Core for 60-minute state synthesis and context assessment. Free access to the latest analysis with no API key required.
Replaces manual monitoring of crypto markets by delivering automated, structured risk assessments with clear severity levels and natural language briefings.
When to Use It
- Check if a sudden crypto market move is imminent using Flare's 15-minute precursor signals
- Get a full risk briefing by calling Flare first for immediate alarms, then Core for broader context
- Assess overall market risk environment with Core's 60-minute state synthesis and key factors
- Monitor crypto markets continuously via scripted calls to both endpoints without needing an API key
- Evaluate severity of detected signals using Flare's severity levels from none to critical
Install
$ openclaw skills install @bilalmotiwala/blackswanBlackSwan Risk Intelligence
BlackSwan monitors crypto markets 24/7 and produces two risk assessments:
- Flare — Precursor detection from a 15-minute signal window. Use for immediate, alarm-bell risk checks. Before the news breaks.
- Core — State synthesis from a 60-minute signal window. Use for market context and risk assessment. As the news breaks.
When to use each tool
| 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) |
Base URL
https://mcp.blackswan.wtf
Endpoints
GET /api/flare
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 |
GET /api/core
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 |
Interpreting severity levels (Flare)
| 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 |
Interpreting environment levels (Core)
| 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 |
Error handling
| 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.
Complete risk check pattern
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).
Top skills in this category
Stock Analysis
@udiedrichsenAnalyze stocks and cryptocurrencies using Yahoo Finance data. Supports portfolio management, watchlists with alerts, dividend analysis, 8-dimension stock scoring, viral trend detection (Hot Scanner), and rumor/early signal detection. Use for stock analysis, portfolio tracking, earnings reactions, crypto monitoring, trending stocks, or finding rumors before they hit mainstream.
Stock Market Pro
@kys42Yahoo Finance (yfinance) powered stock analysis skill: quotes, fundamentals, ASCII trends, high-resolution charts (RSI/MACD/BB/VWAP/ATR), plus optional web a...
A股量化 AkShare
@mbpzA股量化数据分析工具,基于AkShare库获取A股行情、财务数据、板块信息等。用于回答关于A股股票查询、行情数据、财务分析、选股等问题。
Stock Watcher
@robin797860Manage and monitor a personal stock watchlist with support for adding, removing, listing stocks, and summarizing their recent performance using data from 10jqka.com.cn. Use when the user wants to track specific stocks, get performance summaries, or manage their watchlist.
Intelligent Stocks Screener
@financial-ai-analyst基于东方财富数据库,支持通过自然语言输入筛选A港美股、基金、债券等多种资产,支持多元指标筛选,含技术面、消息面、基本面及市场情绪等,可用于全球资产速筛、跨市场监控、投资组合构建、策略回测等场景。返回结果包含数据说明及 csv 文件。Natural language screener for investment...