Skill flagged — suspicious patterns detected

ClawHub Security flagged this skill as suspicious. Review the scan results before using.

东方财富妙想skills套件/eastmoney MX skills suite

v1.0.0

东方财富妙想金融技能套件(mx-skills-suite),包含 5 个专业金融子技能: 1. eastmoney_fin_data - 金融数据查询(行情、财务、关联关系) 2. eastmoney_fin_search - 金融资讯搜索(新闻、公告、研报、政策) 3. mx_select_stock - 智能...

0· 171·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for kooui/eastmoney-mx-skills-suite.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "东方财富妙想skills套件/eastmoney MX skills suite" (kooui/eastmoney-mx-skills-suite) from ClawHub.
Skill page: https://clawhub.ai/kooui/eastmoney-mx-skills-suite
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install eastmoney-mx-skills-suite

ClawHub CLI

Package manager switcher

npx clawhub@latest install eastmoney-mx-skills-suite
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Suspicious
medium confidence
Purpose & Capability
Name/description state this is an Eastmoney (妙想) financial skills suite and the code exclusively calls the documented MX API host (mkapi2.dfcfs.com) and requires MX_APIKEY — this is coherent and expected.
Instruction Scope
SKILL.md and README instruct use of MX_APIKEY and describe only API interactions. The shipped scripts, however, read/write files under fixed output directories (e.g., /root/.openclaw/workspace/mx_data/output) and one script will attempt to load a .env file in the skill tree to find MX_APIKEY. These filesystem reads/writes are not highlighted in SKILL.md and could cause unexpected local file creation or access.
Install Mechanism
There is no install spec (instruction-only from the platform POV). The package includes Python scripts and a requirements.txt (requests, pandas, openpyxl) which the README suggests installing with pip; no remote download URLs or unusual installers are used.
Credentials
The only required credential declared is MX_APIKEY, which matches the APIs used. Minor inconsistencies: scripts optionally read MX_API_URL (not declared in SKILL.md) and mx_self_select.py will try to read a .env file in the skill parent directory to find MX_APIKEY. These are low-privilege but worth noting because they expand where the skill looks for configuration.
Persistence & Privilege
always: false and agent-autonomy defaults are unchanged. The skill writes output files under fixed directories but does not request persistent platform privileges or modify other skills or global agent settings.
What to consider before installing
This package appears to do what it says (calls Eastmoney/MX APIs) and only asks for an MX_APIKEY. Before installing: (1) Confirm you trust the MX API key provider and the domain mkapi2.dfcfs.com; (2) Be aware the scripts write files to absolute paths (e.g., /root/.openclaw/workspace/mx_data/output) — check and change those paths if you don't want data written there; (3) mx_self_select.py will try to read a .env file one level above the scripts to locate MX_APIKEY — ensure that .env doesn't contain unrelated secrets you don't want the skill to read; (4) The simulator script reads an optional MX_API_URL env var (undocumented in SKILL.md) — be cautious if you set that to a custom endpoint; (5) If you have sensitive credentials in environment variables or .env files, run the skill in an isolated environment or inspect/modify the code to control exact behavior. If you want higher assurance, ask the maintainer for provenance (homepage/source repository) and verify the code locally before giving it an API key.

Like a lobster shell, security has layers — review code before you run it.

api-keyvk977nn2vx6mbk6w571ddy6n78s8441ddeastmoneyvk977nn2vx6mbk6w571ddy6n78s8441ddfinance-datavk977nn2vx6mbk6w571ddy6n78s8441ddfinancial-newsvk977nn2vx6mbk6w571ddy6n78s8441ddinvestment-toolsvk977nn2vx6mbk6w571ddy6n78s8441ddlatestvk977nn2vx6mbk6w571ddy6n78s8441ddmarket-datavk977nn2vx6mbk6w571ddy6n78s8441ddportfolio-simulatorvk977nn2vx6mbk6w571ddy6n78s8441ddstock-analysisvk977nn2vx6mbk6w571ddy6n78s8441ddstock-screeningvk977nn2vx6mbk6w571ddy6n78s8441ddwatchlistvk977nn2vx6mbk6w571ddy6n78s8441dd
171downloads
0stars
1versions
Updated 3w ago
v1.0.0
MIT-0

mx-skills-suite - 东方财富妙想金融技能套件

本技能套件基于东方财富妙想平台 API构建,提供一站式金融数据查询、资讯搜索、智能选股、自选股管理和模拟交易功能。所有子技能通过统一的 MX_APIKEY 认证,支持自然语言交互。

包含的子技能

#技能名称功能说明详细文档
1eastmoney_fin_data金融数据查询:股票/行业/板块/指数/基金/债券的实时行情、主力资金、估值、财务指标、股东结构等references/mx-data.md
2eastmoney_fin_search金融资讯搜索:新闻、公告、研报、政策、交易规则、事件分析等时效性信息references/mx-search.md
3mx_select_stock智能选股:基于行情/财务指标条件筛选股票、板块成分股查询、股票推荐references/mx-select-stock.md
4mx_self_select自选股管理:查询/添加/删除东方财富通行证账户下的自选股references/mx-selfselect.md
5eastmoney_stock_simulator模拟组合管理:持仓查询、买卖操作、撤单、委托查询、资金查询references/mx-stock-simulator.md

首次使用 - 获取 API Key

所有子技能都需要 MX_APIKEY 环境变量才能使用。 如果用户尚未配置,按以下步骤引导:

步骤 1:获取 API Key

打开东方财富妙想平台注册页面: https://marketing.dfcfs.com/views/mktemplate/route1?activityId=738&appfenxiang=1

步骤 2:下载并安装东方财富 APP

步骤 3:领取 API Key

注册/登录后,在首页搜索 Skill,领取 API KEY

步骤 4:配置环境变量

获取到 API Key 后,直接复制指引文字,或手动设置环境变量:

# Linux / macOS
export MX_APIKEY=你的API_KEY

# Windows PowerShell
$env:MX_APIKEY = "你的API_KEY"

# Windows CMD
set MX_APIKEY=你的API_KEY

验证配置

配置完成后,尝试调用任意子技能接口验证 Key 是否有效。如果返回 114116 错误码,说明 Key 无效,需要重新获取。

使用方式

根据用户请求自动匹配对应子技能,按需加载 references/ 下的详细文档:

  • 查行情/财务数据 → 加载 references/mx-data.md,调用金融数据查询接口
  • 搜新闻/研报/公告 → 加载 references/mx-search.md,调用资讯搜索接口
  • 筛选股票/选股 → 加载 references/mx-select-stock.md,调用智能选股接口
  • 管理自选股 → 加载 references/mx-selfselect.md,调用自选股管理接口
  • 模拟交易/查持仓 → 加载 references/mx-stock-simulator.md,调用模拟组合接口

API 基础信息

  • API 域名: https://mkapi2.dfcfs.com/finskillshub
  • 认证方式: HTTP Header apikey: {MX_APIKEY}
  • 请求方法: 所有接口均使用 POST
  • Content-Type: application/json

错误码说明

错误码含义处理方式
113调用次数达上限提示用户等待或更新 API Key
114API 密钥失效提示用户重新获取 Key
115未携带密钥提示用户配置 MX_APIKEY
116密钥不存在提示用户检查 Key 是否正确
404未绑定模拟组合提示用户先在妙想页面创建模拟账户

安全说明

  • 数据仅发送至东方财富官方 API 域名 mkapi2.dfcfs.com
  • API Key 通过环境变量 MX_APIKEY 在服务端使用,不会在前端明文暴露
  • 模拟交易功能仅用于学习练手,不涉及真实资金

Comments

Loading comments...