{
  "schemaVersion": "1.0",
  "item": {
    "slug": "qwen-video",
    "name": "Qwen Video (Wan)",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/547895019/qwen-video",
    "canonicalUrl": "https://clawhub.ai/547895019/qwen-video",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/qwen-video",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=qwen-video",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "references/api.md",
      "scripts/generate.sh",
      "scripts/poll.sh",
      "scripts/submit.sh"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-07T17:22:31.273Z",
      "expiresAt": "2026-05-14T17:22:31.273Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
        "contentDisposition": "attachment; filename=\"afrexai-annual-report-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/qwen-video"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/qwen-video",
    "agentPageUrl": "https://openagent3.xyz/skills/qwen-video/agent",
    "manifestUrl": "https://openagent3.xyz/skills/qwen-video/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/qwen-video/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Qwen / Wan Video (DashScope) — 文生视频",
        "body": "This skill provides simple CLI scripts to:\n\nsubmit an async Wan t2v job\npoll task status until SUCCEEDED/FAILED\ndownload the resulting mp4"
      },
      {
        "title": "Requirements",
        "body": "Set API key:\n\nexport DASHSCOPE_API_KEY=\"sk-...\""
      },
      {
        "title": "Quick start (one command)",
        "body": "Generate a video and download to Windows Desktop (WSL2):\n\nbash {baseDir}/scripts/generate.sh \\\n  --prompt \"4秒赛博朋克雨夜城市镜头，霓虹反射，电影感镜头运动，高清\" \\\n  --duration 4 \\\n  --size 1280*720 \\\n  --out \"/mnt/c/Users/<USERNAME>/Desktop/wan_video.mp4\""
      },
      {
        "title": "Submit only (returns task_id)",
        "body": "bash {baseDir}/scripts/submit.sh --prompt \"...\" --duration 4 --size 1280*720"
      },
      {
        "title": "Poll status only",
        "body": "bash {baseDir}/scripts/poll.sh --task-id \"<task_id>\""
      },
      {
        "title": "多镜头叙事 (Multi-shot)",
        "body": "仅 wan2.6 系列模型支持此功能。通过设置 prompt_extend: true 和 shot_type: \"multi\" 启用。\n\ncurl --location 'https://dashscope.aliyuncs.com/api/v1/services/aigc/video-generation/video-synthesis' \\\n  -H 'X-DashScope-Async: enable' \\\n  -H \"Authorization: Bearer $DASHSCOPE_API_KEY\" \\\n  -H 'Content-Type: application/json' \\\n  -d '{\n    \"model\": \"wan2.6-t2v\",\n    \"input\": {\n      \"prompt\": \"史诗级战斗场景...\"\n    },\n    \"parameters\": {\n      \"size\": \"1280*720\",\n      \"prompt_extend\": true,\n      \"duration\": 10,\n      \"shot_type\": \"multi\"\n    }\n  }'"
      },
      {
        "title": "自动配音 (Auto Audio)",
        "body": "仅 wan2.6 和 wan2.5 系列模型支持。若不提供 input.audio_url，模型将根据视频内容自动生成匹配的背景音乐或音效。\n\ncurl --location 'https://dashscope.aliyuncs.com/api/v1/services/aigc/video-generation/video-synthesis' \\\n  -H 'X-DashScope-Async: enable' \\\n  -H \"Authorization: Bearer $DASHSCOPE_API_KEY\" \\\n  -H 'Content-Type: application/json' \\\n  -d '{\n    \"model\": \"wan2.5-t2v-preview\",\n    \"input\": {\n      \"prompt\": \"史诗级战斗场景...\"\n    },\n    \"parameters\": {\n      \"size\": \"832*480\",\n      \"prompt_extend\": true,\n      \"duration\": 10\n    }\n  }'"
      },
      {
        "title": "传入音频文件 (Custom Audio)",
        "body": "仅 wan2.6 和 wan2.5 系列模型支持。通过 input.audio_url 参数传入自定义音频的 URL。\n\ncurl --location 'https://dashscope.aliyuncs.com/api/v1/services/aigc/video-generation/video-synthesis' \\\n  -H 'X-DashScope-Async: enable' \\\n  -H \"Authorization: Bearer $DASHSCOPE_API_KEY\" \\\n  -H 'Content-Type: application/json' \\\n  -d '{\n    \"model\": \"wan2.5-t2v-preview\",\n    \"input\": {\n      \"prompt\": \"史诗级战斗场景...\",\n      \"audio_url\": \"https://example.com/audio.mp3\"\n    },\n    \"parameters\": {\n      \"size\": \"832*480\",\n      \"prompt_extend\": true,\n      \"duration\": 10\n    }\n  }'"
      },
      {
        "title": "生成无声视频 (Silent Video)",
        "body": "仅 wan2.2 和 wanx2.1 系列模型支持生成无声视频。默认生成无声视频，无需设置。\n\nwan2.6 及 wan2.5 系列模型默认生成有声视频。\n\ncurl --location 'https://dashscope.aliyuncs.com/api/v1/services/aigc/video-generation/video-synthesis' \\\n  -H 'X-DashScope-Async: enable' \\\n  -H \"Authorization: Bearer $DASHSCOPE_API_KEY\" \\\n  -H 'Content-Type: application/json' \\\n  -d '{\n    \"model\": \"wan2.2-t2v-plus\",\n    \"input\": {\n      \"prompt\": \"低对比度，复古70年代风格地铁站...\"\n    },\n    \"parameters\": {\n      \"size\": \"832*480\",\n      \"prompt_extend\": true\n    }\n  }'"
      },
      {
        "title": "使用反向提示词 (Negative Prompt)",
        "body": "通过 negative_prompt 排除不需要的元素。\n\ncurl --location 'https://dashscope.aliyuncs.com/api/v1/services/aigc/video-generation/video-synthesis' \\\n  -H 'X-DashScope-Async: enable' \\\n  -H \"Authorization: Bearer $DASHSCOPE_API_KEY\" \\\n  -H 'Content-Type: application/json' \\\n  -d '{\n    \"model\": \"wan2.2-t2v-plus\",\n    \"input\": {\n      \"prompt\": \"一只小猫在月光下奔跑\",\n      \"negative_prompt\": \"花朵\"\n    },\n    \"parameters\": {\n      \"size\": \"832*480\"\n    }\n  }'"
      },
      {
        "title": "API Endpoint (current)",
        "body": "Submit: POST https://dashscope.aliyuncs.com/api/v1/services/aigc/video-generation/video-synthesis\nStatus: GET  https://dashscope.aliyuncs.com/api/v1/tasks/<task_id>\n\nScripts print:\n\nTASK_ID: ...\nVIDEO_URL: ... (when succeeded)\nMEDIA: <local_path> (when downloaded)"
      },
      {
        "title": "模型功能对照表",
        "body": "模型多镜头叙事自动配音自定义音频无声视频反向提示词wan2.6-t2v✅✅✅-✅wan2.5-t2v-preview-✅✅-✅wan2.2-t2v-plus---✅✅wanx2.1---✅-"
      }
    ],
    "body": "Qwen / Wan Video (DashScope) — 文生视频\n\nThis skill provides simple CLI scripts to:\n\nsubmit an async Wan t2v job\npoll task status until SUCCEEDED/FAILED\ndownload the resulting mp4\nRequirements\nSet API key:\nexport DASHSCOPE_API_KEY=\"sk-...\"\n\nQuick start (one command)\n\nGenerate a video and download to Windows Desktop (WSL2):\n\nbash {baseDir}/scripts/generate.sh \\\n  --prompt \"4秒赛博朋克雨夜城市镜头，霓虹反射，电影感镜头运动，高清\" \\\n  --duration 4 \\\n  --size 1280*720 \\\n  --out \"/mnt/c/Users/<USERNAME>/Desktop/wan_video.mp4\"\n\nSubmit only (returns task_id)\nbash {baseDir}/scripts/submit.sh --prompt \"...\" --duration 4 --size 1280*720\n\nPoll status only\nbash {baseDir}/scripts/poll.sh --task-id \"<task_id>\"\n\n高级功能\n多镜头叙事 (Multi-shot)\n\n仅 wan2.6 系列模型支持此功能。通过设置 prompt_extend: true 和 shot_type: \"multi\" 启用。\n\ncurl --location 'https://dashscope.aliyuncs.com/api/v1/services/aigc/video-generation/video-synthesis' \\\n  -H 'X-DashScope-Async: enable' \\\n  -H \"Authorization: Bearer $DASHSCOPE_API_KEY\" \\\n  -H 'Content-Type: application/json' \\\n  -d '{\n    \"model\": \"wan2.6-t2v\",\n    \"input\": {\n      \"prompt\": \"史诗级战斗场景...\"\n    },\n    \"parameters\": {\n      \"size\": \"1280*720\",\n      \"prompt_extend\": true,\n      \"duration\": 10,\n      \"shot_type\": \"multi\"\n    }\n  }'\n\n自动配音 (Auto Audio)\n\n仅 wan2.6 和 wan2.5 系列模型支持。若不提供 input.audio_url，模型将根据视频内容自动生成匹配的背景音乐或音效。\n\ncurl --location 'https://dashscope.aliyuncs.com/api/v1/services/aigc/video-generation/video-synthesis' \\\n  -H 'X-DashScope-Async: enable' \\\n  -H \"Authorization: Bearer $DASHSCOPE_API_KEY\" \\\n  -H 'Content-Type: application/json' \\\n  -d '{\n    \"model\": \"wan2.5-t2v-preview\",\n    \"input\": {\n      \"prompt\": \"史诗级战斗场景...\"\n    },\n    \"parameters\": {\n      \"size\": \"832*480\",\n      \"prompt_extend\": true,\n      \"duration\": 10\n    }\n  }'\n\n传入音频文件 (Custom Audio)\n\n仅 wan2.6 和 wan2.5 系列模型支持。通过 input.audio_url 参数传入自定义音频的 URL。\n\ncurl --location 'https://dashscope.aliyuncs.com/api/v1/services/aigc/video-generation/video-synthesis' \\\n  -H 'X-DashScope-Async: enable' \\\n  -H \"Authorization: Bearer $DASHSCOPE_API_KEY\" \\\n  -H 'Content-Type: application/json' \\\n  -d '{\n    \"model\": \"wan2.5-t2v-preview\",\n    \"input\": {\n      \"prompt\": \"史诗级战斗场景...\",\n      \"audio_url\": \"https://example.com/audio.mp3\"\n    },\n    \"parameters\": {\n      \"size\": \"832*480\",\n      \"prompt_extend\": true,\n      \"duration\": 10\n    }\n  }'\n\n生成无声视频 (Silent Video)\n\n仅 wan2.2 和 wanx2.1 系列模型支持生成无声视频。默认生成无声视频，无需设置。\n\nwan2.6 及 wan2.5 系列模型默认生成有声视频。\n\ncurl --location 'https://dashscope.aliyuncs.com/api/v1/services/aigc/video-generation/video-synthesis' \\\n  -H 'X-DashScope-Async: enable' \\\n  -H \"Authorization: Bearer $DASHSCOPE_API_KEY\" \\\n  -H 'Content-Type: application/json' \\\n  -d '{\n    \"model\": \"wan2.2-t2v-plus\",\n    \"input\": {\n      \"prompt\": \"低对比度，复古70年代风格地铁站...\"\n    },\n    \"parameters\": {\n      \"size\": \"832*480\",\n      \"prompt_extend\": true\n    }\n  }'\n\n使用反向提示词 (Negative Prompt)\n\n通过 negative_prompt 排除不需要的元素。\n\ncurl --location 'https://dashscope.aliyuncs.com/api/v1/services/aigc/video-generation/video-synthesis' \\\n  -H 'X-DashScope-Async: enable' \\\n  -H \"Authorization: Bearer $DASHSCOPE_API_KEY\" \\\n  -H 'Content-Type: application/json' \\\n  -d '{\n    \"model\": \"wan2.2-t2v-plus\",\n    \"input\": {\n      \"prompt\": \"一只小猫在月光下奔跑\",\n      \"negative_prompt\": \"花朵\"\n    },\n    \"parameters\": {\n      \"size\": \"832*480\"\n    }\n  }'\n\nAPI Endpoint (current)\nSubmit: POST https://dashscope.aliyuncs.com/api/v1/services/aigc/video-generation/video-synthesis\nStatus: GET https://dashscope.aliyuncs.com/api/v1/tasks/<task_id>\n\nScripts print:\n\nTASK_ID: ...\nVIDEO_URL: ... (when succeeded)\nMEDIA: <local_path> (when downloaded)\n模型功能对照表\n模型\t多镜头叙事\t自动配音\t自定义音频\t无声视频\t反向提示词\nwan2.6-t2v\t✅\t✅\t✅\t-\t✅\nwan2.5-t2v-preview\t-\t✅\t✅\t-\t✅\nwan2.2-t2v-plus\t-\t-\t-\t✅\t✅\nwanx2.1\t-\t-\t-\t✅\t-"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/547895019/qwen-video",
    "publisherUrl": "https://clawhub.ai/547895019/qwen-video",
    "owner": "547895019",
    "version": "1.1.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/qwen-video",
    "downloadUrl": "https://openagent3.xyz/downloads/qwen-video",
    "agentUrl": "https://openagent3.xyz/skills/qwen-video/agent",
    "manifestUrl": "https://openagent3.xyz/skills/qwen-video/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/qwen-video/agent.md"
  }
}