A Claude Code skill that drives the
agent-media CLI to generate AI UGC
videos — Selfie clips, reusable characters, burned-in subtitles — from natural-language
prompts inside Claude Code, Cursor, or any MCP-aware AI client.
# 1. Install the CLI + log in
npm install -g agent-media-cli
agent-media login
# 2. Add the skill to Claude Code
claude skills add github:gitroomhq/agent-mediaThen just describe what you want — the skill asks the right questions, calls the CLI, polls until done, and returns the video URL.
SKILL.md— the skill file Claude loads. See it for the full set of supported generators, the 20 shot-grammar presets, vibes, pricing, and example flows.docs/api-reference.md— auto-generated REST API reference (mirror of agent-media.ai/docs).
| Generator | What it makes |
|---|---|
| Selfie | 9:16 TikTok-style video of an AI person talking to camera |
| Character | Persisted reusable AI character (so subsequent videos stay on-model) |
| Subtitle | Burns styled subs (17 styles) onto any existing video |
agent-media-cli— CLI used by the skill@agentmedia/sdk— TypeScript SDKagent-media— Python SDK@agentmedia/mcp-server— MCP server@agentmedia/schema— Shared zod schemas
Apache-2.0 · 2026 agent-media contributors