← 返回 Skills 市场
germey

Seedance Video

作者 Germey · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
172
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install acedatacloud-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...
使用说明 (SKILL.md)

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 212 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: pendingsucceeded 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
  • premium service tier costs more but generates faster
  • seedance-acting-pro excels 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
安全使用建议
This skill appears to be a straightforward wrapper around AceDataCloud's Seedance API, but there are a few mismatches you should resolve before installing: (1) SKILL.md says you must set ACEDATACLOUD_API_TOKEN, yet the registry metadata lists no required env vars — assume the token is required and confirm what scope/permissions it needs; (2) the docs suggest installing a third-party pip package (mcp-seedance) — verify the package's publisher, source repository, and PyPI page before running pip; (3) the skill's source/homepage is unknown and the registry owner ID is opaque — prefer skills from verified publishers; (4) image-to-video functionality animates people in uploaded images — consider privacy and consent implications for any subjects; and (5) use a least-privilege, revocable API token (avoid using broad production credentials while testing). If the publisher can provide authoritative docs or a public repo for both the AceDataCloud API and the mcp-seedance package, that would increase confidence; if not, proceed cautiously (or treat this as untrusted code).
能力评估
Purpose & Capability
SKILL.md describes a Seedance (ByteDance) video generation integration that uses an AceDataCloud API token — that credential is appropriate for the stated purpose. However, the registry metadata at the top of the submission lists no required environment variables or primary credential while the SKILL.md explicitly says ACEDATACLOUD_API_TOKEN is required; this metadata mismatch is an incoherence.
Instruction Scope
The instructions are narrowly scoped to: export an ACEDATACLOUD_API_TOKEN, call the AceDataCloud API endpoints (api.acedata.cloud), poll tasks, and optionally install/use the mcp-seedance helper. The instructions do not ask the agent to read unrelated files, system credentials, or send data to third-party endpoints beyond the named AceDataCloud domains.
Install Mechanism
There is no install spec in the registry (instruction-only), but SKILL.md recommends 'pip install mcp-seedance' and references a hosted MCP endpoint. The absence of an install spec means the skill won't automatically install anything, but users/agents following the doc would install a third-party pip package — verify that package origin and contents before installing.
Credentials
The only environment variable the instructions require is ACEDATACLOUD_API_TOKEN, which is proportional to the task. The concern is that the skill manifest/registry metadata does not declare this required env var or a primary credential, creating ambiguity about what credentials will actually be requested at runtime and by whom.
Persistence & Privilege
The skill does not request always:true, does not claim to modify other skills or system settings, and is user-invocable. Autonomous invocation is allowed by default but is not combined with other high-privilege requests here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install acedatacloud-seedance-video
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /acedatacloud-seedance-video 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Seedance-video skill v1.0.0 initial release: - Generate AI dance and motion videos using Seedance (ByteDance) via AceDataCloud API. - Supports text-to-video and image-to-video animation workflows. - Multiple video models available with configurable resolution, duration (2–12s), and service tiers. - Requires ACEDATACLOUD_API_TOKEN for authentication. - Task polling supported; explicit succeeded/failed status handling. - MCP server integration and tool-use options provided.
元数据
Slug acedatacloud-seedance-video
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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。

💬 留言讨论