remotion-captions
SkillSearchLets your agent add and style captions on videos created with Remotion code.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the remotion-captions skill
About this capability
Transcribing, displaying and animating captions
What this skill tells your AI
The instructions your AI receives, as published by remotion-dev/skills in skills/remotion-captions/SKILL.md and read by ahel’s review.
All captions must be processed in JSON. The captions must use the Caption type which is the following:
import type { Caption } from "@remotion/captions";
This is the definition:
type Caption = {
text: string;
startMs: number;
endMs: number;
timestampMs: number | null;
confidence: number | null;
pageBreakAfter?: boolean;
};
Generating captions
To transcribe video and audio files to generate captions, load the transcribe-captions.md file for more instructions.
Displaying captions
To display captions in your video, load the display-captions.md file for more instructions.
Importing captions
To import captions from a .srt file, load the import-srt-captions.md file for more instructions.
Signals
- GitHub stars
- 5k
- Forks
- 512
- Last commit
- Sep 2026
- Installs
- 78k installs
ahel recommends instead
Advanced
- Catalog kind
- skill
- Gateway key
remotion-captions-remotion-dev- Source
- github.com/remotion-dev/skills