← Back to Skills Marketplace
Seedance 2.0 Video
by
coolhackboy
· GitHub ↗
· v1.0.0
· MIT-0
285
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install seedance-2
Description
Use PoYo AI Seedance 1.5 Pro for higher-end image-to-video generation through the `https://api.poyo.ai/api/generate/submit` endpoint. Use when a user wants l...
Usage Guidance
This skill appears to do exactly what it says: submit Seedance 1.5 Pro jobs to PoYo using your POYO_API_KEY. Before installing, ensure you trust poyo.ai and that you keep your POYO_API_KEY secret. When using the included script or examples, be careful which file you pass as the payload (or what you pipe into stdin)—the script will upload whatever JSON you provide. If you use callback_url, make sure the callback endpoint you supply is secure and under your control so results or sensitive metadata are not sent to an unintended receiver.
Capability Analysis
Type: OpenClaw Skill
Name: seedance-2
Version: 1.0.0
The skill provides a legitimate interface for the PoYo AI Seedance 1.5 Pro image-to-video generation service. It includes a shell script (scripts/submit_seedance_1_5_pro.sh) for submitting API requests and comprehensive documentation (references/api.md) for the poyo.ai endpoint. No indicators of data exfiltration, malicious execution, or prompt injection were found.
Capability Assessment
Purpose & Capability
Name/description, required binary (curl), and required env var (POYO_API_KEY) are directly related to submitting jobs to PoYo's generate/submit endpoint. The included shell script and API reference are appropriate for this purpose.
Instruction Scope
SKILL.md and the script instruct the agent to POST JSON payloads (from stdin or a file) to https://api.poyo.ai/api/generate/submit and to handle task_id and polling/webhooks. This is within scope. One caution: the script will read and send whatever JSON file or stdin you provide—passing an unintended local file could upload sensitive content. Also callbacks (callback_url) will cause PoYo to POST to the URL you supply, which is expected behavior but requires the user to control/verify that endpoint.
Install Mechanism
No install spec — instruction-only with a small helper script. Uses curl already present on system; nothing is downloaded or written by an installer.
Credentials
Only POYO_API_KEY is required and declared as primaryEnv. That single credential is proportional and necessary for API access; no unrelated secrets or config paths are requested.
Persistence & Privilege
Skill does not request persistent/always-on presence, does not modify other skills or system-wide settings, and relies on explicit user-provided POYO_API_KEY. 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 seedance-2 - After installation, invoke the skill by name or use
/seedance-2 - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Seedance-2 skill version 1.0.0 released.
- Added support for PoYo Seedance 1.5 Pro image-to-video generation.
- Supports longer clips (4s, 8s, 12s), optional audio, fixed-lens control, broad aspect ratios, and custom payloads.
- Requires model selection, concrete prompts, and handling of reference images and aspect ratios as needed.
- Includes workflow for submitting jobs, tracking with task_id, and polling status.
- Requires POYO_API_KEY for authentication.
Metadata
Frequently Asked Questions
What is Seedance 2.0 Video?
Use PoYo AI Seedance 1.5 Pro for higher-end image-to-video generation through the `https://api.poyo.ai/api/generate/submit` endpoint. Use when a user wants l... It is an AI Agent Skill for Claude Code / OpenClaw, with 285 downloads so far.
How do I install Seedance 2.0 Video?
Run "/install seedance-2" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Seedance 2.0 Video free?
Yes, Seedance 2.0 Video is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Seedance 2.0 Video support?
Seedance 2.0 Video is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Seedance 2.0 Video?
It is built and maintained by coolhackboy (@coolhackboy); the current version is v1.0.0.
More Skills