From agent-media
Generates short vertical UGC selfie videos from a character sheet, with lip-synced talking-head or non-speech action modes.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agent-media:make-simple-selfieThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Generate a 5/10/15-second vertical UGC selfie video from a character sheet. Two modes: provide a script for a lip-synced talking-head (2-4 words/sec), OR provide scene_action for a non-speech clip (dancing, b-roll, vibes) with optional background_music and no dialogue. Subject is framed waist-up, hands free, TikTok aesthetic.
Generate a 5/10/15-second vertical UGC selfie video from a character sheet. Two modes: provide a script for a lip-synced talking-head (2-4 words/sec), OR provide scene_action for a non-speech clip (dancing, b-roll, vibes) with optional background_music and no dialogue. Subject is framed waist-up, hands free, TikTok aesthetic.
Call this skill when the user asks for the outcome described above. It runs on the agent-media vNext primitive runtime via the mcp__agent-media__make_simple_selfie MCP tool. Authentication is the user's existing agent-media Bearer token (issued by agent-media login).
Preferred path: MCP tool mcp__agent-media__make_simple_selfie. Schema is auto-published via tools/list against the same MCP server, so don't restate the schema here — trust the server's response.
Fallback path: REST.
POST https://api.agent-media.ai/v1/skills/make_simple_selfie/run
Authorization: Bearer $AGENT_MEDIA_API_KEY
Content-Type: application/json
Idempotency-Key: <any unique string per intent>
{
"character_sheet_url": "https://pub-...r2.dev/vnext/primitive-runs/<id>/character-sheet.png",
"duration": 5,
"script": "Honestly, this app changed my whole morning routine, you have to try it."
}
140/280/420 (5s/10s/15s)240–420sGET https://api.agent-media.ai/v1/primitives/runs/<run_id>
Authorization: Bearer $AGENT_MEDIA_API_KEY
agent-media login.This file is auto-generated by scripts/generate-public-skill.ts from the registry at services/api-v2/src/skills/registry.ts. Do not hand-edit; CI rejects drift.
npx claudepluginhub gitroomhq/agent-media --plugin agent-mediaGenerates a vertical selfie video with lip-synced audio from a text description or portrait. Accepts text description, portrait URL, or uploaded image; auto-generates missing portrait and character sheet.
Produces branded AI UGC shorts: generates scripts, renders vertical talking-head videos with lip-sync avatars, reuses brand memory, optionally publishes to Instagram Reels/YouTube Shorts.
Acts as AI creative director for video production including product ads, short films, montages, TikTok e-commerce. Analyzes inputs, writes English prompts, generates assets, submits tasks.