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, which is tedious to script by hand. This Skill wraps the entire lifecycle in a bundled CLI with structured prompt augmentation. ## Core Features & Use Cases - Full video lifecycle management: Create, remix, poll, list, download (video/thumbnail/spritesheet), and delete Sora jobs through one CLI (scripts/sora.py). - Structured prompt augmentation: Converts plain prompts into production-oriented specs (scene, camera, lighting, palette, dialogue) with CLI flags or JSONL batch fields. - Batch generation: Run many prompts concurrently from a JSONL file with retry logic for rate limits and transient errors. - Use Case: A marketer needs a 4-second product teaser and a variant. Generate the base clip with create-and-poll, then use remix with stated invariants to change only the color palette. ## Quick Start Ask the agent to generate a 4-second Sora video of your subject using the sora skill, then download the finished MP4 once the job completes.