← 返回 Skills 市场
379
总下载
1
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install myquant
功能描述
掘金量化Python SDK - 事件驱动量化平台,支持A股、期货、期权、ETF、可转债回测与实盘交易。
安全使用建议
This skill appears to be a wrapper/guide for the official MyQuant ('gm') Python SDK and only needs python3 plus a MyQuant token — which is reasonable. However, there are multiple inconsistencies in the package metadata (mismatched version numbers and owner IDs, and disagreement about whether GM_TOKEN is declared in the registry). Before installing or providing credentials: 1) Verify the 'gm' package source (confirm the package on PyPI or the vendor site is the official MyQuant release and check publisher/owner). 2) Prefer installing 'gm' directly from the official PyPI entry or vendor download linked on https://www.myquant.cn rather than any untrusted bundle. 3) Do not paste your GM_TOKEN into third-party UIs or scripts unless you confirm the package origin; use a dedicated API token with minimal permissions if possible. 4) If you need higher assurance, request the upstream repository URL or a signed release; check the package contents for unexpected network calls before running in a production environment. If you want, I can list specific checks to perform on the 'gm' package or help verify the PyPI project and its maintainers.
功能分析
Type: OpenClaw Skill
Name: myquant
Version: 1.0.3
The skill bundle provides comprehensive documentation and code examples for the 'GoldMiner' (掘金量化) quantitative trading Python SDK. It includes standard API references, multiple strategy templates (e.g., Moving Average, Turtle CTA, Multi-factor), and a guide for AI agents to perform data validation and multi-step analysis. No evidence of data exfiltration, malicious execution, or harmful prompt injection was found; all instructions and code samples are consistent with the stated purpose of financial market analysis and trading.
能力评估
Purpose & Capability
Name, README, SKILL.md and demo all describe a Python SDK ('gm' package) for MyQuant and require python3 and a MyQuant token — these are coherent with the stated purpose. However the registry metadata shown at the top (no required envs, Version=1.0.3, owner ID) does not match the packaged files (metadata.json/_meta.json report GM_TOKEN as required, versions 1.2.0/1.3.0, different ownerId). The mismatch between declared registry requirements and the embedded metadata is unexpected.
Instruction Scope
SKILL.md and included docs instruct installing 'gm' via pip, setting a GM token, and running strategy code. The runtime instructions do not ask the agent to read unrelated files, system credentials, or to exfiltrate data. Demo code only attempts to import gm.api and instructs to set_token.
Install Mechanism
There is no install spec for the skill itself (instruction-only). The instructions recommend 'pip install gm' (standard PyPI) or downloading from the vendor website. No downloads from obscure hosts or archive extraction are present in the skill bundle.
Credentials
The package files (metadata.json, README, SKILL.md) indicate a single credential (GM_TOKEN) is needed — appropriate for an API client. But the registry summary at the top listed no required env vars and no primary credential; that inconsistency is concerning and should be clarified before supplying a token.
Persistence & Privilege
Skill flags are normal: always=false, user-invocable=true, disable-model-invocation=false. The skill does not request persistent or system-wide privileges, and it does not modify other skills or agent configs in the bundle.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install myquant - 安装完成后,直接呼叫该 Skill 的名称或使用
/myquant触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.3
myquant 1.0.3
- Added a demo project directory with two new files: demo_project/README.md and demo_project/demo.py
- Provides example code and documentation to help users get started quickly with the SDK.
v1.0.2
myquant 1.0.2
- No file changes detected in this release.
- Behavior and documentation remain unchanged from the previous version.
v1.0.1
- 内容和文档由英文改为中文,针对国内用户优化语言环境。
- 版本号由 1.1.0 更新为 1.2.0。
- skill 描述与 section 标题变更为中文,突出“掘金量化”品牌。
- 基本面数据部分新增 get_fundamentals、get_fundamentals_n 函数用法示例。
- 细节调整、补充 Level 2 历史数据接口和 context.data 使用示例。
v1.0.0
GoldMiner Quantitative Python SDK is updated to version 1.1.0 with expanded documentation.
- Updated version to 1.1.0.
- SKILL.md now provides a comprehensive overview of the event-driven architecture, including backtesting, paper, and live trading.
- Added detailed examples for event callbacks (init, on_bar, on_tick, etc.) and order placement.
- Extended documentation on data subscription, scheduling, and data query functions.
- Clarified usage of context and strategy lifecycle.
- Included step-by-step installation and connection instructions.
元数据
常见问题
myquant 是什么?
掘金量化Python SDK - 事件驱动量化平台,支持A股、期货、期权、ETF、可转债回测与实盘交易。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 379 次。
如何安装 myquant?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install myquant」即可一键安装,无需额外配置。
myquant 是免费的吗?
是的,myquant 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
myquant 支持哪些平台?
myquant 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 myquant?
由 coderwpf(@coderwpf)开发并维护,当前版本 v1.0.3。
推荐 Skills