← Back to Skills Marketplace
339
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install seedance-video-volcengine
Description
Generate AI videos with ByteDance Seedance (豆包/火山方舟) via Ark API. Supports text-to-video and image-to-video using model endpoint doubao-seedance-1-5-pro-2512...
Usage Guidance
This skill is an instructional recipe for calling Volcengine/Ark Seedance APIs. Before installing: ensure you trust the Ark/Volcengine service and only provide an ARK_API_KEY scoped appropriately (least privilege). Be cautious with image URLs you provide (they must be public and may expose content to the service). The generated video_url is typically time-limited—download promptly. Because the skill is allowed to be invoked by the agent, consider whether you want an automated agent to initiate API calls that may consume credits on your Ark account; if not, avoid enabling autonomous invocation or supply a key with restricted billing/usage limits.
Capability Analysis
Type: OpenClaw Skill
Name: seedance-video-volcengine
Version: 1.0.0
The skill bundle provides legitimate instructions and examples for interacting with the ByteDance Volcengine (Ark) API to generate videos. It uses standard bash commands (curl) to communicate with official endpoints (ark.cn-beijing.volces.com) and requires a user-provided API key, with no evidence of data exfiltration, obfuscation, or malicious intent in SKILL.md or the supporting files.
Capability Assessment
Purpose & Capability
Name/description (Seedance video generation) align with the requested environment variable (ARK_API_KEY) and the SKILL.md which shows direct REST calls to Ark endpoints for text→video and image→video. There are no unrelated credentials, binaries, or install steps.
Instruction Scope
SKILL.md only instructs the agent to call the Ark REST API (POST to create tasks, GET to poll status) with Authorization: Bearer $ARK_API_KEY, supply public image URLs for image-to-video, and download the returned signed video_url. It does not ask the agent to read local secrets, other env vars, shell history, or unrelated system paths. The instructions are concrete and scoped to the stated task.
Install Mechanism
No install spec and no code files — instruction-only. This minimizes risk because nothing is written to disk or downloaded by an installer.
Credentials
Only a single env var (ARK_API_KEY) is required, which is appropriate for authenticating to Volcengine/Ark. No other tokens, keys, or unrelated credentials are requested.
Persistence & Privilege
always:false (default) and user-invocable: true. The skill does not request elevated platform privileges or permanent presence, and there is no evidence it modifies other skills or system settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install seedance-video-volcengine - After installation, invoke the skill by name or use
/seedance-video-volcengine - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of Seedance Video skill — generate video from text or image using ByteDance/Volcengine Ark API.
- Supports AI video creation via Seedance model (文生视频, 图生视频), including text-to-video and image-to-video.
- Uses doubao-seedance-1-5-pro-251215 model endpoint via REST API.
- Step-by-step Bash curl examples and troubleshooting included in documentation.
- Requires ARK_API_KEY environment variable for authentication.
- Designed for prompts mentioning Seedance, 豆包, 火山, or AI video generation.
Metadata
Frequently Asked Questions
What is SeedanceVideo?
Generate AI videos with ByteDance Seedance (豆包/火山方舟) via Ark API. Supports text-to-video and image-to-video using model endpoint doubao-seedance-1-5-pro-2512... It is an AI Agent Skill for Claude Code / OpenClaw, with 339 downloads so far.
How do I install SeedanceVideo?
Run "/install seedance-video-volcengine" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is SeedanceVideo free?
Yes, SeedanceVideo is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does SeedanceVideo support?
SeedanceVideo is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created SeedanceVideo?
It is built and maintained by maddy-cc (@maddy-cc); the current version is v1.0.0.
More Skills