Stats
Actions
Tags
From qwen
Internal helper contract for calling the qwen-companion runtime from Claude Code
How this skill is triggered — by the user, by Claude, or both
Slash command
/qwen:qwen-cli-runtimeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill only inside the `qwen:qwen-rescue` subagent.
Use this skill only inside the qwen:qwen-rescue subagent.
Primary helper:
node "${CLAUDE_PLUGIN_ROOT}/scripts/qwen-companion.mjs" task "<raw arguments>"task once and return stdout unchanged.git, direct qwen CLI strings, or other Bash activity.setup, review, adversarial-review, status, result, or cancel from qwen:qwen-rescue.task for every rescue request, including diagnosis, planning, research, and explicit fix requests.--model left unset unless user explicitly specifies.--approval-mode default is auto-edit(v3.1 / Phase 0 case-11 实测:无 TTY 时 auto-deny shell tools,不 hang).--unsafe switches approval to yolo. Required if you want qwen to run shell/write in background (否则 qwen auto-deny,permissionDenials 非空)。--effort is a pass-through but the companion drops it (qwen has no equivalent).task invocation per rescue.--background or --wait, strip it from the task text (it's an execution control).--model, pass through.--resume, strip it and add --resume-last.--fresh, strip and do NOT add --resume-last.--unsafe, pass through.auto-edit unless user explicitly asks --unsafe.task command exactly as-is.Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub bbingz/qwen-plugin-cc --plugin qwen