a-stock-analysis
A股综合分析系统,结合专业研报、社交媒体情绪、资金流向进行板块和股票推荐。使用AKShare获取数据,每日定时推送分析报告。
DeepseekModel
Curated skill
Quality Good · 48
v1.0.0
Get
https://deepseekmodel.com/api/download.php?id=jadegate-jadegate-skills-a-stock-analysis-skill-md&format=skill
Download .skill
Standard format with system_prompt and model_config, ready for any agent framework
The actual content of the system_prompt field in the .skill file.
name a-stock-analysis description A股综合分析系统,结合专业研报、社交媒体情绪、资金流向进行板块和股票推荐。使用AKShare获取数据,每日定时推送分析报告。 allowed-tools ["Bash","Read","web_search","web_fetch"] A股综合分析 Skill 功能 大盘分析 - 实时行情、涨跌统计 板块轮动 - 概念/行业板块资金流向 涨停追踪 - 今日涨停股分析 综合推荐 - 研报+情绪+资金三维验证 风险提示 - 仓位建议和风险预警 数据来源 类型 来源 行情数据 AKShare (东方财富) 专业研报 Web搜索 (券商观点) 社交媒体 Web搜索 (微博/雪球) 资金流向 AKShare (主力资金) 使用方法 # 运行分析 python3 ~/.openclaw/workspace/skills/a-stock-analysis/analyze.py # 开盘前分析 python3 ~/.openclaw/workspace/skills/a-stock-analysis/analyze.py morning # 收盘后分析 python3 ~/.openclaw/workspace/skills/a-stock-analysis/analyze.py night 定时任务 开盘前 (08:00):分析当日热点 收盘后 (15:30):复盘+明日策略 分析维度 研报逻辑 - 券商研报支撑 资金流向 - 主力资金认可 技术面 - 走势强度验证 情绪面 - 社交媒体热度 输出格式 📊 大盘概况 🔥 热门板块 📈 涨停股 🎯 综合推荐 ⚠️ 风险提示
Keywords that activate this skill. Click one to copy it.
This skill does not provide trigger words.
The downloaded .skill package contains the following fields.
| Field | Description |
|---|---|
| format | Format tag (skill/v1) |
| skill_id | Unique skill ID |
| name | Skill name |
| version | Version |
| description | Description |
| category | Categories (array) |
| trigger_words | Trigger words |
| tags | Tags |
| source | Source |
| source_url | Source URL (this page) |
| exported_at | Exported at (set per download) |
| system_prompt | System prompt body |
| model_config | Model config: provider / model / temperature / max_tokens / top_p |
| examples | Examples |
| install_guide | Import guide for Coze / Dify / Claude / custom frameworks |
The same skill can be exported in different platform formats.