What problem does it solve? Creating short AI-generated video clips through the OpenAI Sora API involves async job management, prompt structuring, polling, and asset downloads. This Skill wraps that entire lifecycle in a bundled CLI so you can go from a text prompt to a downloaded MP4 without writing API code. ## Core Features & Use Cases - Video Generation & Remixing: Create new clips with sora-2 or sora-2-pro, or remix an existing video by ID while keeping shot invariants. - Structured Prompt Augmentation: Automatically reformats prompts into a production-oriented spec (scene, camera, lighting, palette, constraints) for more controlled results. - Job Management & Batch Runs: Poll status, list jobs, download video/thumbnail/spritesheet variants, and run batch generation from a JSONL file. - Use Case: You need a 4-second product teaser of a matte black camera for a landing page. The Skill augments your prompt, submits the job, polls until complete, and downloads the MP4 locally. ## Quick Start Ask the AI to generate a 4-second Sora video of your subject using the bundled CLI, then poll and download the finished MP4 to your project folder.