Agent skill

remotion-captions

Transcribing, displaying and animating captions

guanyanggithub.com/guanyangGitHub ↗
claude-codeMIT
Install
npx skills add guanyang/open-agent-hub --skill remotion-captions --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 6
SKILL.md size: 1 KB
Bundled scripts: none
Version: 4.0.506
Path: skills/remotion-captions/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 940
Language: TypeScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

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.

What's inside
Steps it walks through
  1. Generating captions
  2. Displaying captions
  3. Importing captions
Ships with 5 files
  • agents/openai.yaml
  • assets/remotion-icon.png
  • display-captions.md
  • import-srt-captions.md
  • transcribe-captions.md
More from open-agent-hub
All skills →
About this skill
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.

Keep going