← Back to Skills Marketplace
eastmoney skills
by
eastmoney_dev
· GitHub ↗
· v1.0.4
· MIT-0
10869
Downloads
3
Stars
5
Active Installs
5
Versions
Install in OpenClaw
/install eastmoney-stock-simulator
Description
妙想提供的股票模拟组合管理系统,支持持仓查询、买卖操作、撤单、委托查询、历史成交查询和资金查询等功能。通过安全认证的API接口实现真实交易体验。
Usage Guidance
Install only if you intend to connect a 妙想 simulated trading account. Keep MX_APIKEY secret, leave MX_API_URL pointed at the legitimate provider endpoint, avoid vague buy/sell/cancel wording, and treat the output directory as sensitive because it stores raw account results. Be especially careful with cancel requests, since this version can cancel all open simulated orders from broad cancel wording.
Capability Assessment
Purpose & Capability
The documented purpose, code, API endpoints, and required MX_APIKEY fit a simulated portfolio manager that queries balances, holdings, orders, and submits simulated buy/sell/cancel operations.
Instruction Scope
State-changing actions are triggered from natural-language text without an explicit confirmation step, and the implemented cancel path always sends a bulk cancel-all payload rather than requiring or honoring a specific order scope.
Install Mechanism
The package contains a Python helper and an unpinned requests dependency, with no hidden installer, obfuscation, subprocess execution, or destructive install behavior found.
Credentials
Using MX_APIKEY and an optional MX_API_URL is proportionate for this API integration and is disclosed, but users must ensure MX_API_URL remains the legitimate provider endpoint because the API key is sent to that configured URL.
Persistence & Privilege
The skill discloses and implements local saving of text and raw JSON API results under /root/.openclaw/workspace/mx_data/output, which may retain simulated account, balance, holding, and order data.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install eastmoney-stock-simulator - After installation, invoke the skill by name or use
/eastmoney-stock-simulator - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.4
eastmoney-stock-simulator 1.0.4 Changelog
- Added primary_credential field for clearer credential configuration.
- No changes to code or functional logic—metadata update only.
v1.0.3
eastmoney-stock-simulator 1.0.3
- 买入/卖出操作接口路径由 `/api/claw/mockTrading/buy` 统一变更为 `/api/claw/mockTrading/trade`
- 相应文档内容同步更新,确保请求示例和参数说明与实际接口保持一致
- 其余功能和配置项保持不变
v1.0.2
eastmoney-stock-simulator 1.0.2
- Added SKILL metadata in front matter format for better platform compatibility.
- Declared required environment variables and credentials explicitly in metadata.
- Updated description and tags structure to align with platform standards.
- No underlying functionality or code changes; documentation and metadata improvements only.
v1.0.1
eastmoney-stock-simulator 1.0.1
- 优化了文档描述,简化部分功能介绍内容,易于理解和配置。
- 优化委托查询接口核心功能调用。
- 完善买入/卖出、撤单等接口参数说明和股票代码格式规则。
- 强调必须为A股(6位代码)、委托数量需为100的整数倍等市场规则。
- 其他部分细节文档表述及格式统一性微调。
v1.0.0
eastmoney-stock-simulator 1.0.0
- 初始版本,提供模拟A股交易管理系统。
- 支持投资组合持仓查询、模拟买卖订单(限价/市价)、订单取消、订单状态/历史记录查询以及资金概览。
- 所有操作均需通过环境变量(MX_APIKEY、MX_API_URL)进行安全的API身份验证。
- 专为练习交易、策略验证和学习而设计;不适用于真实资金交易或提供交易建议。
- 每次查询均提供纯文本和JSON格式的输出文件。
Metadata
Frequently Asked Questions
What is eastmoney skills?
妙想提供的股票模拟组合管理系统,支持持仓查询、买卖操作、撤单、委托查询、历史成交查询和资金查询等功能。通过安全认证的API接口实现真实交易体验。 It is an AI Agent Skill for Claude Code / OpenClaw, with 10869 downloads so far.
How do I install eastmoney skills?
Run "/install eastmoney-stock-simulator" 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.4.
More Skills