Seedance 2

v1.0.0

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...

0· 59·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for coolhackboy/poyo-seedance-2.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Seedance 2" (coolhackboy/poyo-seedance-2) from ClawHub.
Skill page: https://clawhub.ai/coolhackboy/poyo-seedance-2
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Required env vars: POYO_API_KEY
Required binaries: curl
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install poyo-seedance-2

ClawHub CLI

Package manager switcher

npx clawhub@latest install poyo-seedance-2
Security Scan
Capability signals
Requires sensitive credentials
These labels describe what authority the skill may exercise. They are separate from suspicious or malicious moderation verdicts.
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

Runtime requirements

Binscurl
EnvPOYO_API_KEY
Primary envPOYO_API_KEY
latestvk972906pr73tvgdp2ek9ct44hh85gzag
59downloads
0stars
1versions
Updated 2d ago
v1.0.0
MIT-0

PoYo Seedance 2 Video Generation

Use this skill for Seedance 2 jobs on PoYo. It covers standard and fast variants, text-to-video, first/last-frame control, and multimodal reference-to-video workflows.

Use When

  • The user explicitly asks for Seedance 2, Seedance 2.0, seedance-2, or seedance-2-fast.
  • The task is a 4-second to 15-second video clip from text, first/last frames, or multimodal references.
  • The workflow needs generated audio, reproducible seed, or reference images, videos, and audio.

Model Selection

  • seedance-2: default standard-quality variant; supports 480p, 720p, and 1080p.
  • seedance-2-fast: faster, lower-cost variant; supports 480p and 720p only.

Key Inputs

  • prompt, resolution, and duration are required inside input.
  • duration supports integer values from 4 to 15.
  • aspect_ratio is optional and supports 1:1, 21:9, 4:3, 3:4, 16:9, 9:16.
  • image_urls supports up to two images for first and last frame control.
  • reference_image_urls, reference_video_urls, and reference_audio_urls support multimodal reference-to-video workflows.
  • Do not combine image_urls with any reference_*_urls field in the same request.
  • generate_audio and seed are optional.

Execution

  • Read references/api.md for endpoint details, field constraints, example payloads, and polling notes.
  • Use scripts/submit_seedance_2.sh to submit a raw JSON payload from the shell.
  • If the user only needs a curl example, adapt one from references/api.md instead of rewriting from scratch.
  • After submission, report the task_id clearly so follow-up polling is easy.

Output Expectations

When helping with this model family, include:

  • chosen model id
  • whether the request is text-to-video, first/last-frame, or multimodal reference-to-video
  • final payload or a concise parameter summary
  • whether generated audio or seed control is enabled
  • returned task_id if a request was actually submitted
  • next step: poll status or wait for webhook

Comments

Loading comments...