What problem does it solve?
The Sora Video Generation Skill automates end-to-end video creation and management by exposing a CLI-driven workflow that talks to OpenAI's Video API, enabling quick production and iteration of video assets for projects.
Core Features & Use Cases
- Video generation: create new clips from prompts with deterministic defaults and CLI augmentation.
- Remix and variant work: remix completed jobs with invariants to preserve continuity and modify visuals.
- Status, poll, and downloads: check progress, fetch assets (video, thumbnail, spritesheet) and download results.
- Batch jobs: run multiple prompts in parallel from a JSONL file for large-scale production.
- Safety & requirements: requires OPENAI_API_KEY and model/size/seconds constraints; supports input references and guardrails.
Quick Start
Run the bundled CLI to create, remix, poll, download, or batch video jobs using prompts and optional inputs.