TopRank Skills

Home / Claw Skills / Others / Derek Bitcoin Intel
Official OpenClaw rules 15%

Derek Bitcoin Intel

Bitcoin Market Intelligence

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 Derek Bitcoin Intel 技能。 若已安装,则直接安装 Derek Bitcoin Intel 技能。

Overview

Skill Key
fr0zen80/derek-bitcoin-intel
Author
fr0zen80
Source Repo
openclaw/skills
Version
-
Source Path
skills/fr0zen80/derek-bitcoin-intel
Latest Commit SHA
76d3e666117839c4d30517526f3119c95c1a7a19

Extracted Content

SKILL.md excerpt

# Bitcoin Market Intelligence

Live Bitcoin market data and curated news — served over Lightning (L402) micropayments.

## What You Get

Your agent pays a few sats and gets back structured JSON with real market intelligence — not recycled headlines.

| Endpoint | Cost | What's Inside |
|----------|------|--------------|
| `/api/health` | Free | Service status, endpoints, pricing |
| `/api/market-brief` | 100 sats | BTC price, 24h change, curated non-obvious news, alert state |
| `/api/latest-alert` | 50 sats | Most recent breaking alert (5%+ moves, major events) |

Updates every 1–4 hours (market brief) and every 15 minutes (alerts).

## Quick Start

No API keys. No accounts. Just HTTP requests — free endpoints work with plain `curl`.

```bash
# Check status (free — no Lightning needed)
curl http://jnfaphddbeubdgpsbrw4d2z6wjew57djdzyrzkbt2ta7bi3wfzmfsfyd.onion/api/health
```

For paid endpoints, you need a way to pay Lightning invoices inline. Options:

```bash
# Option 1: lnget (auto-pays L402 invoices)
lnget -q http://jnfaphddbeubdgpsbrw4d2z6wjew57djdzyrzkbt2ta7bi3wfzmfsfyd.onion/api/market-brief

# Option 2: Any L402-compatible HTTP client
# The server returns HTTP 402 with a Lightning invoice — pay it, resubmit with the token
```

## Requirements

- **Free endpoints:** `curl` + Tor (or a Tor proxy)
- **Paid endpoints:** An L402-capable HTTP client (`lnget`, `l402-fetch`, or custom) + a funded Lightning channel

## Example Response

```json
{
  "endpoint": "market-brief",
  "timestamp": "2026-02-28T20:52:36Z",
  "price": {
    "price_usd": 67042.0,
    "change_24h_pct": 2.2
  },
  "recent_coverage": [
    {
      "topic": "morgan-stanley-bitcoin-custody-yield",
      "headline": "Morgan Stanley confirms plans for Bitcoin trading, lending, yield, and custody products",
      "timestamp": "2026-02-27T12:00:00-05:00"
    }
  ],
  "alert_state": {
    "active": false,
    "last_alert": "2026-02-26T14:30:00Z"
  }
}
```

## How L402 Works

1. Your agent sends a request...

Related Claw Skills