ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified finance Safety 3/5

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.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/forevershu/akshare-router-cn
Or

What 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

  1. "帮我看看PTA期货的所有合约实时盘面数据,重点关注成交量变化。"
  2. "获取IF2008合约的30分钟K线图,并帮我计算一下当前的MACD指标。"
  3. "查询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 python3 installed, as the execution scripts leverage Python to process indicator calculations and retrieve data from the AKShare library.

Metadata

Stars2387
Views1
Updated2026-03-09
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-forevershu-akshare-router-cn": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#finance#futures#options#akshare#trading
Safety Score: 3/5

Flags: network-access, file-read, code-execution