Overview
- Skill Key
- bilalmotiwala/blackswan
- Author
- bilalmotiwala
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/bilalmotiwala/blackswan
- Latest Commit SHA
- 74c349c9e9f1011d2c34bfa548651dcb9103c975
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.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 blackclaw 技能。 若已安装,则直接安装 blackclaw 技能。
# BlackSwan 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. ```bash 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. ```bash 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...
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.