sora

Generate, remix, and manage AI videos via the OpenAI Sora API.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/jacketlong23/skills --skill sora-jacketlong23
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sora
Source: https://github.com/jacketlong23/skills/tree/main/sora
Command: npx skills add https://github.com/jacketlong23/skills --skill sora-jacketlong23

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 streamlines the creation, remixing, and management of AI-generated video content using OpenAI's Sora models, simplifying complex video production workflows.

Core Features & Use Cases

  • Video Generation: Create new video clips from detailed text prompts.
  • Video Remixing: Modify existing videos by providing new prompts or constraints.
  • Asset Management: Poll for job status, list past jobs, and download generated videos, thumbnails, or spritesheets.
  • Batch Processing: Generate multiple videos efficiently from a JSONL file.
  • Use Case: A marketing team needs to generate several short video ads for a new product campaign. They can use this Skill to create variations of a core concept, ensuring brand consistency across all assets.

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 video content using text prompts?

AI video content generation creates video clips from detailed text prompts using the OpenAI Sora API. This Skill submits your prompt to Sora models, polls for job status, and downloads the resulting video assets automatically.

What is video remixing and how does it work with existing clips?

Video remixing modifies existing videos by applying new prompts or constraints via the Sora API. The Skill processes your original video alongside new instructions to generate a modified version while maintaining content guardrails.

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

Yes, an OPENAI_API_KEY is required for live operations with the Sora video generation API. The Skill uses this key to authenticate requests when creating, remixing, or downloading AI-generated video content.

Can I batch generate multiple AI videos from a list of prompts?

Batch processing generates multiple AI videos efficiently from a JSONL file containing your prompts. The Skill executes batch jobs via scripts/sora.py, handling status polling and asset downloading for each video in sequence.

What assets can I download from completed Sora video jobs?

Asset management supports downloading generated videos, thumbnails, and spritesheets from completed Sora jobs. The Skill polls job status, lists past jobs, and retrieves available assets once video generation completes successfully.

Are there content restrictions when creating videos with the Sora API?

The Sora video generation API adheres to strict content guardrails that restrict certain types of generated content. These guardrails are enforced during both initial video creation and video remixing operations.