sora

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

5|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/lidge-jun/cli-jaw-skills --skill sora-lidge-jun
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sora
Source: https://github.com/lidge-jun/cli-jaw-skills/tree/main/sora
Command: npx skills add https://github.com/lidge-jun/cli-jaw-skills --skill sora-lidge-jun

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the creation, remixing, and management of AI-generated videos using OpenAI's Sora API, simplifying complex video production workflows.

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, download videos, thumbnails, and spritesheets.
  • Batch Processing: Generate multiple videos efficiently.
  • Use Case: Generate a 4-second product teaser video with a specific camera angle and lighting, then remix it with a different color palette.

Quick Start

Use the sora skill to generate a video from the prompt 'a futuristic cityscape at sunset'.

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 Sora API?

To generate AI videos from text prompts using the Sora API, you provide a descriptive text prompt and the Skill submits it to OpenAI's video generation endpoint to create video clips. It handles the API requests and polls for job completion automatically.

Can I remix existing AI videos with new instructions through OpenAI's video API?

Yes, you can remix existing AI videos by providing new text instructions to modify the original content via OpenAI's video API. The Skill submits these remixing parameters to alter elements like camera angles or color palettes for the output video.

Do I need an OPENAI_API_KEY to batch generate Sora videos?

Yes, you need an OPENAI_API_KEY and Sora API access to batch generate Sora videos. The Skill uses this key to authenticate your bundled Python CLI requests when submitting multiple video generation jobs simultaneously to OpenAI.

What is the best way to manage and download generated Sora video assets?

The best way to manage and download generated Sora video assets is using the bundled Python CLI to poll job statuses. Once videos are ready, the Skill allows you to download the video files, thumbnails, and spritesheets directly, and delete unwanted assets.

Does Sora video generation support batch processing for multiple clips?

Sora video generation supports batch processing for multiple clips through this Skill. It enables you to efficiently generate, poll, and manage several video creation jobs concurrently via the OpenAI video API using the bundled Python CLI.