Mx Select Stock — 技能工具
v1.0.4基于东方财富数据库的智能选股工具,支持按行情指标、财务指标等条件筛选股票。
0· 73·0 当前·0 累计
安全扫描
OpenClaw
可疑
medium confidenceThe skill's code and instructions match a legitimate Eastmoney-backed stock-screening tool, but there are metadata and packaging inconsistencies (missing declared env var, mismatched owner/slug) and a missing dependency declaration that should be resolved before trusting it.
评估建议
This skill's behavior (POST to mkapi2.dfcfs.com, requiring MX_APIKEY, writing CSV/JSON under /root/.openclaw) is consistent with a stock-screening tool, but the package metadata has inconsistencies you should resolve before trusting it. Ask the publisher to: (1) confirm the required environment variable MX_APIKEY is intentionally required and update the registry metadata to list it, (2) explain the ownerId/slug mismatch between registry and _meta.json, and (3) provide dependency information (req...详细分析 ▾
ℹ 用途与能力
The skill claims to query 东方财富/妙想 stock-screen data and the Python client posts to a matching backend (https://mkapi2.dfcfs.com/finskillshub/api/claw/stock-screen) using an API key — this is coherent with the stated purpose. However the package registry metadata presented earlier lists no required environment variables while SKILL.md and the code require MX_APIKEY; also _meta.json contains a different ownerId/slug than the registry metadata, which is inconsistent and unexplained.
✓ 指令范围
Runtime instructions and the script are narrowly scoped: they require an MX_APIKEY, make a single POST to the stated BASE_URL, parse the JSON/Markdown results, and write CSV/description/JSON files into /root/.openclaw/workspace/mx_data/output/. The skill does not access other system credentials or external endpoints beyond the stated API.
ℹ 安装机制
There is no install spec (instruction-only style) but a Python file is included which imports requests. The skill does not declare dependencies (requests) in metadata, so a runtime may fail or need to install third-party packages. No downloaded arbitrary binaries or external installers are present.
⚠ 凭证需求
The code legitimately requires a single API key (MX_APIKEY) to operate. However the registry metadata earlier reported 'Required env vars: none' while SKILL.md and the code require MX_APIKEY — this mismatch is a red flag. The skill writes output into a fixed workspace path under /root/.openclaw but does not request unrelated secrets. Confirming the true required env vars and the publisher identity is advisable before providing credentials.
✓ 持久化与权限
The skill does not request always:true, does not modify other skills or system-wide settings, and only writes files to its own workspace directory. Autonomous invocation is enabled by default (normal) but not combined with other elevated privileges.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.42026/3/29
妙想智能选股 (mx_select_stock) 1.0.4 - 新增官方文档 SKILL.md,详细介绍了功能、配置方法与输出格式 - 明确说明支持按行情与财务多维条件筛选股票 - 增加官方主页、作者、API Key 使用说明 - 规范输出文件目录与文件命名方式
● 无害
安装命令 点击复制
官方npx clawhub@latest install mx-select-stock-jesse
镜像加速npx clawhub@latest install mx-select-stock-jesse --registry https://cn.clawhub-mirror.com
技能文档
本 Skill 支持基于股票选股条件,如行情指标、财务指标等,筛选满足条件的股票;可查询指定行业 / 板块内的股票、上市公司,以及板块指数的成分股;同时支持股票、上市公司、板块 / 指数推荐等相关任务,采用此skill可避免大模型在选股时使用了过时信息。
配置
- API Key: 通过环境变量
MX_APIKEY设置 - 默认输出目录:
/root/.openclaw/workspace/mx_data/output/(自动创建) - 输出文件名前缀:
mx_select_stock_ - 输出文件:
mx_select_stock_{query}.csv - 筛选结果 CSV 文件
- mx_select_stock_{query}_description.txt - 筛选结果描述文件
数据来源:ClawHub ↗ · 中文优化:龙虾技能库
OpenClaw 技能定制 / 插件定制 / 私有工作流定制
免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制