seedance-api

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

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "seedance-api" with this command: npx skills add lamuier/doubao-seedance-skill

Seedance Video API 调用

此 skill 用于调用火山引擎 Seedance 视频生成 API,支持文生视频、图生视频、首尾帧视频等功能。

使用方式: 用户只需提供视频描述,我直接调用 API 生成视频并返回本地文件。

支持的模型

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

直接调用

用户说"生成一个xxx视频"时,直接运行:

python seedance_api.py "一只小猫打哈欠"

指定参数:

python seedance_api.py "一只小猫打哈欠" -m 1.5-pro -d 5 -r 16:9 -s 720p

图生视频:

python seedance_api.py "小猫奔跑" -i "https://example.com/cat.jpg"

首尾帧视频:

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-125
-r, --ratio宽高比 16:9/4:3/1:1/3:4/9:16/21:9/adaptive16:9
-s, --resolution分辨率 480p/720p/1080p720p
-o, --output-dir输出目录output
-i, --image图生视频:参考图片 URL-
--first-frame首尾帧视频:首帧图片 URL-
--last-frame首尾帧视频:尾帧图片 URL-
--no-audio不生成音频-
--seed随机种子-
--fixed固定摄像头-
--watermark添加水印-

使用此 Skill

当用户需要以下功能时,使用此 skill:

  • 生成视频(文生视频)
  • 根据图片生成视频(图生视频)
  • 首尾帧生成视频
  • 使用 Seedance 视频模型进行视频生成

在调用前,确保:

  1. 已获取火山引擎 API Key
  2. 已开通 Seedance 视频生成模型服务
  3. 了解所需的使用场景和参数配置

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Content Refresher

Use when updating outdated content, fixing traffic/ranking decay, refreshing stats, adding new sections, or improving freshness signals. 内容更新/排名恢复

Registry SourceRecently Updated
General

AssemblyAI Transcriber

Transcribe audio files with speaker diarization (who speaks when). Supports 100+ languages, automatic language detection, and timestamps. Use for meetings, interviews, podcasts, or voice messages. Requires AssemblyAI API key.

Registry SourceRecently Updated
General

mac-node-snapshot

A robust, permission-friendly method to capture macOS screens via OpenClaw screen.record. Ideal for headless environments or ensuring capture reliability.

Registry SourceRecently Updated
1.4K0taozhe6
General

Amazon Asin Lookup Api Skill

This skill helps users extract structured product details from Amazon using a specific ASIN (Amazon Standard Identification Number). Use this skill when the...

Registry SourceRecently Updated
1.3K1phheng