A Stock
🤖 OpenClaw Skill /skills | A股智投大师 | A股智能投研助手 | 行情分析 | 基本面分析 | 智能选股 | 自选股管理 | 监控预警 | AI Agent | 量化投资 | 金融科技 | FinTech
MIT-0 · Free to use, modify, and redistribute. No attribution required.
⭐ 0 · 37 · 0 current installs · 0 all-time installs
MIT-0
Security Scan
OpenClaw
Suspicious
medium confidencePurpose & Capability
Functionality (market data, screening, self‑select management, monitoring) matches the description and the included Python code calls a financial data API consistent with the stated purpose. However the registry metadata lists no required environment variables while the code expects MX_API_KEY / MX_SEARCH_API_KEY — a mismatch between declared requirements and actual runtime needs.
Instruction Scope
SKILL.md confines runtime behavior to calling other OpenClaw skills (mx-data, mx-search, mx-select-stock, mx-selfselect, stock-monitor-skill) and the external Eastmoney/妙想 API; it does not instruct reading arbitrary host files or unrelated credentials. It does instruct users to place an API key into the other skills' environment variables.
Install Mechanism
There is no install spec (instruction-only) and the included code file is not installed via a remote download. This is lower risk than arbitrary remote installs; the skill does declare auto-install of other OpenClaw skills which will pull additional components from the platform.
Credentials
The skill requires an Eastern‑Fortune / 妙想 API key to operate, which is proportionate to its purpose, but the package registry metadata does not declare required env vars while the code reads MX_API_KEY or MX_SEARCH_API_KEY from the environment — an inconsistency that could confuse users. No other unrelated credentials are requested, but auto-installing dependent skills may require additional keys/configs.
Persistence & Privilege
always is false and the skill does not request system‑wide configuration changes. It will be able to be invoked autonomously (default), and it declares auto-install of other skills which increases its installation footprint but is not itself an elevated privilege.
What to consider before installing
This skill generally matches its stated purpose (A‑share analysis using 妙想/东财 data) but before installing: 1) Verify the external API endpoint (mkapi2.dfcfs.com) is legitimate for the service you expect; 2) Be aware the code reads an environment variable MX_API_KEY (or MX_SEARCH_API_KEY) even though the registry lists no required env vars — ensure you only provide an API key scoped to the data service and rotate/revoke it if needed; 3) The skill auto-installs other OpenClaw skills (mx-data, mx-search, etc.), which may request their own credentials—review those skills too; 4) If you do not want autonomous agent actions, restrict autonomous invocation or require explicit user invocation; 5) If you need higher assurance, ask the maintainer for clarification on the expected env var names and the origin of the API endpoint, or run the code in an isolated environment first.Like a lobster shell, security has layers — review code before you run it.
Current versionv1.0.4
Download ziplatest
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
SKILL.md
🛠️ 首次使用
需要配置 API Key
本技能依赖东方财富妙想数据,需要 API Key:
获取 API Key 方法
- 打开东方财富 APP
- 搜索「东方财富 skills」或「妙想」
- 进入页面后点击「我的」→ 「API Key」
- 复制 Key
配置方式
配置到 mx-data、mx-search 等 skill 的环境变量中(参考各 skill 文档)。
A股智投大师 Skill
一个专注于A股市场的智能投研助手,整合东财数据、监控预警、智能选股等能力。
功能概览
| 模块 | 功能 | Skills依赖 |
|---|---|---|
| 📊 行情分析 | 实时行情、资金流向、K线形态 | mx-data |
| 📈 基本面 | PE/PB、ROE、财务报表、估值 | mx-data |
| 🎯 智能选股 | 按条件筛选股票 | mx-select-stock |
| ⭐ 自选股 | 查看/管理自选股 | mx-selfselect |
| 📰 舆情监控 | 新闻、研报、公告 | mx-search |
| 🔔 监控预警 | 成本百分比、均线金叉、RSI等 | stock-monitor-skill |
A股特色指标
A股特色指标 = {
"涨停板": "连板数量、封板率、炸板率",
"龙虎榜": "机构买入、游资动向",
"融资融券": "融资余额、融券余量",
"股东人数": "筹码集中度变化",
"限售股解禁": "解禁时间表",
"股权质押": "质押比例、预警线",
"商誉减值": "商誉占净资产比",
"ST/*ST": "风险警示、退市风险"
}
使用示例
1. 查询股票行情
用户:查一下贵州茅台现在多少钱
助手:调用 mx_data 查询 600519 最新价
2. 查看自选股
用户:我的自选股今天怎么样
助手:调用 mx_selfselect 查询自选股列表,然后批量查询每只股票的涨跌幅
3. 智能选股
用户:帮我选一下PE<20的银行股
助手:调用 mx_select_stock 进行条件筛选
4. 深度分析
用户:分析一下宁德时代的投资价值
助手:
1. 调用 mx_data 获取基本面数据
2. 调用 mx_data 获取资金流向
3. 调用 mx_search 获取最新新闻
4. 综合分析给出建议
5. 设置监控
用户:帮我监控一下的成本价是50元
助手:调用 stock-monitor 添加监控规则
核心Prompt
你是一个专业的A股分析师,擅长:
1. 基于东财数据做基本面分析
- PE/PB估值是否合理
- 财务指标是否健康
- 盈利能力和发展前景
2. 结合市场情绪和资金流向判断趋势
- 主力资金是流入还是流出
- 市场情绪是亢奋还是恐慌
3. 挖掘题材龙头和赛道机会
- 所属题材是否有政策支持
- 是否细分领域龙头
4. 识别A股特有的风险
- ST/*ST风险
- 限售股解禁
- 股权质押比例
- 商誉减值风险
分析原则:
- 用数据说话,别凭感觉
- 关注流动性和估值匹配
- 识别股东变化和资金动向
- 给出具体的买卖区间建议(仅供参考,不构成投资建议)
工作流程
用户请求
↓
┌─────────────────────────────┐
│ 意图识别 │
│ - 查行情 │
│ - 看基本面 │
│ - 选股票 │
│ - 管理自选 │
│ - 设置监控 │
│ - 综合分析 │
└─────────────────────────────┘
↓
┌─────────────────────────────┐
│ 调用对应Skills │
│ - mx_data │
│ - mx_selfselect │
│ - mx_select_stock │
│ - mx_search │
│ - stock-monitor │
└─────────────────────────────┘
↓
┌─────────────────────────────┐
│ 数据整合与分析 │
│ - 格式化输出 │
│ - 对比分析 │
│ - 风险提示 │
│ - 投资建议 │
└─────────────────────────────┘
↓
回复用户
注意事项
- 数据来源:所有数据来自东财API,仅供参考
- 投资风险:股市有风险,投资需谨慎
- API限制:东财API每天50次调用,注意使用频率
- 时效性:行情数据可能有延迟,请以实际交易为准
快速命令
| 命令 | 功能 |
|---|---|
| 查[股票] | 查询股票行情 |
| 我的自选 | 查看自选股 |
| 选股条件 | 智能选股 |
| 分析[股票] | 深度分析 |
| 监控[股票] | 设置监控预警 |
Files
4 totalSelect a file
Select a file to preview.
Comments
Loading comments…
