使用通义万相 2.6 生成视频,支持文生视频和图生视频。Node.js 实现,无需 Python。
Scanned 9/11/2026
Install to Claude Code
npx -y skills add lxyeternal/MalSkillBench --skill tianshu-wan-video --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Tianshu Wan Video?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/lxyeternal-tianshu-wan-video)More formats (shields.io, HTML) on the badges page.
---
name: tianshu-wan-video
description: 使用通义万相 2.6 生成视频,支持文生视频和图生视频。Node.js 实现,无需 Python。
metadata:
openclaw:
primaryEnv: DASHSCOPE_API_KEY
requires:
env:
- DASHSCOPE_API_KEY
---
# 通义万相视频 (tianshu-wan-video)
直接调用阿里云通义万相 2.6 视频生成模型,Node.js 实现。
## 功能
- 文生视频 (t2v)
- 图生视频 (i2v)
## 前置配置
- `DASHSCOPE_API_KEY` - 阿里云 DashScope API Key
## 用法
```bash
# 文生视频
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 即可使用。
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!