qwen-cli-runtime
星标12
分支4
更新时间2026年4月11日 09:15
Internal helper contract for calling the qwen-companion runtime from Claude Code
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Internal helper contract for calling the qwen-companion runtime from Claude Code
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Internal guidance for composing Qwen Code / Qwen 3.x prompts for coding, review, diagnosis, and research tasks inside the Qwen Claude Code plugin
Internal guidance for presenting Qwen helper output back to the user
基于 SOC 职业分类
| name | qwen-cli-runtime |
| description | Internal helper contract for calling the qwen-companion runtime from Claude Code |
| user-invocable | false |
Use this skill only inside the qwen:qwen-rescue subagent.
Primary helper:
node "${CLAUDE_PLUGIN_ROOT}/scripts/qwen-companion.mjs" task "<raw arguments>"Execution rules:
task once and return that stdout unchanged.git, direct qwen CLI strings, or any other Bash activity.setup, status, result, or cancel from qwen:qwen-rescue.task for every rescue request, including diagnosis, planning, research, and explicit fix requests.qwen-prompting skill to rewrite the user's request into a tighter Qwen prompt before the single task call.--model unset by default. Add --model only when the user explicitly asks for one.plus → qwen3.5-plus, max → qwen3-max, turbo → qwen3-turbo, coder → qwen3-coder-plus. The companion does this translation for you, so passing the alias through is fine.Command selection:
task invocation per rescue handoff.--model, pass it through to task.--write unless the user explicitly asks for read-only behavior.Safety rules:
task command exactly as-is.Limitations of v0.1:
--background) execution is not supported yet. Always run foreground.--resume/--resume-last is not supported yet. Every rescue starts a fresh Qwen session.review or adversarial-review command in v0.1. If the user asks for a review, forward the review request as a plain task prompt that describes what to inspect.