npx skills add guanyang/open-agent-hub --skill remotion-captions --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
All captions must be processed in JSON. The captions must use the [`Caption`](https://www.remotion.dev/docs/captions/caption.md) type which is the following: ```ts import type { Caption } from "@remotion/captions"; ``` This is the definition: ```ts type Caption = { text: string; startMs: number; endMs: number; timestampMs: number | null; confidence: number | null; }; ``` ## Generating captions To transcribe video and audio files to generate captions, load the [transcribe-captions.md](transcribe-captions.md) file for more instructions. ## Displaying captions To display captions in your video, load the [display-captions.md](display-captions.md) file for more instructions. ## Importing captions To import captions from a .srt file, load the [import-srt-captions.md](import-srt-captions.md) file for more instructions.
- Generating captions
- Displaying captions
- Importing captions
What does the remotion-captions skill do?
Transcribing, displaying and animating captions
How do I install it?
Run `npx skills add guanyang/open-agent-hub --skill remotion-captions --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From guanyang/open-agent-hub, a repository with 940 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
