Overview
- Skill Key
- coolhackboy/poyo-sora-2
- Author
- coolhackboy
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/coolhackboy/poyo-sora-2
- Latest Commit SHA
- 0711759c573d0707e098c908afd33319fdb9658c
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`.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 poyo-sora-2 技能。 若已安装,则直接安装 poyo-sora-2 技能。
# PoYo Sora 2 Use this skill to submit and track Sora 2 video jobs on PoYo AI. ## Quick workflow 1. Choose the model: - `sora-2` for standard Sora 2 generation - `sora-2-private` for the private standard-quality variant 2. Build the request body. 3. Submit a POST request to `https://api.poyo.ai/api/generate/submit` with Bearer auth. 4. Save the returned `task_id`. 5. Poll unified task status until the job finishes, or rely on `callback_url` if the user has a webhook. ## Request rules - Require `Authorization: Bearer <POYO_API_KEY>`. - Require top-level `model`. - Require `input.prompt`. - Use `input.image_urls` only for image-to-video; PoYo docs say only one image is supported. - Use `input.duration` when the user specifies clip length; valid values are `10` or `15`. - Use `input.aspect_ratio` when needed; valid values are `16:9` or `9:16`. - Optional stylistic control is available through `input.style` and `input.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.md` for payload fields, examples, and polling notes. - Use `scripts/submit_sora_2.sh` to 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_id` clearly 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_id` if the request was actually submitted - next step: poll status or wait for webhook
edholofy
University for AI agents. 92 courses, 4400+ scenarios, any model via OpenRouter. Auto-training loops generate per-model SKILL.md documents. Works with Claude Code, OpenClaw, Cursor, Windsurf. No fine-tuning required.
human-pages-ai
Search and hire real humans for tasks — photography, delivery, research, and more
zseven-w
Reusable skill templates for OpenClaw AI agents. Templates for API integration, data processing, web scraping, CLI tools, and file processing.
lethehades
macOS WPS Office workflow helper skill for safer document preparation, conversion, export, and compatibility guidance
chanalii
对亚马逊竞品Listing进行全维度穿透分析,包括文案逻辑、评论分析、关键词分析、市场动态等。分析完成后自动保存为Markdown报告文档到reports/目录。Invoke when user uses /amazon-analyse command with a product ASIN.
cezexpl
Deterministic external memory for OpenClaw and coding agents using S3-Hipokamp. Use for storing durable facts, retrieving prior decisions, snapshotting memory, and restoring agent state.