← Back to Skills Marketplace
QMT Development
by
xueylee-dotcom
· GitHub ↗
· v1.0.0
· MIT-0
223
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install qmt-dev
Description
QMT平台开发专用技能。当用户说"QMT"、"实盘"、"QMT策略"、"QMT回测"、"QMT开发"时自动触发。提供QMT API规范、核心函数机制、止损监控方式、实盘注意事项。适用于使用QMT平台的量化策略开发。
Usage Guidance
This skill is a documentation-only QMT development guide and appears coherent with its purpose. Before enabling it in an agent that can act autonomously, confirm whether the agent runtime has access to any trading account credentials or local signal files — if so, the agent could place live orders if given permission. If you only want help drafting or reviewing code, keep the agent's ability to call external trading APIs or access account credentials disabled; if you intend the agent to execute trades, limit it to a test/sandbox account and review the code templates and waiting_list/anti-duplication logic carefully.
Capability Analysis
Type: OpenClaw Skill
Name: qmt-dev
Version: 1.0.0
The skill bundle provides technical documentation and code templates for the Xuntou QMT quantitative trading platform. The content in SKILL.md and clawhub.yaml is focused on best practices for strategy development, such as handling API differences between backtesting and live trading, implementing stop-loss mechanisms, and managing order execution risks. There are no indicators of data exfiltration, malicious execution, or prompt injection.
Capability Assessment
Purpose & Capability
The skill is a documentation/instruction-only skill for developing strategies on the QMT platform. It does not request unrelated environment variables, binaries, or installs, and the examples (order calls, stop-loss checks, reading local signal files) match the declared purpose.
Instruction Scope
SKILL.md contains concrete code templates that read local files (e.g., trading_signals/alphagbm_signals_qmt.json) and demonstrate calling trading functions (passorder, get_trade_detail_data). Those are appropriate for a QMT dev guide, but they imply the runtime agent or user environment will have access to local project files and platform APIs; users should be aware the examples assume access to trading account identifiers and platform APIs.
Install Mechanism
No install spec and no code files are included, so nothing will be downloaded or written to disk by the skill itself—this is the lowest-risk install profile.
Credentials
The skill does not request environment variables or credentials. However, its code samples use accID and platform order functions; if the agent environment supplies trading credentials, the agent could interact with live accounts. That is expected for a trading dev guide but worth noting as a security consideration.
Persistence & Privilege
always is false and there is no persistent install; the skill does not request elevated persistence or modify other skills or system-wide settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install qmt-dev - After installation, invoke the skill by name or use
/qmt-dev - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
v1.0.0: QMT平台开发专用技能。提供QMT API规范、核心函数机制、止损监控方式、实盘注意事项。支持自动触发:QMT、实盘、QMT策略、QMT回测。
Metadata
Frequently Asked Questions
What is QMT Development?
QMT平台开发专用技能。当用户说"QMT"、"实盘"、"QMT策略"、"QMT回测"、"QMT开发"时自动触发。提供QMT API规范、核心函数机制、止损监控方式、实盘注意事项。适用于使用QMT平台的量化策略开发。 It is an AI Agent Skill for Claude Code / OpenClaw, with 223 downloads so far.
How do I install QMT Development?
Run "/install qmt-dev" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is QMT Development free?
Yes, QMT Development is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does QMT Development support?
QMT Development is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created QMT Development?
It is built and maintained by xueylee-dotcom (@xueylee-dotcom); the current version is v1.0.0.
More Skills