Skip to content

yuvalsuede/agent-media-skill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

agent-media

Claude Code skill for AI UGC video production and media generation via the agent-media CLI.

What it does

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.

Install

1. Install the CLI

npm install -g agent-media-cli

2. Log in

agent-media login

3. Add the skill to Claude Code

npx add-skill gitroomhq/agent-media

Or manually copy SKILL.md into your project's .claude/skills/agent-media/ directory.

Usage

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"

Quick examples

# 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

Links

License

Apache-2.0

About

Claude Code skill for AI video & image generation via agent-media CLI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors