/install aliyun-qwen-deep-research
Category: provider
Model Studio Qwen Deep Research
Validation
mkdir -p output/aliyun-qwen-deep-research
python -m py_compile skills/ai/research/aliyun-qwen-deep-research/scripts/prepare_deep_research_request.py && echo "py_compile_ok" > output/aliyun-qwen-deep-research/validate.txt
Pass criteria: command exits 0 and output/aliyun-qwen-deep-research/validate.txt is generated.
Output And Evidence
- Save research goals, confirmation answers, normalized request payloads, and final report snapshots under
output/aliyun-qwen-deep-research/. - Keep the exact model, region, and
enable_feedbacksetting with each saved run.
Use this skill when the user wants a deep, multi-stage research workflow rather than a single chat completion.
Critical model names
Use one of these exact model strings:
qwen-deep-researchqwen-deep-research-2025-12-15
Selection guidance:
- Use
qwen-deep-researchfor the current mainline model. - Use
qwen-deep-research-2025-12-15when you need the snapshot with MCP tool-calling support and stronger reproducibility.
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. - This model currently applies to the China mainland (Beijing) region and uses its own API shape rather than OpenAI-compatible mode.
Normalized interface (research.run)
Request
topic(string, required)model(string, optional): defaultqwen-deep-researchmessages(array\x3Cobject>, optional)enable_feedback(bool, optional): defaulttruestream(bool, optional): must betrueattachments(array\x3Cobject>, optional): image URLs and related context
Response
status(string): stage status such asthinking,researching, orfinishedtext(string, optional): streamed content chunkreport(string, optional): final structured research reportraw(object, optional)
Quick start
python skills/ai/research/aliyun-qwen-deep-research/scripts/prepare_deep_research_request.py \
--topic "Compare cloud video generation model trade-offs for marketing automation." \
--disable-feedback
Operational guidance
- Expect streaming output only.
- Keep the initial topic concrete and bounded; broad topics can trigger long iterative search plans.
- If the model asks follow-up questions and you already know the constraints, answer them explicitly to avoid wasted rounds.
- Use the snapshot model when you need stable evaluation runs or MCP tool-calling support.
Output location
- Default output:
output/aliyun-qwen-deep-research/requests/ - Override base dir with
OUTPUT_DIR.
References
references/sources.md
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install aliyun-qwen-deep-research - 安装完成后,直接呼叫该 Skill 的名称或使用
/aliyun-qwen-deep-research触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Aliyun Qwen Deep Research 是什么?
Use when a task needs Alibaba Cloud Model Studio Qwen Deep Research models to plan multi-step investigation, run iterative web research, and produce structur... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 99 次。
如何安装 Aliyun Qwen Deep Research?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install aliyun-qwen-deep-research」即可一键安装,无需额外配置。
Aliyun Qwen Deep Research 是免费的吗?
是的,Aliyun Qwen Deep Research 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Aliyun Qwen Deep Research 支持哪些平台?
Aliyun Qwen Deep Research 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Aliyun Qwen Deep Research?
由 cinience(@cinience)开发并维护,当前版本 v1.0.0。