sora

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

8|4|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/jscraik/Agent-Skills --skill sora-jscraik
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sora
Source: https://github.com/jscraik/Agent-Skills/tree/main/frontend/graphics/sora
Command: npx skills add https://github.com/jscraik/Agent-Skills --skill sora-jscraik

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the creation, management, and retrieval of AI-generated videos using OpenAI's Sora API, streamlining the video production workflow.

Core Features & Use Cases

  • Video Generation: Create new videos from text prompts, with options for remixing existing ones.
  • Job Management: Poll for job status, list past jobs, and delete unwanted videos.
  • Asset Download: Download generated videos, thumbnails, or spritesheets.
  • Use Case: Generate a short promotional video for a new product, then download the final MP4 file for use on social media.

Quick Start

Use the sora skill to generate a 4-second video clip 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 OpenAI's Sora API?

To generate AI videos from text prompts using OpenAI's Sora API, you submit a generation request through the bundled CLI and poll the job status until the final video asset is ready for download.

Can I remix existing AI videos through the Sora video generation API?

Yes, you can remix existing AI videos by submitting a remix request through the Sora API, which processes the original video asset and generates a new modified output based on your updated parameters.

Do I need an OpenAI API key to manage Sora video generation jobs?

Yes, you need an active OPENAI_API_KEY with Sora API access to authenticate requests, poll job statuses, list past jobs, and download generated video assets or thumbnails.

How do I download generated MP4 video assets and thumbnails from Sora jobs?

You download generated MP4 video assets, thumbnails, or spritesheets from completed Sora jobs by querying the job ID through the bundled CLI, which retrieves and saves the final files locally.

What is the best way to manage and delete unwanted AI video generation jobs?

The best way to manage and delete unwanted AI video generation jobs is to list past jobs via the Sora CLI and issue delete commands to remove the associated video assets from your OpenAI account.