# Send BlackClaw to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "blackswan",
    "name": "BlackClaw",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/bilalmotiwala/blackswan",
    "canonicalUrl": "https://clawhub.ai/bilalmotiwala/blackswan",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/blackswan",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=blackswan",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "blackswan",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T15:41:14.002Z",
      "expiresAt": "2026-05-07T15:41:14.002Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=blackswan",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=blackswan",
        "contentDisposition": "attachment; filename=\"blackswan-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "blackswan"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/blackswan"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/blackswan",
    "downloadUrl": "https://openagent3.xyz/downloads/blackswan",
    "agentUrl": "https://openagent3.xyz/skills/blackswan/agent",
    "manifestUrl": "https://openagent3.xyz/skills/blackswan/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/blackswan/agent.md"
  }
}
```
## Documentation

### 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

QuestionTool"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

### GET /api/flare

Returns the latest Flare precursor detection assessment.

curl -s https://mcp.blackswan.wtf/api/flare

Response fields:

FieldDescriptionagentAlways "flare"data_ageHuman-readable age of the data (e.g. "12 minutes ago")status"clear" or "alert"severity"none", "low", "medium", "high", or "critical"checked_atISO 8601 timestamp of the assessmentassessmentNatural language risk assessmentsignalsArray 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:

FieldDescriptionagentAlways "core"data_ageHuman-readable age of the data (e.g. "1 hour ago")timestampISO 8601 timestamp of the assessmentenvironment"stable", "elevated", "stressed", or "crisis"assessmentNatural language risk assessmentkey_factorsArray of strings describing the main risk factorssources_usedArray of data source names used in the assessmentdata_freshnessDescription of how fresh the underlying data is

### Interpreting severity levels (Flare)

SeverityMeaningnoneNo precursors detected, markets quietlowMinor signals, worth noting but not actionablemediumNotable signals, warrants attentionhighStrong precursors detected, elevated risk of sudden movescriticalExtreme signals, immediate risk of major market event

### Interpreting environment levels (Core)

EnvironmentMeaningstableNormal market conditions, low systemic riskelevatedAbove-normal risk, some stress indicators presentstressedSignificant stress across multiple indicatorscrisisSevere market stress, active dislocation or contagion

### Error handling

HTTP StatusMeaning200Success, response contains full assessment502Agent output failed validation — format may have changed503No recent agent runs — system may be starting up500Unexpected 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).
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: bilalmotiwala
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-30T15:41:14.002Z
- Expires at: 2026-05-07T15:41:14.002Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/blackswan)
- [Send to Agent page](https://openagent3.xyz/skills/blackswan/agent)
- [JSON manifest](https://openagent3.xyz/skills/blackswan/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/blackswan/agent.md)
- [Download page](https://openagent3.xyz/downloads/blackswan)