mirror of
https://github.com/LeoYeAI/openclaw-master-skills.git
synced 2026-08-14 00:48:08 +00:00
- Added 175 new high-quality skills across all categories - 14 distinct categories: AI, Search, Productivity, Dev, Marketing, Media, Finance, Communication, Smart Home, Memory, Security, Data, Social, Other - Updated all language READMEs and SKILL.md - Weekly update by MyClaw.ai
20 lines
819 B
JSON
20 lines
819 B
JSON
{
|
|
"name": "tushare-finance",
|
|
"version": "2.0.6",
|
|
"description": "获取中国金融市场数据(A股、港股、美股、基金、期货、债券)。支持220+个Tushare Pro接口:股票行情、财务报表、宏观经济指标。提供Python API客户端、命令行工具和批量导出功能。",
|
|
"author": "StanleyChanH",
|
|
"tags": ["金融数据", "A股", "港股", "美股", "量化", "股票", "基金", "期货", "Tushare", "财务数据", "宏观经济"],
|
|
"repository": "https://github.com/StanleyChanH/Tushare-Finance-Skill-for-Claude-Code",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"python": ">=3.8",
|
|
"packages": ["tushare>=1.3.0", "pandas>=2.0.0", "openpyxl>=3.1.0"]
|
|
},
|
|
"openclaw": {
|
|
"requires": {
|
|
"bins": ["python3"],
|
|
"env": ["TUSHARE_TOKEN"]
|
|
}
|
|
}
|
|
}
|