AI UGC video production — generate complete videos with talking heads, B-roll, subtitles, and SaaS review videos from the terminal
npx claudepluginhub gitroomhq/agent-mediaAI UGC video production — generate complete videos with talking heads, B-roll, subtitles, and SaaS review videos from the terminal
Share bugs, ideas, or general feedback.
Claude Code skill for AI UGC video production and media generation via the agent-media CLI.
This skill gives Claude Code the ability to produce complete UGC videos and SaaS review videos on your behalf using the agent-media CLI.
Flagship: UGC Pipeline — Turn a script into a complete video with AI talking heads, B-roll cutaways, voiceover, animated subtitles, and background music. One command.
SaaS Review Videos — Provide a product name, the AI writes the script and produces a review video with an AI actor.
npm install -g agent-media-cli
agent-media login
npx add-skill gitroomhq/agent-media
Or manually copy SKILL.md into your project's .claude/skills/agent-media/ directory.
Once installed, ask Claude Code things like:
# UGC video with AI actor
agent-media ugc "Ever wonder why some videos go viral?" --actor sofia --sync
# SaaS review video
agent-media review --saas "Linear" --actor sofia --angle enthusiastic --sync
# UGC with B-roll + product screenshots
agent-media ugc "Your script..." --actor marcus --broll --broll-images https://example.com/shot.png --sync
# Add subtitles to any video
agent-media subtitle ./video.mp4 --style hormozi --sync
Apache-2.0