qmt-devQMT平台开发专用技能。当用户说"QMT"、"实盘"、"QMT策略"、"QMT回测"、"QMT开发"时自动触发。提供QMT API规范、核心函数机制、止损监控方式、实盘注意事项。适用于使用QMT平台的量化策略开发。
Install via ClawdBot CLI:
clawdbot install xueylee-dotcom/qmt-devGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Generated Aug 13, 2026
量化策略在实盘交易中需要频繁监控持仓,及时止损以防大幅亏损。该技能提供了基于时间或K线数的止损检查方法,避免使用错误的is_last_bar机制。
回测与实盘的行为差异可能导致策略失效。该技能强调is_last_bar在不同环境下的差异,帮助开发者设计适应实盘的逻辑,提高一致性。
管理多个股票的买卖订单,需要防止重复下单和订单状态跟踪。技能中的waiting_list防重机制提供了解决方案。
实盘交易必须设置风控措施,如金额限制、禁止反向单和对敲单。该技能提供了QMT层面的风控检查清单和代码层面的实现建议。
将开发好的QMT策略封装成产品,向投资者或机构收取一次性或年度授权费用。
提供策略的持续监控、优化和风控服务,按管理资产规模或固定月费收费。
为客户定制QMT策略开发,包括需求分析、编码、测试和部署,按项目或工时收费。
💬 Integration Tip
集成时注意区分回测和实盘环境,使用时间判断进行止损监控,并严格遵循QMT的API规范。
Scored Jun 20, 2026
Control desktop applications on Windows — launch, close, focus, resize, move windows, simulate keyboard/mouse input, manage processes, control VSCode, read clipboard, and capture screen info. Use when the user wants to interact with any running program, switch windows, type text, press shortcuts, open files in VSCode, manage running processes, or get system display information.
Conduct rigorous, adversarial code reviews with zero tolerance for mediocrity. Use when users ask to "critically review" my code or a PR, "critique my code", "find issues in my code", or "what's wrong with this code". Identifies security holes, lazy patterns, edge case failures, and bad practices across Python, R, JavaScript/TypeScript, SQL, and front-end code. Scrutinizes error handling, type safety, performance, accessibility, and code quality. Provides structured feedback with severity tiers (Blocking, Required, Suggestions) and specific, actionable recommendations.
Coding style memory that adapts to your preferences, conventions, and patterns for consistent coding.
Pragmatic coding standards for writing clean, maintainable code — naming, functions, structure, anti-patterns, and pre-edit safety checks. Use when writing new code, refactoring existing code, reviewing code quality, or establishing coding standards.
Claude Code integration for OpenClaw. This skill provides interfaces to: - Query Claude Code documentation from https://code.claude.com/docs - Manage subagents and coding tasks - Execute AI-assisted coding workflows - Access best practices and common workflows Use this skill when users want to: - Get help with coding tasks - Query Claude Code documentation - Manage AI-assisted development workflows - Execute complex programming tasks
Plan, draft, version, and refine written content with enforced versioning and quality audits.