/install acedatacloud-seedance-video
Seedance Video Generation
Generate AI dance and motion videos through AceDataCloud's Seedance (ByteDance) API.
Authentication
export ACEDATACLOUD_API_TOKEN="your-token-here"
Quick Start
curl -X POST https://api.acedata.cloud/seedance/videos \
-H "Authorization: Bearer $ACEDATACLOUD_API_TOKEN" \
-H "Content-Type: application/json" \
-d '{"prompt": "a dancer performing contemporary ballet in a misty forest", "model": "seedance-1.0", "wait": true}'
Models
| Model | Best For |
|---|---|
seedance-1.0 |
General-purpose motion/dance video |
seedance-1.0-lite |
Faster, lighter generation |
seedance-1.0-pro |
Higher quality output |
seedance-1.5-pro |
Latest model, best quality |
seedance-acting-pro |
Character acting and expression |
Workflows
1. Text-to-Video
POST /seedance/videos
{
"prompt": "a street dancer doing breakdancing moves in an urban setting",
"model": "seedance-1.0-pro",
"resolution": "1080p",
"duration": 5,
"service_tier": "standard"
}
2. Image-to-Video
Animate a still image into a motion video.
POST /seedance/videos
{
"prompt": "the person starts dancing gracefully",
"image_url": "https://example.com/dancer.jpg",
"model": "seedance-1.5-pro",
"resolution": "720p",
"duration": 5
}
Parameters
| Parameter | Values | Description |
|---|---|---|
model |
See models table | Model to use |
resolution |
"360p", "540p", "720p", "1080p" |
Output resolution |
duration |
2 – 12 |
Duration in seconds |
service_tier |
"standard", "premium" |
Quality tier (premium = faster, higher priority) |
seed |
integer | Seed for reproducible results |
Task Polling
POST /seedance/tasks
{"task_id": "your-task-id"}
States: pending → succeeded or failed.
MCP Server
pip install mcp-seedance
Or hosted: https://seedance.mcp.acedata.cloud/mcp
Key tools: seedance_generate_video, seedance_generate_video_from_image
Gotchas
- Duration range is 2–12 seconds — values outside this range will fail
- Higher resolutions (1080p) combined with longer durations take significantly more time
premiumservice tier costs more but generates fasterseedance-acting-proexcels at facial expressions and character acting versus pure dance- Image-to-video requires a single
image_url— the person/subject in the image becomes the animated subject - Task states use
"succeeded"(not "completed") — check for this value when polling
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install acedatacloud-seedance-video - 安装完成后,直接呼叫该 Skill 的名称或使用
/acedatacloud-seedance-video触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Seedance Video 是什么?
Generate AI dance and motion videos with Seedance (ByteDance) via AceDataCloud API. Use when creating videos from text prompts or animating images into motio... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 172 次。
如何安装 Seedance Video?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install acedatacloud-seedance-video」即可一键安装,无需额外配置。
Seedance Video 是免费的吗?
是的,Seedance Video 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Seedance Video 支持哪些平台?
Seedance Video 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Seedance Video?
由 Germey(@germey)开发并维护,当前版本 v1.0.0。