Qwen Code
SkillWeb & browsingOnce added, your AI can analyze a codebase or complete coding tasks on a project by running Qwen Code. You can hand coding work over in a conversation and get the results back without running anything yourself. It is useful whenever you want to delegate coding or code-analysis work to Qwen Code.
Available today. Use it from your connected AI after setup.
No other account needed.
After adding it, point your AI at a repository and ask it to analyze the code or handle a coding task with Qwen Code.
Then ask your AI: use the Qwen Code skill
What your AI can do with it
- Analyze a codebase and report what it finds
- Complete coding tasks on a project
- Delegate work to Qwen Code from a conversation
- Return Qwen-based coding-agent results you can act on
What this skill tells your AI
The instructions your AI receives, as published by cherryhq/cherry-studio in resources/code-cli-skills/code-mate-qwen-code/SKILL.md and read by ahel’s review.
Run
- Set the Bash working directory to the exact project the user named and set a finite timeout, normally 10 minutes.
- Check availability with
command -v qwen. If it is missing, stop and ask the user to install Qwen Code in Code Mate. - Run one task and exit:
qwen -p "<prompt>" --output-format json
Pass the prompt as one quoted argument. Parse the JSON result and treat a structured error or nonzero exit as failure. Never start the interactive UI or OAuth flow from the agent task.
Authentication And Permissions
If Qwen reports missing login, API key, model, or provider configuration, stop and ask the user to configure Qwen Code in Code Mate. Never request, read, print, or copy credentials.
Use the default restricted approval behavior for analysis. Add bounded turn or tool-call limits for large tasks. Only allow modification tools when the user explicitly requests workspace changes, and never use --yolo: it grants approval without providing a sandbox.
Example: ask Qwen to identify the cause of a failing test without editing, run the command above, then summarize the parsed result within the chosen timeout.
Signals
- GitHub stars
- 52k
- Forks
- 5k
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
code-mate-qwen-code- Source
- github.com/cherryhq/cherry-studio