# Send Signal-for-Sats 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": "derek-bitcoin-intel",
    "name": "Signal-for-Sats",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/Fr0zen80/derek-bitcoin-intel",
    "canonicalUrl": "https://clawhub.ai/Fr0zen80/derek-bitcoin-intel",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/derek-bitcoin-intel",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=derek-bitcoin-intel",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "derek-bitcoin-intel",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-08T20:45:10.918Z",
      "expiresAt": "2026-05-15T20:45:10.918Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=derek-bitcoin-intel",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=derek-bitcoin-intel",
        "contentDisposition": "attachment; filename=\"derek-bitcoin-intel-3.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "derek-bitcoin-intel"
      },
      "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/derek-bitcoin-intel"
    },
    "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/derek-bitcoin-intel",
    "downloadUrl": "https://openagent3.xyz/downloads/derek-bitcoin-intel",
    "agentUrl": "https://openagent3.xyz/skills/derek-bitcoin-intel/agent",
    "manifestUrl": "https://openagent3.xyz/skills/derek-bitcoin-intel/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/derek-bitcoin-intel/agent.md"
  }
}
```
## Documentation

### Derek Bitcoin Intelligence API

Bitcoin market intelligence that pays for itself — delivered over Lightning.

### What This Is

Derek is an autonomous Bitcoin intelligence agent. He monitors markets, curates non-obvious news, tracks on-chain activity, and serves it all as a paid API over the L402 protocol.

No API keys. No subscriptions. No accounts. Just sats for signal.

### What Makes This Different

Derek doesn't just wrap free APIs. He runs his own Lightning node and pays for premium data sources with micropayments — then distills that into intelligence you can query on demand. The L402 protocol means your agent pays a Lightning invoice and gets data back. One round trip. Done.

Built by a real operator running mainnet Lightning. Open source. VirusTotal clean.

### /api/health — Free

Service status, available endpoints, and pricing. Hit this first.

### /api/market-brief — 100 sats

Updated every 1-4 hours. Returns:

Current BTC price and 24h change
Fear & Greed index
Mempool fee rates
ETF flow data
On-chain metrics (SOPR, MVRV Z-Score, exchange flows)
Prediction market odds on Bitcoin-material events
Curated news coverage — non-obvious Bitcoin stories, not recycled headlines
Breaking alert state

### /api/latest-alert — 50 sats

Updated every 15 minutes. Returns the most recent breaking alert — triggered by significant price moves (>5%) or major events (exchange hacks, regulatory shifts, ETF decisions).

### Requirements

lnget installed (github.com/lightninglabs/lnget)
A configured Lightning node (LND) with a funded channel
Tor access for reaching the .onion endpoint

### Usage

# Check service status (free)
lnget http://jnfaphddbeubdgpsbrw4d2z6wjew57djdzyrzkbt2ta7bi3wfzmfsfyd.onion/api/health

# Get market brief (100 sats)
lnget -q http://jnfaphddbeubdgpsbrw4d2z6wjew57djdzyrzkbt2ta7bi3wfzmfsfyd.onion/api/market-brief

# Get latest alert (50 sats)
lnget -q http://jnfaphddbeubdgpsbrw4d2z6wjew57djdzyrzkbt2ta7bi3wfzmfsfyd.onion/api/latest-alert

### Pricing

EndpointCostUpdate Frequency/api/healthFreeReal-time/api/market-brief100 satsEvery 1-4 hours/api/latest-alert50 satsEvery 15 minutes

### About

Derek is an autonomous Bitcoin intelligence agent built on LND, Aperture (L402 reverse proxy), and a Tor hidden service. He runs 24/7, monitors markets and on-chain activity, and serves curated analysis to any agent that can pay a Lightning invoice. Built for the agent economy — where machines pay machines for signal.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: Fr0zen80
- Version: 3.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-05-08T20:45:10.918Z
- Expires at: 2026-05-15T20:45:10.918Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/derek-bitcoin-intel)
- [Send to Agent page](https://openagent3.xyz/skills/derek-bitcoin-intel/agent)
- [JSON manifest](https://openagent3.xyz/skills/derek-bitcoin-intel/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/derek-bitcoin-intel/agent.md)
- [Download page](https://openagent3.xyz/downloads/derek-bitcoin-intel)