ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified media Safety 4/5

qwen-video

Generate videos using Alibaba Cloud DashScope Wan (通义万相) text-to-video (t2v) API (e.g., wan2.6-t2v). Use when the user asks to create a short video from a text prompt via 百炼/通义万相/wan 文生视频, and wants the agent to submit an async task, poll status, and download the mp4 locally (e.g., to Windows Desktop from WSL2).

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/547895019/qwen-video
Or

What This Skill Does

The qwen-video skill provides an automated workflow to interface with Alibaba Cloud’s DashScope Wan (通义万相) text-to-video API. Designed for seamless integration, it enables the agent to submit asynchronous video generation tasks, monitor progress via polling, and automatically retrieve finished files. It supports advanced features such as multi-shot narrative generation, automatic audio synthesis, and integration with custom audio tracks. By leveraging this skill, the agent can translate complex text prompts into high-quality cinematic video content with minimal manual intervention, effectively acting as a bridge between the agent's logic and advanced generative models.

Installation

To integrate this skill into your environment, use the OpenClaw CLI:

clawhub install openclaw/skills/skills/547895019/qwen-video

Ensure you have configured your environment by exporting your DashScope API key:

export DASHSCOPE_API_KEY="your_api_key_here"

Use Cases

This skill is ideal for content creators, developers, and researchers who need to automate video production workflows. Common use cases include:

  • Prototyping cinematic scenes for film and game development from simple text prompts.
  • Generating assets for social media content or marketing materials without manually logging into a web interface.
  • Automating batch processing of visual content using specific narrative structures via the multi-shot feature.
  • Creating visual demonstrations of code concepts or system outputs with automated background audio.

Example Prompts

  1. "Generate a 4-second video of a cyberpunk city in a rainy night with neon lights reflecting on the ground and save it to my Desktop."
  2. "Create an epic multi-shot battle sequence using the latest wan2.6 model, include automatic background music."
  3. "Make a 10-second video of a futuristic space station. Use this audio file: https://example.com/sound.mp3 for the background."

Tips & Limitations

  • Model Differences: Note that silent video generation is the default for models like wan2.2, while newer wan2.6/2.5 models generate audio by default. Choose your model based on whether you require integrated sound.
  • Async Handling: Because the API is asynchronous, the skill uses a polling mechanism. Ensure your network connection remains stable during the process to ensure successful file downloads.
  • Storage: Always ensure you have write permissions to the destination directory, especially when using WSL2 paths like /mnt/c/Users/....

Metadata

Author@547895019
Stars4473
Views1
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-547895019-qwen-video": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#video-generation#wan#t2v#ai-art
Safety Score: 4/5

Flags: network-access, file-write, external-api

Related Skills

public-apis-skill-creator

公共API/免费API SKILL生成器:从 public-apis/public-apis 自动检索免费 API,按功能推荐并给出最小可用调用示例(curl/Python/JS),并可自动生成自定义名称的 API skill。用户提到“公共API”“免费API”“public APIs”“找接口/找API”“生成API skill”时触发。

547895019 4473

windows-tts

在 Windows 11 上"直接发声"的 TTS(从 WSL2/TUI 调用 powershell.exe + System.Speech)。适用于用户说"说出来/读出来/语音播报/用TTS",或反馈"没声音/tts 生成的 mp3 是空的/播不出来",以及需要中文语音但 OpenClaw 内置 tts 不可用时。

547895019 4473

arduino-cli

Provides commands and workflows for Arduino CLI. Use when the user wants to create, compile, or upload Arduino sketches, manage boards (list, attach), install/search/list cores (platforms) and libraries, or configure Arduino CLI. Triggers on phrases like "arduino-cli", "compile sketch", "upload arduino", "install arduino core", or "arduino library".

547895019 4473

obsidian-helper

Operate Obsidian vaults from command line. Use when the user wants to list, search, create, read, edit, or delete Obsidian notes, or manage daily notes. Triggers on mentions of "obsidian笔记", "obsidian notes", "obsidian搜索", "obsidian创建", "obsidian列表", or any Obsidian vault operations.

547895019 4473

esp-idf-helper

Help develop, build, flash, and debug ESP32/ESP8266 firmware using Espressif ESP-IDF on Linux/WSL. Use when the user asks about ESP-IDF project setup, configuring targets, menuconfig, building, flashing via esptool/idf.py, serial monitor, partition tables, sdkconfig, troubleshooting build/flash/monitor errors, or automating common idf.py workflows from the command line.

547895019 4473