Crazyrouter Video Gen
by @xujfcn
AI video generation via Crazyrouter API. Supports Sora 2, Kling V2, Veo 3, Seedance, Pika, MiniMax Hailuo, Runway. Text-to-video generation. Use when user as...
# Generate with default model (sora-2)
node ${SKILL_DIR}/scripts/main.mjs --prompt "A cat playing piano" --output cat.mp4With Kling V2
node ${SKILL_DIR}/scripts/main.mjs --prompt "Ocean waves at sunset" --output waves.mp4 --model kling-v2-1With Veo 3
node ${SKILL_DIR}/scripts/main.mjs --prompt "Timelapse of city traffic" --output city.mp4 --model veo3
Options
| Option | Description | Default |
|--------|-------------|---------|
| --prompt | Video description (required) | β |
| --output | Output file path (required) | β |
| --model | Model to use | sora-2 |
Note: Video generation is async β it may take 30-120 seconds depending on model. The script will poll until complete.
| Option | Description | Default |
|--------|-------------|---------|
| --prompt | Video description (required) | β |
| --output | Output file path (required) | β |
| --model | Model to use | sora-2 |
Note: Video generation is async β it may take 30-120 seconds depending on model. The script will poll until complete.
clawhub install crazyrouter-video-gen