Initial commit: skills library
- 70 skills with code and documentation - Add .gitignore (ignore __pycache__, output/, temp/, venv/) - Clean up test intermediates and caches
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user