data-routing

Route financial data requests to optimal providers based on market type and authentication.

Updated Jul 8, 2026
One-click install
npx skills add https://github.com/hxhyyy/Vibe-Trading --skill data-routing-hxhyyy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: data-routing
Source: https://github.com/hxhyyy/Vibe-Trading/tree/main/agent/src/skills/data-routing
Command: npx skills add https://github.com/hxhyyy/Vibe-Trading --skill data-routing-hxhyyy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the fragmentation of financial data sources by providing a single, intelligent router that maps data needs to the most reliable, available, and cost-effective provider while managing authentication and rate-limiting.

Core Features & Use Cases

  • Intelligent Source Selection: Automatically selects the best data provider based on market availability, network constraints, and API key status.
  • Robust Fallback Mechanism: Seamlessly switches between providers (e.g., from throttled sources to never-banned ones) to ensure continuous data flow.
  • Cross-Verification: Implements strict data verification protocols to cross-check figures across multiple independent sources, ensuring high-fidelity analysis.

Quick Start

Use the data-routing skill to fetch the latest OHLCV market data for 000001.SZ and automatically handle the source selection and fallback logic.

Frequently Asked Questions about data-routing

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automatically route financial market data requests across multiple providers?

Financial data routing maps data needs to the optimal provider based on market type, network accessibility, and API authentication status. It manages rate-limiting and automatically switches to backup sources to ensure continuous data flow for analysis.

What is the best way to fetch OHLCV market data when my primary API is throttled?

The best way to fetch OHLCV data when an API is throttled is using a routing mechanism with a robust fallback protocol. It seamlessly switches from throttled sources to never-banned providers to maintain uninterrupted data flow for your analysis.

How can I verify the accuracy of fundamental metrics and news across global markets?

You can verify fundamental metrics accuracy by implementing strict cross-verification protocols. This involves cross-checking retrieved figures across multiple independent data sources to ensure high-fidelity financial analysis across global equity and crypto markets.

Does unified data routing support both cryptocurrency and global equity markets?

Yes, unified data routing supports both cryptocurrency and global equity markets. It manages complex retrieval tasks including OHLCV, fundamental metrics, and news across these diverse market types while enforcing strict data verification protocols.

Why does my financial data retrieval fail when switching between different market types?

Financial data retrieval often fails across market types due to unmanaged authentication requirements and network constraints. An intelligent router prevents this by automatically selecting the best provider based on specific market availability and API key status.