← Back to Skills Marketplace
379
Downloads
1
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install myquant
Description
掘金量化Python SDK - 事件驱动量化平台,支持A股、期货、期权、ETF、可转债回测与实盘交易。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install myquant - After installation, invoke the skill by name or use
/myquant - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is myquant?
掘金量化Python SDK - 事件驱动量化平台,支持A股、期货、期权、ETF、可转债回测与实盘交易。 It is an AI Agent Skill for Claude Code / OpenClaw, with 379 downloads so far.
How do I install myquant?
Run "/install myquant" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is myquant free?
Yes, myquant is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does myquant support?
myquant is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created myquant?
It is built and maintained by coderwpf (@coderwpf); the current version is v1.0.3.
More Skills