← Back to Skills Marketplace
eastmoney skills
by
eastmoney_dev
· GitHub ↗
· v1.0.2
· MIT-0
938
Downloads
1
Stars
7
Active Installs
3
Versions
Install in OpenClaw
/install mx-skills
Description
东方财富妙想提供的金融技能集合,涵盖金融数据查询、资讯搜索、智能选股、自选股管理和模拟组合管理,所有技能均需通过MX_APIKEY进行认证。
Usage Guidance
This skill is plausible (financial API usage with an API key) but several red flags mean you should be cautious: 1) The registry metadata does NOT list the MX_APIKEY or Node requirement even though SKILL.md requires them — ask the publisher to correct the manifest. 2) The installation instructs downloading and extracting multiple zip files from an external host (marketdfs.dfcfw.com) with no integrity checks — verify the URLs and obtain signed releases or inspect archives in a sandbox before running. 3) The provided install script contains syntax errors and uses rm -rf on a pattern; do not run it as-is or as root. 4) Prefer to manually inspect downloaded SKILL.md/SKILL files and run installations in an isolated environment (VM/container) and only provide your MX_APIKEY after confirming the publisher and URLs. If you cannot verify the source or get corrected metadata, treat this as untrusted and avoid installing.
Capability Analysis
Type: OpenClaw Skill
Name: mx-skills
Version: 1.0.2
The skill bundle acts as a meta-installer that instructs the agent to execute shell commands (curl, unzip, rm) to download and extract multiple remote ZIP archives from marketdfs.dfcfw.com into the ~/.openclaw directory. While these actions are aligned with the stated purpose of installing financial tools, the pattern of fetching and executing remote content via agent instructions represents a significant supply chain risk and potential RCE vector if the source is compromised, warranting a suspicious classification despite the lack of explicit malicious intent.
Capability Assessment
Purpose & Capability
The SKILL.md clearly requires an MX_APIKEY and checks for Node.js, but the registry metadata provided to the platform lists no required env vars or binaries. Requiring Node.js (Node 22+) is not justified by the shown runtime steps (no node commands are executed), while the functionality (financial data/search/portfolio management) legitimately needs an API key. The mismatch between declared metadata and the document is an incoherence.
Instruction Scope
The runtime instructions tell the user/agent to rm -rf ~/.openclaw/skills/mx-skills* (removing existing similarly named skills), download multiple zip files from external URLs, unzip them into ~/.openclaw/skills, and prompt the user for an API key. These steps go beyond simple in-agent calls and involve modifying the user's skill directory and executing network downloads. The script also has several obvious shell syntax problems (missing $ on variables, extra spaces in assignments, use of /temp instead of common /tmp) which suggests low quality and potential for unintended behavior.
Install Mechanism
Although the skill bundle has no formal install spec, the SKILL.md directs downloading and extracting multiple zip archives from marketdfs.dfcfw.com and placing them under ~/.openclaw/skills. Downloading and extracting archives from an external host (not a well-known release host like GitHub releases) is higher risk because the contents will be written to disk and potentially executed. There are no integrity checks or signatures shown.
Credentials
The SKILL.md requires an MX_APIKEY (used for API authentication) which is proportionate to the described financial capabilities; however, the platform metadata omitted declaring this required env var. The skill only requests a single API key (reasonable), but the mismatch between manifest and instructions increases risk because automatic tooling or users may not realize a secret is needed or where it will be used.
Persistence & Privilege
always:false (normal). The instructions write into ~/.openclaw/skills and explicitly remove existing mx-skills* directories — modifying the user's skills directory is expected for installing a skill but the rm -rf pattern can be destructive if used carelessly. The skill does not request system-wide privileges or other credentials, and it does not demand permanent/autonomous inclusion beyond the platform defaults.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install mx-skills - After installation, invoke the skill by name or use
/mx-skills - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
- 更新了技能子模块的下载链接,现全部指向东方财富官方 marketdfs.dfcfw.com 文件下载地址
- 在元数据字段中增加了 required env vars 和 环境变量 字段,用于强化环境变量说明(不影响实际功能)
- 其余 skill 描述及功能保持不变
v1.0.1
Initial release of 东方财富妙想金融技能集合 (version 1.0.0):
- Introduces a comprehensive financial skill set for 东方财富妙想, including data query, news search, intelligent stock selection, self-selected stock management, and portfolio simulation.
- All sub-skills require authentication via MX_APIKEY.
- Provides detailed installation and environment setup instructions, including acquiring and managing the required API key.
- Supports easy skill downloading, verification, and usage for local environments (Node.js 22+ required).
- Ensures users can manage and verify sub-skills individually after installation.
v1.0.0
- Initial release of mx-skills, a collection of financial skills provided by 东方财富妙想.
- Includes capabilities for financial data queries, news and research search, intelligent stock selection, self-selected stock management, and portfolio simulation.
- All skills require authentication via MX_APIKEY, obtainable from 东方财富技能市场.
- Provides detailed installation and verification instructions for local usage, including API key setup and file validation steps.
Metadata
Frequently Asked Questions
What is eastmoney skills?
东方财富妙想提供的金融技能集合,涵盖金融数据查询、资讯搜索、智能选股、自选股管理和模拟组合管理,所有技能均需通过MX_APIKEY进行认证。 It is an AI Agent Skill for Claude Code / OpenClaw, with 938 downloads so far.
How do I install eastmoney skills?
Run "/install mx-skills" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is eastmoney skills free?
Yes, eastmoney skills is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does eastmoney skills support?
eastmoney skills is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created eastmoney skills?
It is built and maintained by eastmoney_dev (@qqk000); the current version is v1.0.2.
More Skills