# agent-media > agent-media is a CLI tool for AI UGC video production. Its script-to-video UGC pipeline produces complete videos with talking heads, B-roll, voiceover, and animated subtitles — one command from your terminal. ## Overview agent-media's flagship feature is the UGC pipeline: write a script, pick an AI actor, and get a polished video with talking heads, B-roll, TTS voiceover, and animated subtitles. Install with `npm install -g agent-media-cli`. Plans start at $39/month. ## Links - [Documentation](https://agent-media.ai/docs) - [All Models](https://agent-media.ai/models) - [Pricing](https://agent-media.ai/login) - [Showcase](https://agent-media.ai/showcase) - [npm Package](https://www.npmjs.com/package/agent-media-cli) - [GitHub](https://github.com/yuvalsuede/agent-media) - [Full LLM Context](https://agent-media.ai/llms-full.txt) ## Quick Start ```bash npm install -g agent-media-cli agent-media login # Generate a UGC video from a script agent-media ugc "Ever wonder why some videos go viral? Here's the secret..." --sync # Or add subtitles to any video agent-media subtitle ./video.mp4 --style hormozi --sync ``` ## UGC Pipeline The UGC pipeline turns a script into a complete video: - Script → scene splitting → TTS voiceover → AI talking heads + AI B-roll → crossfade assembly → animated subtitles → background music → end screen CTA - Auto voice detection from face photo - 200+ pre-made AI actors with face + voice - 7 subtitle styles: hormozi, minimal, bold, karaoke, clean, tiktok, neon - Flags: --voice, --face-url, --persona, --actor, --style, --duration, --aspect, --music, --cta, --broll, --broll-images, --sync ## SaaS Review Videos Generate AI review videos for any SaaS product: - `agent-media review --saas "Postiz" --screenshots url1,url2 --actor naomi --sync` - Provide product name + 1-3 screenshots → AI generates review script → video with talking heads + product B-roll - Review angles: honest, enthusiastic, roast, tutorial, comparison ## Subtitle Command Add animated subtitles to any video: `agent-media subtitle --style hormozi --sync` ## Persona Management Save voice + face combos for consistent UGC: - `agent-media persona create --name "brand-voice" --voice ./sample.mp3 --face ./photo.png` - `agent-media persona list` - `agent-media persona delete ` ## Pricing - Creator: $39/month (3,900 credits, ~13 10s videos) - Pro: $69/month (6,900 credits, ~23 10s videos) - Pro Plus: $129/month (12,900 credits, ~43 10s videos) - Extra credit pack: 3,900 credits for $39 ## Integrations - CLI: `agent-media-cli` npm package with 28 commands - Claude Code Skill: Available via OpenClaw marketplace - REST API: Full API access via Supabase Edge Functions