ai-video-genEnd-to-end AI video generation - create videos from text prompts using image generation, video synthesis, voice-over, and editing. Supports OpenAI DALL-E, Replicate models, LumaAI, Runway, and FFmpeg editing.
Install via ClawdBot CLI:
clawdbot install rhanbourinajd/ai-video-genGenerate complete videos from text descriptions using AI.
# 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
Add to your environment or .env file:
# Image Generation (pick one)
OPENAI_API_KEY=sk-... # DALL-E 3
REPLICATE_API_TOKEN=r8_... # Stable Diffusion, Flux
# Video Generation (pick one)
LUMAAI_API_KEY=luma_... # LumaAI Dream Machine
RUNWAY_API_KEY=... # Runway ML
REPLICATE_API_TOKEN=r8_... # Multiple models
# Voice (optional)
OPENAI_API_KEY=sk-... # OpenAI TTS
ELEVENLABS_API_KEY=... # ElevenLabs
# Or use FREE local options (no API needed)
pip install openai requests pillow replicate python-dotenv
Already installed via winget.
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
python skills/ai-video-gen/multi_scene.py \
--scenes "Morning sunrise" "Busy city street" "Peaceful night" \
--duration 3 \
--output day_in_life.mp4
python skills/ai-video-gen/images_to_video.py \
--images frame1.png frame2.png frame3.png \
--fps 24 \
--output animation.mp4
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, overlaysSee examples/ folder for sample outputs and prompts.
Generated Mar 1, 2026
Marketers and influencers can quickly produce engaging short-form videos for platforms like TikTok and Instagram Reels from text prompts, reducing production time and costs. This enables rapid testing of content ideas and maintaining consistent posting schedules without extensive video editing skills.
Educators and e-learning platforms can generate instructional videos with AI-generated visuals and voiceovers to explain complex topics, such as science concepts or historical events. This supports remote learning by creating accessible, high-quality content without needing professional video production resources.
Businesses can create promotional videos for new products by generating realistic scenes and adding professional voiceovers to showcase features and benefits. This is useful for startups and small businesses with limited budgets, allowing them to produce ads quickly for online campaigns.
Filmmakers and content creators can prototype video scenes or generate entire short films from script prompts, experimenting with different visual styles and narratives. This accelerates pre-production and enables indie artists to bring imaginative stories to life with minimal equipment.
Companies can produce training videos for employees on topics like safety procedures or software tutorials, using AI to generate relevant visuals and clear voiceovers. This streamlines internal communication and reduces reliance on external production teams for routine updates.
Offer a monthly subscription where users pay for access to the skill with API credits included, targeting small businesses and creators who need regular video content. Revenue comes from tiered plans based on video length, quality options, and usage limits, with potential upsells for premium features like ElevenLabs voiceovers.
Integrate the skill into a platform where freelancers use it to deliver custom videos for clients, charging per project based on complexity and duration. Revenue is generated through transaction fees on each job, with additional income from offering premium support or training services for users.
License the skill to marketing agencies and production studios as a white-label tool, allowing them to rebrand it for their own video creation services. Revenue comes from one-time licensing fees or annual contracts, with customization options and technical support as upsell opportunities.
š¬ Integration Tip
Start with the free budget mode using local models to test workflows, then integrate paid APIs like DALL-E 3 for higher quality as needed, ensuring API keys are securely managed in environment variables.
Generate spectrograms and feature-panel visualizations from audio with the songsee CLI.
Best practices for Remotion - Video creation in React
Best practices for Remotion - Video creation in React
Long-form AI video production: the frontier of multi-agent coordination. CellCog orchestrates 6-7 foundation models to produce up to 4-minute videos from a single prompt ā scripted, filmed, voiced, lipsync'd, scored, and edited automatically. Create marketing videos, product demos, explainer videos, educational content, spokesperson videos, training materials, UGC content, news reports.
HeyGen AI video creation API. Use when: (1) Using Video Agent for one-shot prompt-to-video generation, (2) Generating AI avatar videos with /v2/video/generat...
Complete toolkit for programmatic video creation with Remotion + React. Covers animations, timing, rendering (CLI/Node.js/Lambda/Cloud Run), captions, 3D, charts, text effects, transitions, and media handling. Use when writing Remotion code, building video generation pipelines, or creating data-driven video templates.