From agi-super-team
Generates short videos from text prompts using multiple AI providers (Gemini Veo, Kling Video) with automatic fallback and async polling. Useful for creating marketing clips, animated content, or social media videos.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agi-super-team:relay-video-genThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Multi-provider video generation with async polling and automatic model fallback.
Multi-provider video generation with async polling and automatic model fallback.
uv run ~/.openclaw/skills/relay-video-gen/scripts/relay_video_gen.py \
-p "A rotating blue globe with stars in background" \
-f "globe.mp4"
| Flag | Description | Default |
|---|---|---|
-p | Video prompt (English) | Required |
-f | Output filename (.mp4) | Required |
-d | Duration in seconds (3-15) | 5 |
-a | Aspect ratio: 16:9, 9:16, 1:1 | 16:9 |
-m | Override model name | kling-video |
-P | Force provider | xingjiabi |
# 10-second vertical video for Reels/TikTok
uv run ~/.openclaw/skills/relay-video-gen/scripts/relay_video_gen.py \
-p "A person typing on laptop in coffee shop, warm lighting" \
-f "coffee.mp4" -d 10 -a 9:16
# Use veo3.1 model
uv run ~/.openclaw/skills/relay-video-gen/scripts/relay_video_gen.py \
-p "Ocean waves crashing on beach at sunset" \
-f "ocean.mp4" -m veo3.1-fast
task_idcompleted / failed (max 10 min)Gemini (veo-3.1-generate-preview, direct Google API) → xingjiabi: kling-video → veo-3.1-fast → veo-3.1 → minimax/video-01 → grok-video-3
See references/providers.md for API formats, model status, and how to add providers.
npx claudepluginhub aaaaqwq/agi-super-team --plugin agi-super-teamGenerates short videos (text-to-video or image-to-video) across 10 providers including Sora, Veo, Runway, Kling, and Pika. Handles async job submission, polling, and download.
Generates AI videos from text prompts or images using Google Veo 3.1 (paid, with audio) or free Pollinations.ai fallback. For text-to-video, animations, clips in development workflows.
Integrates generative video into applications: text-to-video, image-to-video, avatar video. Covers async architecture, cost optimization, cinematographic prompting, provider selection (FAL.ai, Veo, Sora, Runway).