🚀 1,800+ downloads on ClawHub! Thanks for the support.
A skills.sh compatible skill for getting Chinese financial data via AKShare.
AKShare is a Python library for fetching financial data from Chinese financial websites (East Money, Sina Finance, SSE, SZSE, etc.). It covers stocks, futures, options, funds, bonds, forex, indices, crypto, and macro economic data.
# Install via skills.sh CLI
npx skills add anyJohn/akshare-skill
# Or clone manually
git clone https://github.com/anyJohn/akshare-skill.git ~/.claude/skills/aksharepip install akshare pandasOnce installed, just ask your AI agent:
帮我查一下 A 股 000001 的日 K 线数据
获取中金所期货每日交易数据
查中国国债收益率
The agent will use the AKShare skill to fetch the right data.
akshare-skill/
├── skills/
│ └── akshare/
│ ├── SKILL.md # Frontmatter + common APIs + usage
│ └── references/
│ └── api-list.md # 100+ interfaces grouped by category
├── skills.sh.json # Category metadata
├── README.md
└── LICENSE
MIT