macro-intelligence
Installation
SKILL.md
Macro Intelligence Skill v1.0 — Agent Instructions
Purpose
Unified macro intelligence feed. Reads news from 7 sources (NewsNow, Polymarket, Telegram, 6551.io OpenNews, Finnhub, FRED, Fear & Greed Index), classifies macro events, scores sentiment, generates AI insights, and exposes clean signals via HTTP API. No trading logic — downstream skills consume signals.
Architecture
NewsNow (HTTP, 120s) ──────┐
Polymarket (HTTP, 120s) ────┤
Finnhub (HTTP, 180s) ───────┤──→ process_signal() ──→ UnifiedSignal ──→ API :3252
6551.io OpenNews (WebSocket)─┤ │ noise filter │ classify │ sentiment
Telegram (Telethon WS) ─────┘ │ dedup │ reputation │ AI insight
│ │ token extract │ store
FRED (HTTP, 3600s) ──────────→ context data ──→ /api/fred + significant change → process_signal()
Fear & Greed (HTTP, 300s) ───→ context data ──→ /api/fng
Price Tickers (HTTP, 60s) ───→ context data ──→ /api/prices (SPY, GLD, SLV, BTC, ETH)