← Back to Skills Marketplace
Sora 2 Pro
by
coolhackboy
· GitHub ↗
· v1.0.0
· MIT-0
245
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install poyo-sora-2-pro
Description
Use PoYo AI Sora 2 Pro for longer premium video generation through the `https://api.poyo.ai/api/generate/submit` endpoint. Use when a user wants 15s or 25s c...
Usage Guidance
This skill appears to do exactly what it says: submit JSON payloads to PoYo's Sora 2 Pro endpoint using your POYO_API_KEY. Before installing, ensure you trust poyo.ai and that the API key you provide has appropriate scope and rotation policies. If you plan to use callback_url/webhooks, make sure your endpoint is secured and validates incoming callbacks so it cannot be abused. The included shell script reads a payload file or stdin and posts it to api.poyo.ai — keep sensitive data out of payloads you don't intend to send, and do not reuse a high-privilege API key if a limited key would suffice.
Capability Analysis
Type: OpenClaw Skill
Name: poyo-sora-2-pro
Version: 1.0.0
The skill bundle is a standard API wrapper for the PoYo AI Sora 2 Pro video generation service. It contains a shell script (scripts/submit_sora_2_pro.sh) that uses curl to send JSON payloads to a legitimate-looking endpoint (api.poyo.ai) and documentation (SKILL.md, references/api.md) explaining how to interface with the service. No evidence of malicious intent, data exfiltration, or prompt injection was found; the code's behavior is entirely consistent with its stated purpose.
Capability Assessment
Purpose & Capability
Name/description (Sora 2 Pro video generation) match the requested binary (curl), the single env var (POYO_API_KEY), and the provided curl/script examples for POSTing to https://api.poyo.ai/api/generate/submit. Nothing requested appears unrelated to video generation.
Instruction Scope
SKILL.md instructs only to build JSON payloads, use the provided shell script or curl examples, save returned task_id, and poll or wait for callbacks. It does not direct reading of unrelated files, other env vars, or system secrets.
Install Mechanism
No install spec — instruction-only with a small shell script. No downloads or archive extraction. This is low-risk and proportional for a simple API wrapper.
Credentials
Only POYO_API_KEY is required and is the primary credential needed to authenticate to PoYo's API. There are no additional unrelated credentials or config paths requested.
Persistence & Privilege
Skill is not forced-always, does not request persistent system-wide changes, and does not modify other skills' configs. Autonomous invocation is allowed by platform default but not combined with other red flags here.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install poyo-sora-2-pro - After installation, invoke the skill by name or use
/poyo-sora-2-pro - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
PoYo Sora 2 Pro video generation skill, initial release:
- Enables premium, longer video generation (15s or 25s) using Sora 2 Pro models via PoYo API.
- Supports cinematic clips, style presets, storyboard options, image-to-video, and custom payloads.
- Details request rules, model selection, and authentication setup.
- Includes workflow for submitting, tracking, and polling video generation tasks.
- Provides clear output expectations for users, including model information, payload summary, task ID, and next steps.
Metadata
Frequently Asked Questions
What is Sora 2 Pro?
Use PoYo AI Sora 2 Pro for longer premium video generation through the `https://api.poyo.ai/api/generate/submit` endpoint. Use when a user wants 15s or 25s c... It is an AI Agent Skill for Claude Code / OpenClaw, with 245 downloads so far.
How do I install Sora 2 Pro?
Run "/install poyo-sora-2-pro" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Sora 2 Pro free?
Yes, Sora 2 Pro is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Sora 2 Pro support?
Sora 2 Pro is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Sora 2 Pro?
It is built and maintained by coolhackboy (@coolhackboy); the current version is v1.0.0.
More Skills