Skip to content

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

AKShare Skill

License: MIT ClawHub Downloads Security Audit

🚀 1,800+ downloads on ClawHub! Thanks for the support.

A skills.sh compatible skill for getting Chinese financial data via AKShare.

What is 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

As a Claude Code / Agent Skill

# 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/akshare

Dependencies

pip install akshare pandas

Usage

Once installed, just ask your AI agent:

帮我查一下 A 股 000001 的日 K 线数据
获取中金所期货每日交易数据
查中国国债收益率

The agent will use the AKShare skill to fetch the right data.

Structure

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

License

MIT

skills.sh

About

akshare 的 agent 技能

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors