Install
openclaw skills install qwenBuild and route Qwen chat, coding, reasoning, and vision workflows across hosted and self-hosted endpoints with safer debugging.
openclaw skills install qwenUser needs Qwen to work reliably for chat, coding, reasoning, structured outputs, or vision. Agent handles surface selection, live model verification, hosted-versus-local tradeoffs, and failure recovery before the workflow reaches production.
Memory lives in ~/qwen/. If ~/qwen/ does not exist, run setup.md. See memory-template.md for structure.
~/qwen/
├── memory.md # Status, activation rules, and deployment defaults
├── routes.md # Preferred route per workload
├── servers.md # Known local or hosted endpoints
├── experiments.md # Prompt, parser, and latency notes
└── logs/ # Optional sanitized repro payloads
Use the smallest file that resolves the blocker.
| Topic | File |
|---|---|
| Setup process | setup.md |
| Memory template | memory-template.md |
| Hosted and local request patterns | api-patterns.md |
| Workload routing matrix | routing-matrix.md |
| Hosted versus self-hosted decisions | deployment-paths.md |
| Tool-calling and structured output guardrails | tool-calling.md |
| Debugging and recovery | troubleshooting.md |
curl and jq for minimal endpoint checksDASHSCOPE_API_KEY/models or equivalent health check and copy the live model ID from the response.~/qwen/ notes, saved routes, or repro logs after the user wants continuity across Qwen tasks.Use only the smallest hosted endpoint that answers the current question.
| Endpoint | Data Sent | Purpose |
|---|---|---|
| https://dashscope.aliyuncs.com/compatible-mode/v1/models | Auth header only | Mainland China model discovery |
| https://dashscope-intl.aliyuncs.com/compatible-mode/v1/models | Auth header only | International model discovery |
| https://dashscope-us.aliyuncs.com/compatible-mode/v1/models | Auth header only | United States model discovery |
| https://dashscope.aliyuncs.com/compatible-mode/v1/chat/completions | Prompt messages and options | Hosted Qwen chat completions in Beijing region |
| https://dashscope-intl.aliyuncs.com/compatible-mode/v1/chat/completions | Prompt messages and options | Hosted Qwen chat completions in Singapore region |
| https://dashscope-us.aliyuncs.com/compatible-mode/v1/chat/completions | Prompt messages and options | Hosted Qwen chat completions in Virginia region |
No other data is sent externally.
Data that leaves your machine:
Data that stays local:
~/qwen/ after user approvalThis skill does NOT:
This skill ONLY:
This skill NEVER:
~/qwen/Using hosted Qwen sends prompt data to Alibaba Cloud Model Studio. Only install if you trust that service with your data, or keep Qwen fully self-hosted.
Install with clawhub install <slug> if user confirms:
models — choose model families and cost tiers before locking Qwen into productionapi — debug auth, payloads, retries, and OpenAI-compatible request shapescoding — tighten agent coding workflows after the Qwen route itself is stablechat — improve conversation shaping once the Qwen route itself is stablememory — store durable routing choices and repeated migration lessonsclawhub star qwenclawhub sync