agentsclimarketplace

Relay video gen

Skill aAAaqwq/AGI-Super-Team/skills/relay-video-gen

14 AI executives powered by legendary minds (Musk/Buffett/Simons/Feynman) — deploy your virtual C-Suite in one git clone.

Install
npx -y skills add aAAaqwq/AGI-Super-Team --skill relay-video-gen

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

What its author says it does

Copied from the file, not written here

Multi-provider video generation with async polling and automatic model fallback Generate short videos via relay with provider priority fallback. Google Gemini Veo 3.1 (primary, direct API) → Xingjiabi (kling-video fallback). Async task-based: submit → poll → download. 4-8 second clips. Use when: creating video clips, marketing videos, animated content from text. Extensible: add providers by editing RELAY_PRIORITY in the script.

SKILL.md

2.0 KB, as published. Nobody here has run it

Relay Video Generation

Multi-provider video generation with async polling and automatic model fallback.

Quick Start

uv run ~/.openclaw/skills/relay-video-gen/scripts/relay_video_gen.py \
  -p "A rotating blue globe with stars in background" \
  -f "globe.mp4"

Parameters

FlagDescriptionDefault
-pVideo prompt (English)Required
-fOutput filename (.mp4)Required
-dDuration in seconds (3-15)5
-aAspect ratio: 16:9, 9:16, 1:116:9
-mOverride model namekling-video
-PForce providerxingjiabi

Examples

# 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

Workflow

  1. Submit generation request → get task_id
  2. Poll every 5s until completed / failed (max 10 min)
  3. Download video to output path
  4. If model fails/saturated → auto-try next model

Model Fallback Order

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

Provider Details

See references/providers.md for API formats, model status, and how to add providers.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.