poyo-sora-2
Use PoYo AI's Sora 2 video generation models through the `https://api.poyo.ai/api/generate/submit` endpoint. Use when a user wants to generate videos, submit Sora 2 jobs, create text-to-video or image-to-video payloads, poll task status, or prepare PoYo-compatible requests for `sora-2` or `sora-2-private`.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/coolhackboy/poyo-sora-2PoYo Sora 2
Use this skill to submit and track Sora 2 video jobs on PoYo AI.
Quick workflow
- Choose the model:
sora-2for standard Sora 2 generationsora-2-privatefor the private standard-quality variant
- Build the request body.
- Submit a POST request to
https://api.poyo.ai/api/generate/submitwith Bearer auth. - Save the returned
task_id. - Poll unified task status until the job finishes, or rely on
callback_urlif the user has a webhook.
Request rules
- Require
Authorization: Bearer <POYO_API_KEY>. - Require top-level
model. - Require
input.prompt. - Use
input.image_urlsonly for image-to-video; PoYo docs say only one image is supported. - Use
input.durationwhen the user specifies clip length; valid values are10or15. - Use
input.aspect_ratiowhen needed; valid values are16:9or9:16. - Optional stylistic control is available through
input.styleandinput.storyboard.
Model selection
sora-2
Use for:
- standard text-to-video generation
- standard image-to-video generation
- default Sora 2 jobs on PoYo
sora-2-private
Use for:
- private standard-quality variant when the user explicitly asks for it
- cases where the user's account/workflow expects the private model id
Execution
- Read
references/api.mdfor payload fields, examples, and polling notes. - Use
scripts/submit_sora_2.shto submit a task from the shell when direct API execution is appropriate. - If the user needs a raw curl example, adapt one from
references/api.md. - After submission, report the
task_idclearly so follow-up polling is easy.
Output expectations
When helping with a Sora 2 task, include:
- chosen model
- whether the request is text-to-video or image-to-video
- final payload or summarized parameters
- returned
task_idif the request was actually submitted - next step: poll status or wait for webhook
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-coolhackboy-poyo-sora-2": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
poyo-hailuo-02
Use PoYo AI Hailuo 02 for prompt-optimized video generation and image-to-video workflows through the `https://api.poyo.ai/api/generate/submit` endpoint. Use when a user wants standard or pro video jobs, optional prompt optimization, end-frame control, or PoYo payloads for `hailuo-02` and `hailuo-02-pro`.
poyo-kling-3-0
Kling 3.0 video generation on PoYo / poyo.ai via `https://api.poyo.ai/api/generate/submit`; use for `kling-3.0/standard`, `kling-3.0/pro`, single-shot, multi-shot, `multi_prompt`, `kling_elements`, and sound-enabled output.
poyo-flux-2
Use PoYo AI Flux 2 through the `https://api.poyo.ai/api/generate/submit` endpoint. Use when a user wants to generate or edit media with this model family, prepare PoYo-compatible payloads, submit jobs, or poll task status for `flux-2-pro`, `flux-2-pro-edit`, `flux-2-flex`, `flux-2-flex-edit`.
poyo-wan-2-6
Wan 2.6 video generation on PoYo / poyo.ai via `https://api.poyo.ai/api/generate/submit`; use for `wan2.6-text-to-video`, `wan2.6-image-to-video`, `wan2.6-video-to-video`, text-to-video, image-to-video, video-to-video, and `multi_shots` control.
poyo-seedream-4-5
Seedream 4.5 image generation and editing on PoYo / poyo.ai via `https://api.poyo.ai/api/generate/submit`; use for `seedream-4.5`, `seedream-4.5-edit`, 2K/4K output, multi-reference editing, and higher image counts.