Akshare Router Cn
Skill by forevershu
Why use this skill?
A powerful data routing skill for OpenClaw that maps financial queries to AKShare recipes for futures and options, supporting real-time data, technical indicators, and Greeks.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/forevershu/akshare-router-cnWhat This Skill Does
Akshare Router Cn is a specialized data routing agent designed to provide Chinese users with streamlined access to futures and options market data. It functions as an intelligent dispatcher that intercepts financial queries and routes them to the most efficient AKShare-based recipes. By utilizing a multi-step logic—Frequency, Asset Type, and Computation Requirement—the agent ensures that users get the specific data they need, whether it is a simple real-time quote or a complex derivative analysis like RR25 or Greeks.
Installation
To install this skill, run the following command in your terminal within the OpenClaw environment:
clawhub install openclaw/skills/skills/forevershu/akshare-router-cn
This will provision the necessary scripts and configuration files required for the routing engine to function, including the router.yml map and associated calculation recipes.
Use Cases
- Futures Trading: Retrieve real-time market boards for specific commodity contracts or compute technical indicators (MA, MACD, RSI) on intraday timeframes (e.g., 5-minute or 30-minute charts).
- Options Analysis: Calculate Greeks (Delta, Gamma, Vega, Theta) and Implied Volatility (IV) for ETF options. Users can request advanced metrics like the 25D Risk Reversal (RR25/Skew) to gauge market sentiment.
- Data Streamlining: Automatically filter between historical daily data and high-frequency intraday data without needing to manually specify the API endpoint.
Example Prompts
- "帮我看看PTA期货的所有合约实时盘面数据,重点关注成交量变化。"
- "获取IF2008合约的30分钟K线图,并帮我计算一下当前的MACD指标。"
- "查询510050期权的隐含波动率和Delta数据,顺便计算一下RR25风险逆转指标。"
Tips & Limitations
- Free Data Only: This skill currently focuses exclusively on free, publicly available data sources such as East Money and Sina Finance via AKShare. It does not support paywalled data or premium third-party analytics platforms.
- Routing Logic: The agent follows a strict routing protocol. If your query is ambiguous regarding the timeframe (freq) or asset type, the agent may prompt you for clarification to ensure the correct recipe is loaded.
- Technical Requirements: Ensure your environment has
python3installed, as the execution scripts leverage Python to process indicator calculations and retrieve data from the AKShare library.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-forevershu-akshare-router-cn": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-read, code-execution
Related Skills
market-chart-renderer
Skill by forevershu
baidudisk-mcp
Use Baidu Netdisk via mcporter + stdio MCP server with hot-reload token file credentials. Triggers when you need Baidu Netdisk operations (official 2.0 toolset + legacy aliases) from OpenClaw without storing access_token in repo files.
feishu-whiteboard-extract
从飞书白板(Whiteboard)中提取所有图片节点的 file_token,用于后续下载/OCR/归档。文档类补充能力。