sora

Generate and manage short videos via OpenAI's Sora CLI.

3|3|Updated Apr 5, 2026
One-click install
npx skills add https://github.com/diegocamara89/ai-skills-hub --skill sora-diegocamara89
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sora
Source: https://github.com/diegocamara89/ai-skills-hub/tree/main/all-skills/sora
Command: npx skills add https://github.com/diegocamara89/ai-skills-hub --skill sora-diegocamara89

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires openai, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

OpenAI's video generation workflow can be complex to set up and manage; this Skill provides a cohesive CLI-driven approach to create, remix, poll, download, and batch generate Sora videos using the bundled OpenAI Video API.

Core Features & Use Cases

  • Create new videos using the bundled CLI (scripts/sora.py) with sane defaults and structured prompts.
  • Remix completed videos by adjusting inputs while keeping invariants for continuity.
  • Poll for status and download assets (video/thumbnail/spritesheet) in both single-job and batch workflows.

Quick Start

Provide a prompt and optional settings to create a video job with the Sora CLI, then download the result.

Frequently Asked Questions about sora

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate OpenAI video generation workflows from the command line?

OpenAI video generation can be automated using a bundled CLI to create, poll, and download Sora videos. This approach manages single-job or batch workflows, handles prompt augmentation, and supports model selection like sora-2.

Can I remix existing OpenAI Sora videos while keeping visual continuity?

Remixing completed Sora videos is supported by adjusting inputs while maintaining invariants for continuity. The CLI allows you to modify prompts and settings on previously generated clips to produce new variations.

How do I check the status of a Sora video generation job and download the final assets?

Checking Sora video status and downloading assets is handled through the bundled CLI polling features. You can retrieve final video files, thumbnails, or spritesheets for both single-job and batch generation workflows.

What settings can I configure when generating videos with the OpenAI Sora API?

Configurable settings for Sora video generation include model selection (sora-2, sora-2-pro), video size, duration, and input references. The CLI also applies structured prompt augmentation to guide the output.

Do I need an OpenAI API key to generate and manage Sora videos?

An OpenAI API key is required to authenticate video generation and management requests. The bundled CLI includes safe-guarded API key usage to protect your credentials during polling and download operations.