Files
Marc Amorós Carafí 1cb49e61d6 feat: blackforge Claude skill — orchestrate BlackForge market-data via MCP/CLI
Thin orchestration + interpretation layer over the BlackForge MCP tools
(blackforge_catalog/symbols/latest/series/usage) and the `blackforge` CLI.
Teaches the discover -> pick -> call -> interpret playbook, frames every
returned column as a measurement (never a signal/trade call), and handles
plan-based column omission gracefully.

- SKILL.md: measurement-framed trigger description + playbook
- references/metrics-glossary.md: all 103 catalog metrics by family
- references/setup.md: MCP config + CLI install + where to get a key
- scripts/latest-json.sh: optional CLI wrapper
- evals/trigger-eval.json: trigger eval set

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-21 01:10:40 +02:00

23 lines
2.3 KiB
JSON

[
{"query": "what's the resting bid depth for ETH on binance right now, like within 5% of the top of book?", "should_trigger": true},
{"query": "pull the 5-minute spread and order book depth for BTC-USDT on okx for the last week and chart it", "should_trigger": true},
{"query": "compare taker buy vs sell volume for SOLUSDT on binance over the last 24h", "should_trigger": true},
{"query": "which pairs does kraken list on blackforge? i need everything quoted in usdt", "should_trigger": true},
{"query": "how much sell-side liquidity got pulled from the DOGE book on bybit yesterday vs what actually traded", "should_trigger": true},
{"query": "give me the latest market-cap and rank plus book depth for PEPE on okx", "should_trigger": true},
{"query": "i want to compare the median resting price-level lifetime for AVAX across binance and coinbase last month", "should_trigger": true},
{"query": "how many rows do i have left this month on my blackforge key and what did i use recently", "should_trigger": true},
{"query": "grab the order ladder rungs (0-3%, 3-6% etc) for the LINKUSDT bid side on gate right now", "should_trigger": true},
{"query": "show me trade timing stats - longest gap between trades and the strong outsized trade counts for XRP on kucoin today", "should_trigger": true},
{"query": "what's the current price of bitcoin in dollars?", "should_trigger": false},
{"query": "explain how a limit order book works in general, i'm new to trading", "should_trigger": false},
{"query": "write me a python script that connects to the binance websocket and prints trades", "should_trigger": false},
{"query": "should i buy ETH right now? give me a trade recommendation", "should_trigger": false},
{"query": "what's the market cap of the whole crypto market today according to coingecko?", "should_trigger": false},
{"query": "set up a postgres database to store my own crypto candles that i scrape", "should_trigger": false},
{"query": "deploy the blackforge collector to azure and run the blue green swap", "should_trigger": false},
{"query": "translate this solidity smart contract to explain what it does", "should_trigger": false},
{"query": "what were the SEC's latest rulings on crypto exchanges this year?", "should_trigger": false},
{"query": "help me pick a hardware wallet for storing my bitcoin safely", "should_trigger": false}
]