sora

Generate, remix, and manage Sora videos via OpenAI's video API.

24.7k|1.7k|Updated Nov 25, 2025
One-click install
npx skills add https://github.com/openai/skills --skill sora-openai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sora
Source: https://github.com/openai/skills/tree/main/skills/.curated/sora
Command: npx skills add https://github.com/openai/skills --skill sora-openai

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill enables the creation and management of short video clips for various purposes, from product demos to marketing spots, directly through an AI agent.

Core Features & Use Cases

  • Video Generation: Create new video clips from text prompts.
  • Video Remixing: Modify existing videos based on new instructions.
  • Asset Management: Poll job statuses, list generated videos, and download assets (video, thumbnail, spritesheet).
  • Batch Processing: Generate multiple videos efficiently from a list of prompts.
  • Use Case: A marketing team needs several short video ads for a new product. They can use this Skill to generate variations of a core concept, specifying different camera angles, lighting, and text overlays for each ad.

Quick Start

Use the sora skill to generate a video from the prompt 'a cat wearing a party hat'.

Frequently Asked Questions about sora

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

FAQPage Schema
How do I generate AI videos from text prompts using the OpenAI API?

To generate AI videos from text prompts, submit your prompt to the video generation API. The system creates short video clips and provides assets like thumbnails and spritesheets for download.

Can I remix existing AI videos with new instructions through the OpenAI API?

Yes, you can remix existing AI videos by providing new instructions. The video remixing feature modifies previously generated clips based on your updated text prompts and creative directions.

Do I need an OpenAI API key and Sora access to generate and download AI videos?

Yes, you need an OPENAI_API_KEY and Sora API access to perform live operations. These credentials are required to authenticate requests, poll job statuses, and download generated video assets.

How do I manage and download video assets like thumbnails and spritesheets?

To manage and download video assets, use the asset management commands to poll job statuses, list generated videos, and retrieve files. You can download the video, thumbnail, and spritesheet individually.

What is the best way to create multiple video ads from a list of text prompts?

The best way to create multiple video ads is using batch processing. This feature efficiently generates multiple video variations from a list of text prompts, allowing you to specify different camera angles and lighting.

Why does my AI video generation job keep polling without returning a video?

AI video generation jobs require polling until completion. If a job keeps polling without returning a video, verify your OPENAI_API_KEY is valid and your Sora API access is active for live operations.