Install
openclaw skills install tianshu-wan-video使用通义万相 2.6 生成视频,支持文生视频和图生视频。Node.js 实现,无需 Python。
openclaw skills install tianshu-wan-video直接调用阿里云通义万相 2.6 视频生成模型,Node.js 实现。
DASHSCOPE_API_KEY - 阿里云 DashScope API Key# 文生视频
node scripts/generate_video.js t2v --prompt "电影感特写镜头,缓慢推进" --duration 5 --resolution 720P
# 图生视频
node scripts/generate_video.js i2v --prompt "镜头缓慢旋转" --image-url "https://example.com/image.jpg" --duration 4
脚本输出 VIDEO_URL: <url>,提取该 URL 即可使用。