coil-boardlisted
Install: claude install-skill joeyfife/coil-board-skill
# Coil Board API
Coil publishes a scored, ranked read of the US equity market (and a long-only
BTC/ETH trend book) that an agent can buy one read at a time over
[x402](https://x402.org). You are not buying raw OHLCV — that is free everywhere.
You are buying the **judgment**: which names are set up to buy, how strong the
regime is, and how the board ranks today, read top-down.
Everything here is an **impersonal research publication** — identical for every
buyer, scores and states only, never stop or target prices, never individualized
advice. Markets can lose money.
## When to use this skill
- You need a market-regime gate before doing something expensive: *is it risk-on
or risk-off right now?* → call `/api/board/regime` ($0.005).
- You want today's ranked buy candidates without scanning 500 names yourself →
call `/api/board/buylist` ($0.02).
- You want the whole board — every scored name across four books, sector lanes,
both buy-list lanes — to do your own selection → call `/api/board/agent` ($0.25).
## The endpoints (15 — full catalogue at `GET https://coil.trade/api`)
| Endpoint | Price (USDC) | Returns |
|---|---|---|
| `GET https://coil.trade/api/board/regime` | 0.005 | Regime verdict per book (risk-on / be-selective / stand-down) + the index→sector→name permission ladder. |
| `GET https://coil.trade/api/board/crypto` | 0.005 | BTC/ETH long-only trend signal: LONG or CASH per sleeve, 50-day gates + the BTC 200-day master gate (UTC daily closes). |
| `GET htt