首页龙虾技能列表 › doubao-seedance-skill — 技能工具

doubao-seedance-skill — 技能工具

v1.0.0

调用火山引擎 Seedance 视频生成 API。当用户需要生成视频、文生视频、图生视频时使用此 skill。

0· 307·1 当前·1 累计
by @lamuier (Lamuier)·MIT-0
下载技能包
License
MIT-0
最后更新
2026/3/13
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
The skill's code, instructions, and requested environment access are consistent with its stated purpose of calling the Volcengine (Seedance) video-generation API.
评估建议
This skill appears to do exactly what it says: call the Volcengine (Seedance) video-generation API and save the returned video locally. Before installing, ensure you: 1) are comfortable providing VOLCENGINE_API_KEY to the agent (the key is sent to the Seedance API); 2) run the skill in an environment that has the Python dependencies (requests and python-dotenv) or install them yourself; 3) understand that generated videos will be downloaded and written to the output directory; and 4) verify the ...
详细分析 ▾
用途与能力
Name/description state the skill calls Seedance video generation. The code and SKILL.md request only a VOLCENGINE_API_KEY and call the expected API endpoints to create tasks, poll status, and download resulting videos — all proportional to the stated purpose.
指令范围
SKILL.md directs the agent to call the provided Python script with prompt and parameters; the script only performs network calls to the Seedance endpoints, polls task status, and optionally downloads the produced video to a local output directory. It does not read unrelated files or access other environment variables or endpoints.
安装机制
This is instruction-only (no install spec). The included Python file depends on third-party packages (requests, python-dotenv) but the skill does not provide an install step or declare those dependencies; the runtime environment must already have them available. No remote download/install of arbitrary code is performed.
凭证需求
Only VOLCENGINE_API_KEY is used (declared in SKILL.md and .env). That single credential is appropriate and expected for calling the Seedance API; no unrelated credentials or config paths are requested.
持久化与权限
Skill is not set to always: true and is user-invocable. It does not modify other skills or system-wide agent settings. It writes generated video files to a local output directory (expected behavior).
安全有层次,运行前请审查代码。

License

MIT-0

可自由使用、修改和再分发,无需署名。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/3/13

- Initial release of the doubao-seedance-skill (v1.0.0) - Provides integration with the 火山引擎 Seedance 视频生成 API, supporting video generation from text, images, or keyframes - Includes direct usage instructions and command-line parameter descriptions - Supports multiple Seedance video generation models with specified Model IDs - Lists required environment variable: VOLCENGINE_API_KEY - Outlines all available options and usage scenarios for video creation

● 无害

安装命令 点击复制

官方npx clawhub@latest install doubao-seedance-skill
镜像加速npx clawhub@latest install doubao-seedance-skill --registry https://cn.clawhub-mirror.com

技能文档

# Seedance Video API 调用 此 skill 用于调用火山引擎 Seedance 视频生成 API,支持文生视频、图生视频、首尾帧视频等功能。 使用方式: 用户只需提供视频描述,我直接调用 API 生成视频并返回本地文件。

支持的模型

| 名称 | Model ID | 说明 | |------|----------|------| | 1.5-pro (最新) | doubao-seedance-1-5-pro-251215 | 默认,支持有声视频 | | 1.0-pro | doubao-seedance-1-0-pro-250121 | | | 1.0-pro-fast | doubao-seedance-1-0-pro-fast-250121 | 快速模式 | | 1.0-lite-t2v | doubao-seedance-1-0-lite-t2v-241118 | 文生视频 | | 1.0-lite-i2v | doubao-seedance-1-0-lite-i2v-241118 | 图生视频 |

直接调用

用户说"生成一个xxx视频"时,直接运行: ``bash python seedance_api.py "一只小猫打哈欠" ` 指定参数: `bash python seedance_api.py "一只小猫打哈欠" -m 1.5-pro -d 5 -r 16:9 -s 720p ` 图生视频: `bash python seedance_api.py "小猫奔跑" -i "https://example.com/cat.jpg" ` 首尾帧视频: `bash python seedance_api.py "过渡动画" --first-frame "https://example.com/start.jpg" --last-frame "https://example.com/end.jpg" ``

参数说明

| 参数 | 说明 | 默认值 | |------|------|--------| | -m, --model | 模型版本 | 1.5-pro | | -d, --duration | 视频时长(秒) 2-12 | 5 | | -r, --ratio | 宽高比 16:9/4:3/1:1/3:4/9:16/21:9/adaptive | 16:9 | | -s, --resolution | 分辨率 480p/720p/1080p | 720p | | -o, --output-dir | 输出目录 | output | | -i, --image | 图生视频:参考图片 URL | - | | --first-frame | 首尾帧视频:首帧图片 URL | - | | --last-frame | 首尾帧视频:尾帧图片 URL | - | | --no-audio | 不生成音频 | - | | --seed | 随机种子 | - | | --fixed | 固定摄像头 | - | | --watermark | 添加水印 | - |

使用此 Skill

当用户需要以下功能时,使用此 skill:
  • 生成视频(文生视频)
  • 根据图片生成视频(图生视频)
  • 首尾帧生成视频
  • 使用 Seedance 视频模型进行视频生成
在调用前,确保:
  • 已获取火山引擎 API Key
  • 已开通 Seedance 视频生成模型服务
  • 了解所需的使用场景和参数配置
数据来源:ClawHub ↗ · 中文优化:龙虾技能库
OpenClaw 技能定制 / 插件定制 / 私有工作流定制

免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制

了解定制服务