Files
skills/stock-price-query/config.json
T
hmo 04db423416 Initial commit: skills library
- 70 skills with code and documentation
- Add .gitignore (ignore __pycache__, output/, temp/, venv/)
- Clean up test intermediates and caches
2026-04-26 19:27:40 +08:00

16 lines
439 B
JSON

{
"skill_name": "stock-price-query",
"description": "股票实时价格查询技能,确保所有股票分析都基于准确的市场价格数据",
"version": "1.0.0",
"status": "active",
"data_sources": [
"yahoo_finance",
"eastmoney",
"xueqiu",
"google_finance"
],
"error_handling": "strict",
"validation_required": true,
"created_at": "2026-03-12T00:40:00Z",
"last_updated": "2026-03-12T00:40:00Z"
}