← Back to Skills Marketplace
Seedance 2
by
coolhackboy
· GitHub ↗
· v1.0.0
· MIT-0
69
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install poyo-seedance-2
Description
Seedance 2 video generation on PoYo / poyo.ai via `https://api.poyo.ai/api/generate/submit`; use for `seedance-2`, `seedance-2-fast`, text-to-video, first/la...
Usage Guidance
This skill appears to do exactly what it claims: submit Seedance 2 jobs to PoYo using POYO_API_KEY and curl. Before installing, ensure you trust poyo.ai (API keys grant the service access to submitted payloads and media URLs). Do not include other secrets inside job JSON — the provided script will POST any JSON you give it. If you use callback_url, only provide endpoints you control since PoYo will send job results there. Use a scoped/rotatable API key if possible and monitor billing since video generation can incur costs.
Capability Analysis
Type: OpenClaw Skill
Name: poyo-seedance-2
Version: 1.0.0
The skill bundle provides a standard integration for the PoYo Seedance 2 video generation API. It includes a shell script (scripts/submit_seedance_2.sh) that wraps a curl command to submit JSON payloads to a legitimate-looking endpoint (api.poyo.ai) and comprehensive documentation (SKILL.md, references/api.md) that aligns with the stated purpose without any signs of malicious intent, data exfiltration, or prompt injection.
Capability Tags
Capability Assessment
Purpose & Capability
Name/description, declared requirements (curl + POYO_API_KEY), endpoints in references, and the included script all align with submitting video-generation jobs to api.poyo.ai. Nothing requested (no cloud credentials, no unrelated binaries) appears out of scope for a PoYo integration.
Instruction Scope
SKILL.md and references/api.md are focused on constructing and submitting job payloads and polling. They explicitly mention callback_url and reference_*_urls which are expected for this API. Two operational notes: (1) the included submit_seedance_2.sh reads payload from a file or stdin and will POST whatever JSON it receives — ensure payloads do not accidentally include secrets; (2) using callback_url causes PoYo to POST results to an external endpoint, so users should only provide callback URLs they control to avoid leaking outputs.
Install Mechanism
Instruction-only skill with a tiny shell script; no install spec and no remote downloads. The only runtime dependency is curl, which is declared. This is low-risk.
Credentials
Only POYO_API_KEY is required and is the declared primary credential; this is appropriate for an API client. No unrelated secrets, config paths, or multiple credentials are requested.
Persistence & Privilege
always is false and the skill is user-invocable (normal). It does not modify other skills or request persistent system-wide configuration. Autonomous invocation is allowed by default but not combined with elevated privileges here.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install poyo-seedance-2 - After installation, invoke the skill by name or use
/poyo-seedance-2 - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of PoYo Seedance 2 video generation skill:
- Supports video generation on PoYo using Seedance 2 and Seedance 2 Fast (standard and fast variants).
- Handles text-to-video, first/last-frame control, and multimodal (image/video/audio reference) workflows.
- Allows 4–15 second clip generation, multiple resolutions, optional audio, and seed control.
- Enforces correct input parameter combinations and provides payload usage guidance.
- Includes clear instructions for model selection, field constraints, and reporting task submission status.
Metadata
Frequently Asked Questions
What is Seedance 2?
Seedance 2 video generation on PoYo / poyo.ai via `https://api.poyo.ai/api/generate/submit`; use for `seedance-2`, `seedance-2-fast`, text-to-video, first/la... It is an AI Agent Skill for Claude Code / OpenClaw, with 69 downloads so far.
How do I install Seedance 2?
Run "/install poyo-seedance-2" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Seedance 2 free?
Yes, Seedance 2 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Seedance 2 support?
Seedance 2 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Seedance 2?
It is built and maintained by coolhackboy (@coolhackboy); the current version is v1.0.0.
More Skills