remotion-captions
SkillSearchLets your agent transcribe, display, and animate captions for videos made with Remotion.
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
- 520
- Last commit
- Sep 2026
- Installs
- 85k installs
ahel recommends instead
Advanced
- Catalog kind
- skill
- Gateway key
remotion-captions-2- Source
- github.com/remotion-dev/skills