← 返回 Skills 市场
QMT Development
作者
xueylee-dotcom
· GitHub ↗
· v1.0.0
· MIT-0
223
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install qmt-dev
功能描述
QMT平台开发专用技能。当用户说"QMT"、"实盘"、"QMT策略"、"QMT回测"、"QMT开发"时自动触发。提供QMT API规范、核心函数机制、止损监控方式、实盘注意事项。适用于使用QMT平台的量化策略开发。
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install qmt-dev - 安装完成后,直接呼叫该 Skill 的名称或使用
/qmt-dev触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
v1.0.0: QMT平台开发专用技能。提供QMT API规范、核心函数机制、止损监控方式、实盘注意事项。支持自动触发:QMT、实盘、QMT策略、QMT回测。
元数据
常见问题
QMT Development 是什么?
QMT平台开发专用技能。当用户说"QMT"、"实盘"、"QMT策略"、"QMT回测"、"QMT开发"时自动触发。提供QMT API规范、核心函数机制、止损监控方式、实盘注意事项。适用于使用QMT平台的量化策略开发。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 223 次。
如何安装 QMT Development?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install qmt-dev」即可一键安装,无需额外配置。
QMT Development 是免费的吗?
是的,QMT Development 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
QMT Development 支持哪些平台?
QMT Development 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 QMT Development?
由 xueylee-dotcom(@xueylee-dotcom)开发并维护,当前版本 v1.0.0。
推荐 Skills