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

Data Scraper

Web page data collection and structured text extraction

Registry SourceRecently Updated
General

Twitter Post

Post tweets to Twitter/X via the official API v2 (OAuth 1.0a). Use when the user asks to tweet, post to Twitter/X, send a thread, reply to a tweet, or quote...

Registry SourceRecently Updated
3.7K5sit-in
General

tenk-connect

Connect your TenK account to your AI assistant. Log practice sessions, check progress, and manage your 10,000-hour journey from chat.

Registry SourceRecently Updated
General

NVIDIA Kimi Vision

Analyze images using NVIDIA Kimi K2.5 vision model via NVIDIA NIM API. Perfect for adding vision to non-vision models like MiniMax M2.5, GLM-5, or any model...

Registry SourceRecently Updated