Ai Video Gen Pro
/install ai-video-gen-pro
\r \r
AI Video Generation\r
\r
Generate videos with 40+ AI models via inference.sh CLI.\r
\r
\r
\r
Quick Start\r
\r
Requires inference.sh CLI (
infsh). Install instructions\r \r
infsh login\r
\r
# Generate a video with Veo\r
infsh app run google/veo-3-1-fast --input '{"prompt": "drone shot flying over a forest"}'\r
```\r
\r
\r
## Available Models\r
\r
### Text-to-Video\r
\r
| Model | App ID | Best For |\r
|-------|--------|----------|\r
| Veo 3.1 Fast | `google/veo-3-1-fast` | Fast, with optional audio |\r
| Veo 3.1 | `google/veo-3-1` | Best quality, frame interpolation |\r
| Veo 3 | `google/veo-3` | High quality with audio |\r
| Veo 3 Fast | `google/veo-3-fast` | Fast with audio |\r
| Veo 2 | `google/veo-2` | Realistic videos |\r
| **P-Video** | `pruna/p-video` | Fast, economical, with audio support |\r
| **WAN-T2V** | `pruna/wan-t2v` | Economical 480p/720p |\r
| Grok Video | `xai/grok-imagine-video` | xAI, configurable duration |\r
| Seedance 1.5 Pro | `bytedance/seedance-1-5-pro` | With first-frame control |\r
| Seedance 1.0 Pro | `bytedance/seedance-1-0-pro` | Up to 1080p |\r
\r
### Image-to-Video\r
\r
| Model | App ID | Best For |\r
|-------|--------|----------|\r
| Wan 2.5 | `falai/wan-2-5` | Animate any image |\r
| Wan 2.5 I2V | `falai/wan-2-5-i2v` | High quality i2v |\r
| **WAN-I2V** | `pruna/wan-i2v` | Economical 480p/720p |\r
| **P-Video** | `pruna/p-video` | Fast i2v with audio |\r
| Seedance Lite | `bytedance/seedance-1-0-lite` | Lightweight 720p |\r
\r
### Avatar / Lipsync\r
\r
| Model | App ID | Best For |\r
|-------|--------|----------|\r
| OmniHuman 1.5 | `bytedance/omnihuman-1-5` | Multi-character |\r
| OmniHuman 1.0 | `bytedance/omnihuman-1-0` | Single character |\r
| Fabric 1.0 | `falai/fabric-1-0` | Image talks with lipsync |\r
| PixVerse Lipsync | `falai/pixverse-lipsync` | Realistic lipsync |\r
\r
### Utilities\r
\r
| Tool | App ID | Description |\r
|------|--------|-------------|\r
| HunyuanVideo Foley | `infsh/hunyuanvideo-foley` | Add sound effects to video |\r
| Topaz Upscaler | `falai/topaz-video-upscaler` | Upscale video quality |\r
| Media Merger | `infsh/media-merger` | Merge videos with transitions |\r
\r
## Browse All Video Apps\r
\r
```bash\r
infsh app list --category video\r
```\r
\r
## Examples\r
\r
### Text-to-Video with Veo\r
\r
```bash\r
infsh app run google/veo-3-1-fast --input '{\r
"prompt": "A timelapse of a flower blooming in a garden"\r
}'\r
```\r
\r
### Grok Video\r
\r
```bash\r
infsh app run xai/grok-imagine-video --input '{\r
"prompt": "Waves crashing on a beach at sunset",\r
"duration": 5\r
}'\r
```\r
\r
### Image-to-Video with Wan 2.5\r
\r
```bash\r
infsh app run falai/wan-2-5 --input '{\r
"image_url": "https://your-image.jpg"\r
}'\r
```\r
\r
### AI Avatar / Talking Head\r
\r
```bash\r
infsh app run bytedance/omnihuman-1-5 --input '{\r
"image_url": "https://portrait.jpg",\r
"audio_url": "https://speech.mp3"\r
}'\r
```\r
\r
### Fabric Lipsync\r
\r
```bash\r
infsh app run falai/fabric-1-0 --input '{\r
"image_url": "https://face.jpg",\r
"audio_url": "https://audio.mp3"\r
}'\r
```\r
\r
### PixVerse Lipsync\r
\r
```bash\r
infsh app run falai/pixverse-lipsync --input '{\r
"image_url": "https://portrait.jpg",\r
"audio_url": "https://speech.mp3"\r
}'\r
```\r
\r
### Video Upscaling\r
\r
```bash\r
infsh app run falai/topaz-video-upscaler --input '{"video_url": "https://..."}'\r
```\r
\r
### Add Sound Effects (Foley)\r
\r
```bash\r
infsh app run infsh/hunyuanvideo-foley --input '{\r
"video_url": "https://silent-video.mp4",\r
"prompt": "footsteps on gravel, birds chirping"\r
}'\r
```\r
\r
### Merge Videos\r
\r
```bash\r
infsh app run infsh/media-merger --input '{\r
"videos": ["https://clip1.mp4", "https://clip2.mp4"],\r
"transition": "fade"\r
}'\r
```\r
\r
## Related Skills\r
\r
```bash\r
# Full platform skill (all 150+ apps)\r
npx skills add inference-sh/skills@infsh-cli\r
\r
# Pruna P-Video (fast & economical)\r
npx skills add inference-sh/skills@p-video\r
\r
# Google Veo specific\r
npx skills add inference-sh/skills@google-veo\r
\r
# AI avatars & lipsync\r
npx skills add inference-sh/skills@ai-avatar-video\r
\r
# Text-to-speech (for video narration)\r
npx skills add inference-sh/skills@text-to-speech\r
\r
# Image generation (for image-to-video)\r
npx skills add inference-sh/skills@ai-image-generation\r
\r
# Twitter (post videos)\r
npx skills add inference-sh/skills@twitter-automation\r
```\r
\r
Browse all apps: `infsh app list`\r
\r
## Documentation\r
\r
- [Running Apps](https://inference.sh/docs/apps/running) - How to run apps via CLI\r
- [Streaming Results](https://inference.sh/docs/api/sdk/streaming) - Real-time progress updates\r
- [Content Pipeline Example](https://inference.sh/docs/examples/content-pipeline) - Building media workflows\r
\r
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install ai-video-gen-pro - After installation, invoke the skill by name or use
/ai-video-gen-pro - Provide required inputs per the skill's parameter spec and get structured output
What is Ai Video Gen Pro?
Generate AI videos with Google Veo, Seedance, Wan, Grok and 40+ models via inference.sh CLI. Models: Veo 3.1, Veo 3, Seedance 1.5 Pro, Wan 2.5, Grok Imagine... It is an AI Agent Skill for Claude Code / OpenClaw, with 146 downloads so far.
How do I install Ai Video Gen Pro?
Run "/install ai-video-gen-pro" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Ai Video Gen Pro free?
Yes, Ai Video Gen Pro is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Ai Video Gen Pro support?
Ai Video Gen Pro is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Ai Video Gen Pro?
It is built and maintained by bingze00000 (@bingze00000); the current version is v1.0.0.