From agent-media
Burns TikTok/Hormozi-style captions onto videos hosted on R2. Auto-transcribes via Whisper when no transcript is provided. Styles: hormozi, tiktok, minimal.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agent-media:make-subtitlesThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Burn TikTok / Hormozi-style captions onto any vNext video (R2-hosted). Auto-transcribes via Whisper when transcript is omitted. Styles: hormozi (default), tiktok, minimal.
Burn TikTok / Hormozi-style captions onto any vNext video (R2-hosted). Auto-transcribes via Whisper when transcript is omitted. Styles: hormozi (default), tiktok, minimal.
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_subtitles 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_subtitles. 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_subtitles/run
Authorization: Bearer $AGENT_MEDIA_API_KEY
Content-Type: application/json
Idempotency-Key: <any unique string per intent>
{
"video_url": "https://pub-...r2.dev/vnext/primitive-runs/<id>/simple-selfie.mp4",
"style": "hormozi"
}
1520sGET 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 CapCut-style animated word-level captions for viral videos using FFmpeg and ASS subtitles from Whisper word timestamps. For TikTok, YouTube Shorts, Instagram Reels.
Composites cinematic captions into talking-head video with 32 visual identities (anchor, neon, glitch, etc.). Routes by identity, not mode. Requires hyperframes and a single-subject clip.
Generate viral-ready karaoke / lyric-video subtitles with per-word highlighting in one command. Adaptive font size from media resolution. Ready-made style presets for TikTok, Reels, Shorts, 抖音, 小红书, YouTube, and cinematic long-form. Trigger on "karaoke 字幕", "卡拉OK", "lyric video", "逐词歌词", "按字高亮", "TikTok 字幕", "抖音字幕", "Reels caption", "Shorts caption", "小红书歌词", "viral subtitles", "爆款字幕", or when a song / podcast / video clip is given and per-word highlighted captions are asked for. For general caption format conversion without karaoke styling, use /lai-caption.