qmt-docs

qmt-docs is a skill for Claude Code from lzwme/finance-quant-skills. It costs 91 tokens per session (1,729 once invoked), scanned A, original, no licence file.

A Chinese-language guide to developing Python strategies for QMT, 迅投极速策略交易系统, a platform for quantitative trading. It covers strategy code, backtesting, live trading, APIs, examples, and moving strategies from JoinQuant to QMT.

In plain words
What is it for?
Use it to write, test, and run QMT trading strategies, look up the QMT API, or build live-trading programs.
Why use it?
It helps developers find QMT-specific guidance instead of adapting generic Python or trading documentation. It also explains the differences involved in moving a strategy from JoinQuant to QMT.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the quant-skills plugin — 6 skills shipped together

Good fit Use it to write, test, and run QMT trading strategies, look up the QMT API, or build live-trading programs.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/lzwme/finance-quant-skills/qmt-docs
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add lzwme/finance-quant-skills --skill qmt-docs
Clone the repo
git clone --depth 1 https://github.com/lzwme/finance-quant-skills

Made for: Claude Code.

Or install quant-skills, the plugin that ships this one along with the rest of its 6 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for qmt-docs

README.md
[![agentmods](https://agentmods.dev/badge/skills/lzwme/finance-quant-skills/qmt-docs/github.svg)](https://agentmods.dev/skills/lzwme/finance-quant-skills/qmt-docs)
Your own site
<a href="https://agentmods.dev/skills/lzwme/finance-quant-skills/qmt-docs"><img src="https://agentmods.dev/badge/skills/lzwme/finance-quant-skills/qmt-docs/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for qmt-docs

Your own site · 80×15
<a href="https://agentmods.dev/skills/lzwme/finance-quant-skills/qmt-docs"><img src="https://agentmods.dev/badge/skills/lzwme/finance-quant-skills/qmt-docs.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 91 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,729 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00091 $0.01729
Opus 5 $0.00046 $0.00864
Sonnet 5 $0.00018 $0.00346
Haiku 4.5 $0.00009 $0.00173

Measured 9d ago against content hash b28e9f7f03b6, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

qmt-docs scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/qmt-docs/SKILL.md · 134 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Files

What ships with it

35 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 134 lines · 91 tokens per session scan A b28e9f7f03b6

Subscribe to this mod's changes

qmt-docs is a skill published in the GitHub repository lzwme/finance-quant-skills (344 stars, last pushed 2mo ago), with no licence file. It adds 91 tokens to every session and 1,729 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

developing-kafka-python-client

Use when the user wants to build a Python Kafka producer or consumer, add Schema Registry to existing Python code, migrate from raw JSON to schema-backed serialization, or scaffold a confluent-kafka-python project for Confluent Cloud, local Docker, or WarpStream. Also use when user wants to optimize Python Kafka…

confluentinc/agent-skills · 75 tokens

python-programming-expert

Expert-level skill for Python programming (Python 3.13/3.14+). Covers type safety, generic syntax (PEP 695), async/await TaskGroups, FastAPI 0.115+, Pydantic v2, uv package manager, Ruff, and pytest in English and Indonesian.

roedyrustam/vibes-plug · 68 tokens

upstash-box-py

Work with the upstash-box Python SDK for sandboxed cloud containers with AI agents, shell, filesystem, git, cron schedules, snapshots, and a headless browser. Use when building with Upstash Box in Python, creating a sandbox or isolated environment to run untrusted or agent-generated code, running AI coding agents in…

upstash/skills · 109 tokens

python-services

Python patterns for CLI tools, async concurrency, and backend services. Use when working with Python code, building CLI apps, FastAPI services, async with asyncio, background jobs, or configuring uv, ruff, ty, pytest, or pyproject.toml.

iliaal/ai-skills · 55 tokens

django

Use when building Django applications. Covers ORM query performance, model design, migrations, Django REST Framework, security defaults, and testing.

nimadorostkar/Claude-Skills-collection · 28 tokens

fastapi

Use when building APIs with FastAPI. Covers dependency injection, Pydantic v2 validation, async database access, authentication, background tasks, and testing.

nimadorostkar/Claude-Skills-collection · 34 tokens