← Back to Skills Marketplace
Seedance Video Gen 1 2.0
by
parallel world
· GitHub ↗
· v0.1.0
· MIT-0
227
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install seedance-video-gen-1-2-0
Description
Multi-version Seedance video generation on WeryAI (Seedance 2.0, 1.5 Pro, 1.0 Pro / Fast / Lite): text-to-video and image-to-video with version-aware limits....
Usage Guidance
This skill appears internally consistent: it requires Node 18+ and a single API key (WERYAI_API_KEY) to call WeryAI's fixed endpoints and return generated video URLs. Before installing or using: (1) only set WERYAI_API_KEY if you trust the skill source (the registry metadata shows an owner id but no homepage); (2) review scripts/video_gen.js locally (it is included) and consider running it in a short-lived container or separate account to limit blast radius; (3) do not commit your API key into version control; (4) be aware that prompts and any public image URLs will be sent to WeryAI for generation (privacy exposure); (5) the skill relies on the agent to supply/choose a model (SKILL.md asks the agent to default to SEEDANCE_2_0 if the user doesn't pick a model) — confirm your agent will follow that. If you need extra assurance, run test invocations with a throwaway key or in an isolated environment.
Capability Analysis
Type: OpenClaw Skill
Name: seedance-video-gen-1-2-0
Version: 0.1.0
The skill bundle provides a legitimate interface for generating videos using the WeryAI API. The core logic in `scripts/video_gen.js` is a clean Node.js implementation that uses the native fetch API to communicate with hardcoded, reputable API endpoints (api.weryai.com). It handles the sensitive `WERYAI_API_KEY` appropriately via environment variables and includes transparent instructions in `SKILL.md` for prompt expansion and user confirmation, with no evidence of malicious intent, data exfiltration, or obfuscation.
Capability Assessment
Purpose & Capability
Name/description (Seedance video generation) match the requested binary (node) and single env var (WERYAI_API_KEY). The script talks only to WeryAI endpoints and model registry URLs consistent with the stated purpose.
Instruction Scope
SKILL.md stays within the video's generation workflow: prompt expansion, model selection, validation, confirmation table, and invoking scripts/video_gen.js. It does not instruct reading unrelated system files or exfiltrating data. It explicitly warns to treat WERYAI_API_KEY as a secret.
Install Mechanism
There is no install spec (instruction-only). The included script has no external package downloads; Node 18+ required and relies on built-in fetch. No suspicious download URLs or extract/install steps are present.
Credentials
Only WERYAI_API_KEY is required and declared as the primary credential. The script and documentation state only that env var is read; no unrelated secrets or config paths are requested.
Persistence & Privilege
always is false and the skill is user-invocable. It does not request elevated or persistent system presence, nor does it modify other skills' configs in the provided files.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install seedance-video-gen-1-2-0 - After installation, invoke the skill by name or use
/seedance-video-gen-1-2-0 - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Seedance video generation consolidated to support multiple versions and user intent with default to Seedance 2.0.
- Introduces unified multi-version Seedance video generation (2.0, 1.5 Pro, 1.0 Pro / Fast / Lite) via WeryAI.
- Users can create videos from text or images, switching models for specific features like aspect ratios, audio, multi-image, or longer clips.
- Enforces version-aware limits for duration, resolution, prompt length, and image handling based on selected model.
- Requires environment variable WERYAI_API_KEY; runs via Node.js CLI only (no other Cursor skills needed).
- Workflow now mandates prompt expansion for clarity and aligns each job to strict model/API constraints before running.
- Comprehensive documentation included with quick reference tables for model selection, validation steps, and example prompts.
Metadata
Frequently Asked Questions
What is Seedance Video Gen 1 2.0?
Multi-version Seedance video generation on WeryAI (Seedance 2.0, 1.5 Pro, 1.0 Pro / Fast / Lite): text-to-video and image-to-video with version-aware limits.... It is an AI Agent Skill for Claude Code / OpenClaw, with 227 downloads so far.
How do I install Seedance Video Gen 1 2.0?
Run "/install seedance-video-gen-1-2-0" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Seedance Video Gen 1 2.0 free?
Yes, Seedance Video Gen 1 2.0 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Seedance Video Gen 1 2.0 support?
Seedance Video Gen 1 2.0 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Seedance Video Gen 1 2.0?
It is built and maintained by parallel world (@zoucdr); the current version is v0.1.0.
More Skills