qwen-runner
Qwen Runner
Execute prompts as the Qwen seat through the shared pi-runner implementation. This replaces the previous Cline-backed shim — --provider openrouter --model qwen/qwen3.8-2.4t-a95b is pinned on every invocation, so the seat no longer depends on whichever provider Cline's mutable state happens to point at; the model that answers is always the forwarded Qwen model, served via OpenRouter.
Default Model
qwen/qwen3.8-2.4t-a95b— Qwen3.8 27B (256K-token context in the OpenRouter catalog; the dense open-weight VLM of the Qwen3.8 Max family — the 1M flagship is a separateqwen/qwen3.8-maxid), pinned as--provider openrouter --model qwen/qwen3.8-2.4t-a95bon every run. Override with--modelto point the Qwen seat at a different OpenRouter model id.
Prerequisites
piCLI installed and inPATH(npm install -g @mariozechner/pi-coding-agent)OPENROUTER_API_KEYin the environment (or an OpenRouter credential in Pi's auth store)
Security Model
This skill delegates to pi-runner, so it has the same execution and data sharing model as the Pi wrapper — see ../pi-runner/SKILL.md. Runs are hermetic (no extensions, skills, or AGENTS.md/CLAUDE.md discovery). Analysis roles (every role except implementer) default to read-only mode (only Pi's file-reading tool enabled). Pass --allow-write to opt out, or --no-tools to block tools entirely.