Install
openclaw skills install aliyun-qwen-deep-researchUse when a task needs Alibaba Cloud Model Studio Qwen Deep Research models to plan multi-step investigation, run iterative web research, and produce structured reports with citations or evidence summaries.
openclaw skills install aliyun-qwen-deep-researchCategory: provider
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/aliyun-qwen-deep-research/.enable_feedback setting with each saved run.Use this skill when the user wants a deep, multi-stage research workflow rather than a single chat completion.
Use one of these exact model strings:
qwen-deep-researchqwen-deep-research-2025-12-15Selection guidance:
qwen-deep-research for the current mainline model.qwen-deep-research-2025-12-15 when you need the snapshot with MCP tool-calling support and stronger reproducibility.python3 -m venv .venv
. .venv/bin/activate
python -m pip install dashscope
DASHSCOPE_API_KEY in your environment, or add dashscope_api_key to ~/.alibabacloud/credentials.topic (string, required)model (string, optional): default qwen-deep-researchmessages (array<object>, optional)enable_feedback (bool, optional): default truestream (bool, optional): must be trueattachments (array<object>, optional): image URLs and related contextstatus (string): stage status such as thinking, researching, or finishedtext (string, optional): streamed content chunkreport (string, optional): final structured research reportraw (object, optional)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
output/aliyun-qwen-deep-research/requests/OUTPUT_DIR.references/sources.md