qwen-cloud
Delegate a bounded Codex Cloud task to the Qwen executor CLI installed by scripts/setup-codex-cloud.sh.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Delegate a bounded Codex Cloud task to the Qwen executor CLI installed by scripts/setup-codex-cloud.sh.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Run Codex- or Cursor-led Beastmode with pluggable external workers such as Qwen, direct MiniMax API, Droid MiniMax, GLM, or other Droid models.
Backward-compatible Beastmode entrypoint. Prefer beastmode-cloud for pluggable Qwen, Droid MiniMax, GLM, and other model workers.
Create or resume a MemRoOS /goal work session with acceptance criteria, lane selection, context packet, and proof requirements.
Persist durable agent work product to MemroOS MCP knowledge base with verification, metadata, and source-drift support. Use when producing research, competitive analysis, market positioning, comparison posts, benchmarks, RCA documents, or any "save/document/archive" request. Auto-validates the write succeeded.
| name | qwen-cloud |
| description | Delegate a bounded Codex Cloud task to the Qwen executor CLI installed by scripts/setup-codex-cloud.sh. |
Use this skill when Luis asks to use Qwen from Codex Cloud, especially for bounded research, mechanical edits, test writing, docs, or parallel exploration.
Qwen is an external executor in Codex Cloud. Codex remains responsible for planning, secrets hygiene, review, verification, and any final file changes.
~/.local/bin/qwen-agent exists.DASHSCOPE_API_KEY is available to the agent phase, or stored at
~/.qwen/settings.json as {"env":{"DASHSCOPE_API_KEY":"..."}}.qwen3.7-plus.https://dashscope-intl.aliyuncs.com/compatible-mode/v1.Do not use BAILIAN_CODING_PLAN_API_KEY for headless cloud tasks. The local
wrapper uses the DashScope Standard OpenAI-compatible endpoint.
Before claiming the Qwen lane works in a new cloud environment, run:
~/.local/bin/qwen-agent --dangerously-skip-permissions -p "Reply with exactly: QWEN OK"
Expected output:
QWEN OK
If the key is unavailable, say the Qwen lane is installed but not live-verified.
.codex/qwen-runs/<timestamp>/ unless the user asked
for a different artifact path.mkdir -p .codex/qwen-runs
run_dir=".codex/qwen-runs/$(date -u +%Y%m%dT%H%M%SZ)"
mkdir -p "$run_dir"
cat >"$run_dir/prompt.md" <<'EOF'
TASK:
<bounded task>
ALLOWED FILES:
<paths>
DO NOT:
- Read or print secrets.
- Send network requests except package/doc lookups needed for the task.
- Commit, push, delete, or publish anything.
OUTPUT:
- Concise findings or a unified diff.
- Verification commands run or recommended.
EOF
~/.local/bin/qwen-agent --dangerously-skip-permissions -p "$(cat "$run_dir/prompt.md")" >"$run_dir/output.md" 2>&1
git diff before continuing.