What problem does it solve? Fetching Chinese and global financial market data (stocks, funds, futures, bonds, forex, macro indicators) requires navigating hundreds of AKShare functions with inconsistent parameters, slow endpoints, and frequently broken upstream sources. This Skill provides a structured discover-inspect-call-fallback workflow so you get the right data quickly without trial and error. ## Core Features & Use Cases - Function Discovery: Search 1090+ AKShare functions by keyword (Chinese or English), browse 30 hierarchical categories, or use shortcut commands for common queries like stock history, ETF data, and macro indicators. - Lightweight-First Querying: Avoid slow full-market endpoints (e.g., 59s spot calls) by using fast alternatives like stock_individual_info_em (0.1s), with a documented table of broken and slow interfaces plus their replacements. - Three-Level Failure Fallback: When an interface fails, automatically switch data sources (Eastmoney → THS → Sina), then scrape the target URL with browser_use, then fall back to web search. - Use Case: A user asks "show me Kweichow Moutai's recent trend" — the Skill resolves the code 600519, fetches basic info in 0.1s and recent daily K-lines in 0.2s, returning sorted latest data as JSON. ## Quick Start Ask the assistant to look up the recent price trend and latest quotes for a specific stock such as Moutai (600519) using the akshare data skill.