skills/skill-video/SKILL.md
Generate videos using AI providers like Google Veo 3.1, OpenAI Sora, and Runway. Supports text-to-video generation with professional cinematography controls.
npx skillsauth add hasna/skills videoInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Generate high-quality videos using state-of-the-art AI models from multiple providers.
This CLI is API-backed. Set SKILL_API_KEY when routing through the hosted skills/connectors runtime; provider-specific keys are managed by that runtime.
bun run src/index.ts generate --provider google --prompt "a cat walking on a beach at sunset" --output ./output.mp4
bun run src/index.ts generate --provider runway --prompt "ocean waves crashing" --output ./waves.mp4
bun run src/index.ts generate --provider openai --prompt "city street timelapse" --output ./city.mp4
bun run src/index.ts status --provider google --job-id abc123
bun run src/index.ts generate \
--provider google \
--prompt "cinematic shot of a forest" \
--duration 5 \
--resolution 1080p \
--output ./forest.mp4
Set up your API keys:
# Google Veo 3.1 (Vertex AI)
export GOOGLE_API_KEY=your_key_here
# or
export GOOGLE_APPLICATION_CREDENTIALS=/path/to/service-account.json
# OpenAI Sora
export OPENAI_API_KEY=your_key_here
# Runway
export RUNWAY_API_KEY=your_key_here
cd skill-video
bun install
bun run src/index.ts generate --provider google --prompt "a dog playing fetch"
bun run src/index.ts generate \
--provider google \
--prompt "wide-angle shot of mountains, slow dolly forward" \
--output ./mountains.mp4
# Start generation
bun run src/index.ts generate --provider runway --prompt "sunset" --output ./sunset.mp4
# Check status with returned job ID
bun run src/index.ts status --provider runway --job-id job_xyz789
development
Fetch official brand assets from a website or brand name, then return logos, palette, typography, source metadata, and a clean asset manifest. Use when a user asks to find, extract, download, package, or normalize a brand's logo and visual identity assets.
tools
Generate hosted voiceover variants and short jingles
tools
Generate premium video highlight packages with clip plans, captions, thumbnails, chapter markers, social copy, edit decisions, and manifest metadata.
development
Generate premium API, unit, and browser test suite packages with runnable tests and coverage notes.