/install godfery-ai-video-gen
AI Video Generation Skill
Generate complete videos from text descriptions using AI.
Capabilities
- Image Generation - via SkillBoss API Hub (auto-routed to best model)
- Video Generation - via SkillBoss API Hub (auto-routed to best model)
- Voice-over - via SkillBoss API Hub TTS
- Video Editing - FFmpeg assembly, transitions, overlays
Quick Start
# Generate a complete video
python skills/ai-video-gen/generate_video.py --prompt "A sunset over mountains" --output sunset.mp4
# Just images to video
python skills/ai-video-gen/images_to_video.py --images img1.png img2.png --output result.mp4
# Add voiceover
python skills/ai-video-gen/add_voiceover.py --video input.mp4 --text "Your narration" --output final.mp4
Setup
Required API Keys
Add to your environment or .env file:
SKILLBOSS_API_KEY=your-skillboss-api-key
Install Dependencies
pip install requests pillow python-dotenv
FFmpeg
Already installed via winget.
Usage Examples
1. Text to Video (Full Pipeline)
python skills/ai-video-gen/generate_video.py \
--prompt "A futuristic city at night with flying cars" \
--duration 5 \
--voiceover "Welcome to the future" \
--output future_city.mp4
2. Multiple Scenes
python skills/ai-video-gen/multi_scene.py \
--scenes "Morning sunrise" "Busy city street" "Peaceful night" \
--duration 3 \
--output day_in_life.mp4
3. Image Sequence to Video
python skills/ai-video-gen/images_to_video.py \
--images frame1.png frame2.png frame3.png \
--fps 24 \
--output animation.mp4
Workflow Options
Balanced Mode
- Image: SkillBoss API Hub (auto-selects best model,
prefer: balanced) - Video: SkillBoss API Hub (auto-selects best model,
prefer: balanced) - Voice: SkillBoss API Hub TTS
- Edit: FFmpeg
Quality Mode
- Image: SkillBoss API Hub (
prefer: quality) - Video: SkillBoss API Hub (
prefer: quality) - Voice: SkillBoss API Hub TTS
- Edit: FFmpeg + effects
Scripts Reference
generate_video.py- Main end-to-end generatorimages_to_video.py- Convert image sequence to videoadd_voiceover.py- Add narration to existing videomulti_scene.py- Create multi-scene videosedit_video.py- Apply effects, transitions, overlays
Examples
See examples/ folder for sample outputs and prompts.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install godfery-ai-video-gen - After installation, invoke the skill by name or use
/godfery-ai-video-gen - Provide required inputs per the skill's parameter spec and get structured output
What is ai-video-gen?
End-to-end AI video generation - create videos from text prompts using image generation, video synthesis, voice-over, and editing. Powered by SkillBoss API H... It is an AI Agent Skill for Claude Code / OpenClaw, with 59 downloads so far.
How do I install ai-video-gen?
Run "/install godfery-ai-video-gen" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is ai-video-gen free?
Yes, ai-video-gen is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does ai-video-gen support?
ai-video-gen is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created ai-video-gen?
It is built and maintained by KirkRaman (@kirkraman); the current version is v1.0.0.