← 返回 Skills 市场
1017
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install tianshu-wan-video
功能描述
使用通义万相 2.6 生成视频,支持文生视频和图生视频。Node.js 实现,无需 Python。
使用说明 (SKILL.md)
通义万相视频 (tianshu-wan-video)
直接调用阿里云通义万相 2.6 视频生成模型,Node.js 实现。
功能
- 文生视频 (t2v)
- 图生视频 (i2v)
前置配置
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: \x3Curl>,提取该 URL 即可使用。
安全使用建议
This skill appears to do what it says: it runs a Node.js script that calls Alibaba's DashScope video API and needs only DASHSCOPE_API_KEY. Before installing, consider: (1) the package has no published homepage or repository and the owner is unknown—this reduces trustworthiness; (2) the script makes network calls to dashscope.aliyuncs.com, so the API key will be sent to that service (expected for use); (3) ensure you only provide a DashScope API key you trust the skill to use. If you need higher assurance, ask the author for a code repository or verify the script locally in a controlled environment (check Node version compatibility and run it manually) before granting the key to an agent that could call it autonomously.
功能分析
Type: OpenClaw Skill
Name: tianshu-wan-video
Version: 1.0.0
The skill bundle is a legitimate implementation for generating videos using Alibaba's DashScope (Tongyi Wanxiang) API. The core logic in `scripts/generate_video.js` uses standard fetch requests to official endpoints, handles API keys appropriately via environment variables, and contains no evidence of data exfiltration, malicious execution, or prompt injection.
能力评估
Purpose & Capability
The name/description say it generates videos with 通义万相 (DashScope) and the script calls https://dashscope.aliyuncs.com/api/v1 with a bearer token. Requiring DASHSCOPE_API_KEY is consistent and expected.
Instruction Scope
SKILL.md instructs running the included Node.js script with prompt/image-url args. The script only reads the declared DASHSCOPE_API_KEY env var and CLI args, calls the DashScope API, polls for task completion, and prints VIDEO_URL. It does not access unrelated files, other env vars, or external endpoints beyond the DashScope domain.
Install Mechanism
No install spec (instruction-only + small script). package.json has no dependencies; the script relies on global fetch (Node 18+). No downloads or archive extraction are present.
Credentials
Only one required credential (DASHSCOPE_API_KEY) is declared and used for Authorization in API calls. No other secrets or unrelated environment variables are requested.
Persistence & Privilege
The skill does not request always:true or any elevated persistent privileges, nor does it modify other skills or system configs. Autonomous invocation is allowed by default but not combined with other red flags.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install tianshu-wan-video - 安装完成后,直接呼叫该 Skill 的名称或使用
/tianshu-wan-video触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Node.js 实现,替代 qwen-wan-video
元数据
常见问题
Tianshu Wan Video 是什么?
使用通义万相 2.6 生成视频,支持文生视频和图生视频。Node.js 实现,无需 Python。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1017 次。
如何安装 Tianshu Wan Video?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install tianshu-wan-video」即可一键安装,无需额外配置。
Tianshu Wan Video 是免费的吗?
是的,Tianshu Wan Video 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Tianshu Wan Video 支持哪些平台?
Tianshu Wan Video 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Tianshu Wan Video?
由 tianshu(@wangshengli0421)开发并维护,当前版本 v1.0.0。
推荐 Skills