← 返回 Skills 市场
eastmoney skills
作者
eastmoney_dev
· GitHub ↗
· v1.0.4
· MIT-0
10873
总下载
3
收藏
5
当前安装
5
版本数
在 OpenClaw 中安装
/install eastmoney-stock-simulator
功能描述
妙想提供的股票模拟组合管理系统,支持持仓查询、买卖操作、撤单、委托查询、历史成交查询和资金查询等功能。通过安全认证的API接口实现真实交易体验。
安全使用建议
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install eastmoney-stock-simulator - 安装完成后,直接呼叫该 Skill 的名称或使用
/eastmoney-stock-simulator触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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格式的输出文件。
元数据
常见问题
eastmoney skills 是什么?
妙想提供的股票模拟组合管理系统,支持持仓查询、买卖操作、撤单、委托查询、历史成交查询和资金查询等功能。通过安全认证的API接口实现真实交易体验。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 10873 次。
如何安装 eastmoney skills?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install eastmoney-stock-simulator」即可一键安装,无需额外配置。
eastmoney skills 是免费的吗?
是的,eastmoney skills 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
eastmoney skills 支持哪些平台?
eastmoney skills 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 eastmoney skills?
由 eastmoney_dev(@qqk000)开发并维护,当前版本 v1.0.4。
推荐 Skills