Claude
Skills
Sign in
Back

aliyun-qwen-deep-research-test

Included with Lifetime
$97 forever

Minimal deep-research smoke test for Model Studio Qwen Deep Research.

Code Review

What this skill does


Category: test

# Minimal Viable Test

## Prerequisites

- Target skill: `skills/ai/research/aliyun-qwen-deep-research`

## Executable Example

```bash
.venv/bin/python skills/ai/research/aliyun-qwen-deep-research/scripts/prepare_deep_research_request.py \
  --topic "Compare speech recognition options for meeting transcription." \
  --disable-feedback
```

Pass criteria: script returns `{"ok": true, ...}` and writes `output/aliyun-qwen-deep-research/requests/request.json`.

Related in Code Review