← Back to Skills Marketplace
coolhackboy

Sora 2

by coolhackboy · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
269
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install poyo-sora-2
Description
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...
Usage Guidance
This skill appears coherent for calling PoYo's Sora 2 API. Before installing: 1) Treat POYO_API_KEY as sensitive — prefer exporting it as an environment variable rather than passing it as a command-line argument (command-line args can appear in process listings and shell history). 2) Only supply callback_url values you control and trust (use HTTPS) because PoYo will POST job data/results to that endpoint. 3) Avoid putting private images on public URLs when using image_urls. 4) Verify that the POYO API key you provide has the minimum required permissions and rotate it if exposed. If you need more assurance, request provenance (who published the skill) or run the provided curl commands manually instead of granting the agent autonomous execution.
Capability Analysis
Type: OpenClaw Skill Name: poyo-sora-2 Version: 1.0.0 The skill bundle provides a legitimate interface for interacting with the PoYo AI Sora 2 video generation API. It includes a shell script (`scripts/submit_sora_2.sh`) and comprehensive documentation (`references/api.md`) for submitting video generation tasks to `https://api.poyo.ai/api/generate/submit`. The implementation is straightforward, uses standard authentication (Bearer token), and lacks any indicators of malicious intent, data exfiltration, or unauthorized execution.
Capability Assessment
Purpose & Capability
Name/description, required binary (curl), primary env var (POYO_API_KEY), endpoint (api.poyo.ai), and included examples/scripts all match a video-generation API client.
Instruction Scope
Instructions stay within the task of building/submitting payloads and polling status. They permit providing a callback_url (webhook) which is expected for job callbacks but means job data (prompts, possibly image URLs, results) may be POSTed to external endpoints — the user should only provide trusted HTTPS webhook URLs.
Install Mechanism
No install spec — instruction-only plus a small shell script that uses curl. Nothing is downloaded or written to disk by the skill itself.
Credentials
Only POYO_API_KEY is required and is the expected credential for the API; no unrelated credentials or secret paths are requested.
Persistence & Privilege
Skill is not always-on, does not modify other skills or system config, and permits normal autonomous invocation (default). No unusual persistence or privilege escalation is requested.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install poyo-sora-2
  3. After installation, invoke the skill by name or use /poyo-sora-2
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of PoYo Sora 2 skill. - Enables video generation using PoYo AI's Sora 2 models via `https://api.poyo.ai/api/generate/submit`. - Supports both text-to-video and image-to-video workflows, with detailed model selection (`sora-2`, `sora-2-private`). - Guides users to build and submit proper requests, including required and optional parameters. - Provides info on task tracking via polling with `task_id` or webhooks. - Includes key usage instructions and expectations for output and follow-up steps.
Metadata
Slug poyo-sora-2
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 269 downloads so far.

How do I install Sora 2?

Run "/install poyo-sora-2" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Sora 2 free?

Yes, Sora 2 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Sora 2 support?

Sora 2 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Sora 2?

It is built and maintained by coolhackboy (@coolhackboy); the current version is v1.0.0.

💬 Comments