sora

Generate and manage Sora videos via OpenAI's video API from the command line.

24|3|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/VoDaiLocz/kilo-kit-mcp --skill sora-vodailocz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sora
Source: https://github.com/VoDaiLocz/kilo-kit-mcp/tree/main/skills/ai-media/sora
Command: npx skills add https://github.com/VoDaiLocz/kilo-kit-mcp --skill sora-vodailocz

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the creation and management of Sora videos via OpenAI's video API, offering a streamlined process for video generation, remixing, polling, and asset downloading.

Core Features & Use Cases

  • Video Generation: Create custom video clips from structured prompts using the bundled CLI.
  • Video Remixing: Modify existing videos by ID, adjusting elements like palette, lighting, or action.
  • Status and Asset Polling: Check the status of jobs, list recent jobs, and download assets like videos, thumbnails, or spritesheets.
  • Batch Generation: Generate multiple videos from a batch of prompts.
  • Use Case: When you need to create a series of promotional videos for a product launch, you can use this Skill to batch generate videos with a consistent style and message.

Quick Start

Use the sora skill to generate a new video with the prompt 'A product demonstration of a smartwatch in a modern office setting' and download the video to 'smartwatch-demo.mp4'.

Frequently Asked Questions about sora

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

FAQPage Schema
How do I batch generate videos using the Sora API?

Batch generate videos using the Sora API by running the bundled command-line script with multiple structured prompts. It processes the prompts in sequence, queuing each video generation job through OpenAI's API for automated bulk creation.

Can I remix an existing Sora video by its ID?

You can remix an existing Sora video by passing its ID to the command-line script. It modifies elements like palette, lighting, or action based on your new prompt inputs, generating a derivative video through OpenAI's API.

What do I need to start managing Sora videos via command line?

Managing Sora videos via command line requires an active OpenAI API key and Sora API access. You execute the bundled Python script to generate, poll, and download video assets directly from your terminal environment.

How do I check the status of a Sora video generation job?

Check the status of a Sora video generation job by running the polling command in the CLI script. It queries OpenAI's Sora API to report current job progress and list recent video generation tasks.

Does this Skill download Sora thumbnails and spritesheets?

Yes, the Skill downloads Sora thumbnails and spritesheets. It polls OpenAI's API for completed jobs and fetches the generated assets, saving the video files, thumbnails, or spritesheets locally via the command-line script.

What is the best way to download completed Sora video assets?

The best way to download completed Sora video assets is using the bundled command-line script. It polls the OpenAI API for finished jobs and directly downloads the resulting video files to a specified local path.