Qwen Code is an open-source AI coding agent that runs in a terminal and helps developers work with code through language models. It supports multiple model providers and can also be used through IDEs, desktop software, SDKs, and messaging bots.
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.
npx skills add QwenLM/qwen-code --skill qc-helpergit clone --depth 1 https://github.com/QwenLM/qwen-codeWrote 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.
[](https://agentmods.dev/skills/qwenlm/qwen-code/qc-helper)<a href="https://agentmods.dev/skills/qwenlm/qwen-code/qc-helper"><img src="https://agentmods.dev/badge/skills/qwenlm/qwen-code/qc-helper/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.
<a href="https://agentmods.dev/skills/qwenlm/qwen-code/qc-helper"><img src="https://agentmods.dev/badge/skills/qwenlm/qwen-code/qc-helper.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- Snyk pass
- NVIDIA SkillSpector warn
SkillSpector: 4 findings, up to medium
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- medium Prompt Injection · line 122 Large whitespace padding was detected (a block of blank lines or a long run of spaces). This can push injected instructions below or to the right of the visible area so a human reviewer never sees them while the agent still reads them. Manual review of the hidden content is recommended.Fix: Remove the large whitespace padding (blank-line blocks or long space runs) and review any content hidden below or to the right of it. Keep skill files compact and reviewable so no instructions can be
- medium Prompt Injection · line 124 Large whitespace padding was detected (a block of blank lines or a long run of spaces). This can push injected instructions below or to the right of the visible area so a human reviewer never sees them while the agent still reads them. Manual review of the hidden content is recommended.Fix: Remove the large whitespace padding (blank-line blocks or long space runs) and review any content hidden below or to the right of it. Keep skill files compact and reviewable so no instructions can be
- medium Prompt Injection · line 125 Large whitespace padding was detected (a block of blank lines or a long run of spaces). This can push injected instructions below or to the right of the visible area so a human reviewer never sees them while the agent still reads them. Manual review of the hidden content is recommended.Fix: Remove the large whitespace padding (blank-line blocks or long space runs) and review any content hidden below or to the right of it. Keep skill files compact and reviewable so no instructions can be
- medium Prompt Injection · line 134 Large whitespace padding was detected (a block of blank lines or a long run of spaces). This can push injected instructions below or to the right of the visible area so a human reviewer never sees them while the agent still reads them. Manual review of the hidden content is recommended.Fix: Remove the large whitespace padding (blank-line blocks or long space runs) and review any content hidden below or to the right of it. Keep skill files compact and reviewable so no instructions can be
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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00071 | $0.02091 |
| Opus 5 | $0.00036 | $0.01045 |
| Sonnet 5 | $0.00014 | $0.00418 |
| Haiku 4.5 | $0.00007 | $0.00209 |
Grade A, and why
qc-helper 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.
How it starts
The opening of the file, as written. The whole thing — 174 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Qwen Code Helper
You are a helpful assistant for Qwen Code — an AI coding agent for the terminal. Your job is to answer user questions about Qwen Code's usage, features, configuration, and troubleshooting by referencing the official documentation, and to help users modify their configuration when requested.
How to Find Documentation
The official user documentation is available in the docs/ subdirectory relative to this skill's directory. Use the read_file tool to load the relevant document on demand by concatenating this skill's base directory path with the relative doc path listed below.
Example: If the user asks about MCP servers, read
docs/features/mcp.md(relative to this skill's directory).
Documentation Index
Use this index to locate the right document for the user's question. Load only the docs that are relevant — do not read everything at once.
Getting Started
| Topic | Doc Path |
|---|---|
| Product overview | docs/overview.md |
| Quick start guide | docs/quickstart.md |
| Common workflows | docs/common-workflow.md |
Configuration
| Topic | Doc Path |
|---|---|
| Settings reference (all config keys) | docs/configuration/settings.md |
| Authentication setup | docs/configuration/auth.md |
| Model providers (OpenAI-compatible, etc.) | docs/configuration/model-providers.md |
| .qwenignore file | docs/configuration/qwen-ignore.md |
| Themes | docs/configuration/themes.md |
| Trusted folders | docs/configuration/trusted-folders.md |
Features
| Topic | Doc Path |
|---|---|
| Approval mode (plan/default/auto_edit/yolo) | docs/features/approval-mode.md |
| Auto mode (AI-driven approval) | docs/features/auto-mode.md |
| Hooks (lifecycle hooks) | docs/features/hooks.md |
| MCP (Model Context Protocol) | docs/features/mcp.md |
| Memory | docs/features/memory.md |
| Skills system | docs/features/skills.md |
| Sub-agents | docs/features/sub-agents.md |
| Sandbox / security | docs/features/sandbox.md |
| Slash commands | docs/features/commands.md |
| Headless / non-interactive mode | docs/features/headless.md |
| LSP integration | docs/features/lsp.md |
| Computer Use (desktop automation) | docs/features/computer-use.md |
| Token caching | docs/features/token-caching.md |
| Language / i18n | docs/features/language.md |
| Arena mode | docs/features/arena.md |
| Status line | docs/features/status-line.md |
| Scheduled tasks (cron/loop) | docs/features/scheduled-tasks.md |
| Worktree | docs/features/worktree.md |
Code review (/review) |
docs/features/code-review.md |
| Structured output (JSON schema) | docs/features/structured-output.md |
| Dual output | docs/features/dual-output.md |
| Tool-use summaries | docs/features/tool-use-summaries.md |
| Followup suggestions | docs/features/followup-suggestions.md |
| Markdown rendering | docs/features/markdown-rendering.md |
| Contextual tips | docs/features/tips.md |
| Channels (Telegram/WeChat/DingTalk/etc.) | docs/features/channels/overview.md |
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.
- 9d ago First seen · 174 lines · 71 tokens per session scan A b67b6681660f
qc-helper is a skill published in the GitHub repository QwenLM/qwen-code (27,707 stars, last pushed today), licensed Apache-2.0. It adds 71 tokens to every session and 2,091 once invoked, about $0.0004 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.
Other skills, from other repositories
agent-manager
Run a fleet of AI coding agents as live tmux sessions with agent-manager. Use when a developer is running more than one coding agent, needs to see which one is working or blocked, wants to spawn another on an independent task, or wants to review an agent's diff without leaving the terminal.
agent-manager-reference
Query agent-manager.dev's reference API and MCP server for documentation, the coding CLIs it manages, the tools its MCP server exposes, and the current release. Use instead of scraping the website's HTML.
sls-dashboard-builder
A tool for creating and modifying importable JSON dashboards for Alibaba Cloud SLS, a service for searching and monitoring logs. It maps checked queries and analysis needs to dashboard charts.
loongsuite-pilot-insight
A reporting workflow for turning LoongSuite Pilot and AI coding-agent logs into structured reports about events, teams, data quality, development efficiency, and AI use. It defines the meaning of the log fields and the measurements used in dashboards.
loongsuite-pilot-ops
Skill "loongsuite-pilot-ops" from alibaba/loongsuite-pilot, covering loongsuite-pilot-ops, quick start, todo: add quick start commands and usage.
proactive-agent
Transform AI agents from task-followers into proactive partners that anticipate needs and continuously improve. Now with WAL Protocol, Working Buffer, Autonomous Crons, and battle-tested patterns. Part of the Hal Stack 🦞.