qwen-wan-video

直接调用通义万相2.6视频生成模型(Qwen Wan 2.6),支持文生视频和图生视频,无需中间API代理。适用于需要直接对接阿里云大模型的视频创作场景。

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "qwen-wan-video" with this command: npx skills add wuchhao/qwen-wan-video

通义万相视频生成技能

直接集成阿里云通义万相2.6(Qwen Wan 2.6)视频生成模型,通过DashScope API实现高质量视频生成。

功能特性

  • 文生视频(Text-to-Video):根据文本描述生成5秒短视频
  • 图生视频(Image-to-Video):基于参考图像生成动态视频
  • 电影级参数:支持景深、镜头运动、分辨率等专业控制
  • 异步任务:自动处理长时任务轮询和结果获取

环境配置

# 设置阿里云API密钥(需在阿里云控制台申请)
export DASHSCOPE_API_KEY="your-dashscope-api-key"

使用示例

1. 文生视频

from scripts.qwen_wan_client import generate_video_t2v

video_url = generate_video_t2v(
    prompt="电影感特写镜头,缓慢推进,浅景深,风吹动头发",
    duration=5,
    resolution="720P"
)

2. 图生视频

from scripts.qwen_wan_client import generate_video_i2v

video_url = generate_video_i2v(
    prompt="镜头缓慢旋转,展示产品细节",
    image_url="https://example.com/product.jpg",
    duration=4
)

技术细节

  • 模型版本:wan2.6-t2v
  • 最大时长:5秒
  • 支持分辨率:720P/1080P
  • 异步处理:自动轮询任务状态(最多10分钟超时)

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Qwen Video Generator

阿里云百炼文生视频工具。使用 wan2.2-t2v-plus 模型将文本描述生成视频。**当以下情况时使用此 Skill**:(1) 用户需要根据文字描述生成视频 (2) 用户提到"文生视频"、"生成视频"、"AI视频"、"text to video" (3) 需要创建短视频内容 (4) 需要可视化场景描述。支持...

Registry SourceRecently Updated
1210Profile unavailable
General

ClawVideo Generation

Generate Pinterest-optimized vertical videos using JSON2Video API. Supports AI-generated or URL-based images, AI-generated or provided voiceovers, optional subtitles, and zoom effects. Use when creating video content for Pinterest affiliate marketing, creating vertical social media videos, automating video production with JSON2Video API, or generating videos with voiceovers and subtitles.

Registry SourceRecently Updated
1.2K0Profile unavailable
General

腾讯视频号发布

腾讯视频号发布。使用浏览器自动化在微信视频号平台发布视频。当用户说"发布视频到视频号"、"发视频号"时使用此技能。

Registry SourceRecently Updated
8243Profile unavailable
General

B站视频发布

B站视频发布。使用浏览器自动化在B站创作者平台发布视频。当用户说"发布视频到B站"、"发B站"、"投稿B站"时使用此技能。注意:B站审核转码较慢,建议最后发布。

Registry SourceRecently Updated
8550Profile unavailable