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-cliagent-media loginnpx add-skill gitroomhq/agent-mediaOr manually copy SKILL.md into your project's .claude/skills/agent-media/ directory.
Once installed, ask Claude Code things like:
- "Create a 10-second UGC video from this script using actor sofia"
- "Make a SaaS review video for Linear with an enthusiastic angle"
- "Add hormozi-style subtitles to this video"
- "Create a persona from my voice sample and face photo"
- "Check my credit balance"
# 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- agent-media.ai — Dashboard & account
- agent-media-cli on npm
- Documentation
Apache-2.0