smithery.ai

video-generation

AI video generation using Google Veo or OpenAI Sora. Use when user wants to generate, create, or make videos from text prompts.

First seen Mar 22, 2026

Installation

$ npx skills add https://smithery.ai

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery.ai · top by installs.

npx skills add https://smithery.ai

Browse all from smithery.ai

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Declared
Cline Not declared
OpenCode Not declared

Skill metadata

Parsed from SKILL.md frontmatter.

Declared agents gemini

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 3,456 B
  • docs SUMMARY.md 151 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 2 installs

SKILL.md

AI Video Generation

When the user wants to generate videos from text descriptions, delegate to the video-generator subagent.

When to Use

Use this skill when the user:

  • Asks to "generate a video" or "create a video"
  • Wants to "animate" something
  • Mentions "video of [something]"
  • Wants AI video generation from a prompt
  • Asks for text-to-video conversion

What the Subagent Handles

The video-generator subagent will:

  1. Check API Keys

- Verify GOOGLEAPIKEY (for Veo) - Verify OPENAIAPIKEY (for Sora) - Guide setup if needed

  1. Select Provider

- Smart routing based on request - Consider duration and resolution needs - Use available API keys

  1. Generate Video

- Submit to selected API - Poll for completion - Download and save result

  1. Report Progress

- Show generation status - Report completion time - Provide output path

Supported Providers

Google Veo (via Gemini API):

Model Full ID Status Audio
Veo 3.1 veo-3.1-generate-preview Preview Yes
Veo 3.1 Fast veo-3.1-fast-generate-preview Preview Yes
Veo 3.0 veo-3.0-generate-001 Stable Yes
Veo 3.0 Fast veo-3.0-fast-generate-001 Stable Yes
Veo 2.0 veo-2.0-generate-001 Stable No
  • Duration: 4, 6, 8 seconds
  • Resolution: 720p, 1080p, 4K
  • Aspect: 16:9, 9:16

OpenAI Sora (⚠️ being discontinued — see deprecation below):

Model ID Use Case
Sora 2 sora-2 Fast iteration, exploration
Sora 2 Pro sora-2-pro Production quality

Snapshot variants available: sora-2-2025-10-06, sora-2-2025-12-08, sora-2-pro-2025-10-06

⚠️ Sora Deprecation Notice: OpenAI is shutting down the Sora product. The consumer app went dark on April 26, 2026, and the /v1/videos API will be discontinued on September 24, 2026. There is no official OpenAI replacement. After that date, this plugin's OpenAI/Sora path will stop working — switch to the Google Veo path or a third-party provider (Runway, Pika, etc.).

  • Duration: 4, 8, 12 seconds
  • Aspect: 16:9, 9:16, 1:1
  • Audio: Included in output

Default Options

Option Veo Default Sora Default
Duration 6 seconds 8 seconds
Aspect 16:9 16:9
Resolution 1080p 1920x1080
Model veo-3.1-generate-preview sora-2

Provider Selection: Auto-selected based on:

  1. Available API keys
  2. Requested features (e.g., 12s duration requires Sora)
  3. User preference if specified

Example Triggers

  • "Generate a video of a sunset over mountains"
  • "Create a video showing a robot dancing"
  • "Make a video of autumn leaves falling"
  • "I need a video of abstract flowing colors"
  • "Animate this scene: a cat playing with yarn"
  • "Can you create a short video of fireworks?"