What problem does it solve?
Trading workflows frequently waste time selecting among multiple APIs while backtests or research waits on a reliable feed, and misconfigured sources cause failed downloads.
data-routing codifies the decision tree, environment checks, and fallback logic so the agent immediately points to the best available provider.
Core Features & Use Cases
- Market-aware routing: Prioritizes tushare, akshare, yfinance, okx, and ccxt based on the asset class and required credentials.
- Availability and fallback checks: Validates tokens, handles network restrictions, and transparently shifts to a secondary data source when the runner detects failures.
- Use case: Before running any cross-market research script or configuring a backtest, load this skill so the runner automatically selects the ideal connector without manual edits.
Quick Start
Ask the data-routing skill to pick the best data source before running a backtest.