Skill Detail

Run open-source terminal coding workflows with Qwen Code

Use Qwen Code as a repeatable terminal coding agent: install the CLI, authenticate a provider, run interactive or delegated coding sessions, and connect skills, MCP servers, subagents, and sandboxed workflows when the operator needs an open-source agent runtime.

Developer ToolsMulti-Framework
Developer Tools Multi-Framework Security Reviewed
โญ 26.6k GitHub stars โฌ‡ 54.7k/wk npm
INSTALL WITH ANY AGENT
npx skills add agentskillexchange/skills --skill run-open-source-terminal-coding-workflows-with-qwen-code Copy
Works best when you want a reusable capability, not another fragile one-off prompt.
At a glance
Tools required
Qwen Code CLI, Node.js 22+ or Homebrew, model provider credentials, optional MCP servers and ACP delegation tooling
Install & setup
npm install -g @qwen-code/qwen-code@latest
Author
QwenLM
Publisher
Organization
Last updated
Aug 4, 2026
Quick brief

# Run open-source terminal coding workflows with Qwen Code

How it works

What this skill actually does

Use this skill when an operator wants to run a repeatable coding-agent workflow through Qwen Code rather than a one-off model chat. The operator installs the Qwen Code CLI, authenticates a model provider, launches the terminal agent, then uses the runtime for codebase navigation, edits, tests, MCP-backed tools, subagents, Auto-Skills, sandboxed execution, or delegated coding work from another agent.

Invoke this instead of using the product normally when the job is to make Qwen Code part of an agent/operator workflow: bootstrapping an open-source terminal coding agent on a project, standardizing provider authentication and settings, running agentic coding sessions with MCP and skills enabled, or letting Claude, Codex, or another ACP-capable agent delegate coding tasks to Qwen Code through the upstream Qwen Code Claw reference.

The scope boundary is the operational use of Qwen Code as a coding-agent runtime. This is not a generic Qwen model, SDK, npm package, or terminal app listing; it covers the source-backed workflow for installing, authenticating, launching, configuring, and delegating to Qwen Code for repeatable software engineering tasks.

Source-backed install path from the upstream README: npm install -g @qwen-code/qwen-code@latest

Alternative upstream install path: brew install qwen-code

Quick start documented upstream: run qwen, then run /auth inside the session.

For cross-agent delegation, use the upstream Qwen Code Claw skill reference from the repository and follow its instructions to install, authenticate, and use Qwen Code through ACP-compatible delegation.