/install aliyun-qwen-coder
Category: provider
Model Studio Qwen Coder
Validation
mkdir -p output/aliyun-qwen-coder
python -m py_compile skills/ai/code/aliyun-qwen-coder/scripts/prepare_code_request.py && echo "py_compile_ok" > output/aliyun-qwen-coder/validate.txt
Pass criteria: command exits 0 and output/aliyun-qwen-coder/validate.txt is generated.
Output And Evidence
- Save prompts, repository context summaries, and normalized coding request payloads under
output/aliyun-qwen-coder/. - Record the exact model, endpoint mode, and target language/framework for reproducibility.
Use Qwen Coder for coding assistants, code review drafting, repository-level reasoning, patch planning, and tool-using software agents.
Critical model names
Use one of these exact model strings as appropriate:
qwen3-coder-nextqwen3-coder-plusqwen-coder-plusqwen2.5-coder-32b-instruct
Prerequisites
- Install SDK in a virtual environment:
python3 -m venv .venv
. .venv/bin/activate
python -m pip install dashscope
- Set
DASHSCOPE_API_KEYin your environment, or adddashscope_api_keyto~/.alibabacloud/credentials. - Prefer the OpenAI-compatible endpoint when a client does not yet expose the latest coder models in dropdown UI.
Normalized interface (code.generate)
Request
messages(array\x3Cobject>, required)model(string, optional): defaultqwen3-coder-nextrepository_summary(string, optional)files(array\x3Cstring>, optional)language(string, optional)tools(array\x3Cobject>, optional)stream(bool, optional)
Response
text(string)patch(string, optional)usage(object, optional)
Quick start
python skills/ai/code/aliyun-qwen-coder/scripts/prepare_code_request.py \
--task "Refactor request validation into a small helper and add one unit test." \
--language python
Operational guidance
- Pass only the files relevant to the requested change to reduce noise.
- Use
qwen3-coder-nextfor current-generation coding tasks andqwen3-coder-pluswhen you need a stronger but potentially costlier coder. - For repo-scale changes, include architecture notes and expected test commands.
- Prefer deterministic prompts and pinned model IDs for benchmarking or regression comparison.
Output location
- Default output:
output/aliyun-qwen-coder/requests/ - Override base dir with
OUTPUT_DIR.
References
references/sources.md
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install aliyun-qwen-coder - After installation, invoke the skill by name or use
/aliyun-qwen-coder - Provide required inputs per the skill's parameter spec and get structured output
What is Aliyun Qwen Coder?
Use when code generation, repository understanding, or coding-agent tasks need Alibaba Cloud Model Studio Qwen Coder models (`qwen3-coder-next`, `qwen3-coder... It is an AI Agent Skill for Claude Code / OpenClaw, with 95 downloads so far.
How do I install Aliyun Qwen Coder?
Run "/install aliyun-qwen-coder" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Aliyun Qwen Coder free?
Yes, Aliyun Qwen Coder is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Aliyun Qwen Coder support?
Aliyun Qwen Coder is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Aliyun Qwen Coder?
It is built and maintained by cinience (@cinience); the current version is v1.0.0.