akshare
Pass使用 akshare 获取中国金融市场实时数据和历史数据。当需要查询A股、港股、美股、指数、基金、期货等金融产品的实时行情、历史数据、财务报表时使用该技能。
(0)
82
334
391
Install Skill
Skills are third-party code from public GitHub repositories. SkillHub scans for known malicious patterns but cannot guarantee safety. Review the source code before installing.
Install globally (user-level):
npx skillhub install majiayu000/claude-skill-registry/akshareInstall in current project:
npx skillhub install majiayu000/claude-skill-registry/akshare --projectSuggested path: ~/.claude/skills/akshare/
AI Review
Instruction Quality20
Description Precision45
Usefulness31
Technical Soundness50
Scored 34 for real topic (Chinese financial data via AKShare) but effectively a placeholder—the CLI interface section has no content. Mentions 'Alice' as author persona. The description is meaningful for Chinese financial users but the skill body delivers nothing. Needs complete rewrite with actual AKShare command examples.
⚠Review based on previous version
SKILL.md Content
---
name: akshare
description: 使用 akshare 获取中国金融市场实时数据和历史数据。当需要查询A股、港股、美股、指数、基金、期货等金融产品的实时行情、历史数据、财务报表时使用该技能。
license: MIT
metadata:
author: Alice
version: 1.0.0
category: finance
language: python
---
# Akshare 财经数据技能
此技能允许 Alice 使用 akshare 库获取中国金融市场的实时和历史数据,包括股票、指数、基金、期货等各类金融产品。
## 核心功能
- **实时行情 (realtime)**: 获取股票/指数的实时行情数据
- **历史数据 (history)**: 获取股票/指数的历史K线数据
- **指数行情 (index)**: 获取各类指数(上证、深证、创业板等)的行情
- **板块数据 (sector)**: 获取行业板块和概念板块数据
- **财务数据 (financial)**: 获取个股财务指标和报表数据
## 使用方法
### 命令行接口