Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add dansasser/claude-code-marketplace --skill remotion-gorombogit clone --depth 1 https://github.com/dansasser/claude-code-marketplaceWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/dansasser/claude-code-marketplace/remotion-gorombo)<a href="https://agentmods.dev/skills/dansasser/claude-code-marketplace/remotion-gorombo"><img src="https://agentmods.dev/badge/skills/dansasser/claude-code-marketplace/remotion-gorombo/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/dansasser/claude-code-marketplace/remotion-gorombo"><img src="https://agentmods.dev/badge/skills/dansasser/claude-code-marketplace/remotion-gorombo.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00017 | $0.04124 |
| Opus 5 | $0.00009 | $0.02062 |
| Sonnet 5 | $0.00003 | $0.00825 |
| Haiku 4.5 | $0.00002 | $0.00412 |
Grade A, and why
remotion-best-practices scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 263 lines — stays where its author put it; the contents beside it link to each section on GitHub.
When to use
Use this skill for the complete video production pipeline — from script writing through rendering and delivery. It includes scaffolding automation, voiceover/caption/music generation scripts, and detailed rule files for every Remotion pattern you'll need.
Prerequisites
You need a Remotion project. If you don't have one, create it with npx create-video@latest and select the blank template. The project must have a remotion.config.ts at its root — the scaffold script uses this to locate the project.
Required .env variables in the project root:
ELEVENLABS_API_KEY— for voiceover and background music generationELEVENLABS_VOICE_ID— default voice (optional if set per-project in project.json)KREA_API_KEY— for b-roll generation (if using Krea)
On first use, save the Remotion project location to memory so you can find it in future sessions.
Scene planning
Before implementing any scenes, follow this sequence.
API keys (ElevenLabs, Krea, etc.) are loaded from .env by the scripts automatically. NEVER pass API keys on the command line — they will be visible in terminal output. Always use the provided scripts:
npx tsx src/<Name>/generate-voiceover.ts— generates voiceover audio (reads scenes from project.json)npx tsx src/<Name>/generate-captions.ts— transcribes voiceover to captions (reads scene IDs from project.json)npx tsx src/<Name>/generate-background-music.ts— generates background music (reads mood from project.json)npx tsx src/generate-broll.ts --output "public/<name>/broll/" --prompts prompts.json— generates b-roll clips
Content safe zone (default)
All main content (headlines, key text, CTAs, stats, graphics) must be centered vertically and horizontally, building outward from dead center. This is the default unless explicitly overridden.
B-roll, backgrounds, decorative elements, and captions are NOT restricted to the safe zone — they fill the full frame.
If the prompt doesn't specify landscape, default to portrait (9:16).
What ships with it
59 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- .claude-plugin/plugin.json 878 B
- commands/before-after.md 395 B
- commands/blog-promo.md 394 B
- commands/data-visualization.md 412 B
- commands/explainer.md 404 B
- commands/product-promo.md 387 B
- commands/research-report.md 391 B
- commands/testimonial.md 384 B
- README.md 14 KB
- rules/3d.md 2.2 KB
- rules/animations.md 807 B
- rules/assets.md 1.5 KB
- rules/assets/charts-bar-chart.tsx 3.3 KB
- rules/assets/text-animations-typewriter.tsx 2.1 KB
- rules/assets/text-animations-word-highlight.tsx 2.3 KB
- rules/audio-visualization.md 4.8 KB
- rules/audio.md 3.5 KB
- rules/b-roll.md 5.2 KB
- rules/calculate-metadata.md 3.4 KB
- rules/can-decode.md 1.6 KB
- rules/charts.md 2.9 KB
- rules/compositions.md 3.7 KB
- rules/display-captions.md 5.3 KB
- rules/extract-frames.md 5.5 KB
- rules/ffmpeg.md 998 B
- rules/fonts.md 3.4 KB
- rules/get-audio-duration.md 1.3 KB
- rules/get-video-dimensions.md 1.6 KB
- rules/get-video-duration.md 1.3 KB
- rules/gifs.md 3.6 KB
- rules/images.md 2.7 KB
- rules/import-srt-captions.md 2.2 KB
- rules/light-leaks.md 2.3 KB
- rules/lottie.md 1.8 KB
- rules/maps.md 11 KB
- rules/measuring-dom-nodes.md 973 B
- rules/measuring-text.md 2.7 KB
- rules/parameters.md 2.3 KB
- rules/sequencing.md 2.7 KB
- rules/sfx.md 873 B
- rules/subtitles.md 922 B
- rules/tailwind.md 420 B
- rules/text-animations.md 700 B
- rules/timing.md 3.9 KB
- rules/transcribe-captions.md 1.9 KB
- rules/transitions.md 5.7 KB
- rules/transparent-videos.md 2.2 KB
- rules/trimming.md 1.2 KB
- rules/vertical-layout.md 24 KB
- rules/videos.md 3.5 KB
- rules/voiceover.md 3.2 KB
- scripts/scaffold.py 25 KB runs code
- skills/before-after/SKILL.md 1.6 KB
- skills/blog-promo/SKILL.md 1.5 KB
- skills/data-visualization/SKILL.md 1.6 KB
- skills/explainer/SKILL.md 1.6 KB
- skills/product-promo/SKILL.md 1.6 KB
- skills/research-report/SKILL.md 1.5 KB
- skills/testimonial/SKILL.md 1.7 KB
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 9d ago First seen · 263 lines · 17 tokens per session scan A ba39d9ac4c1b
remotion-best-practices is a skill published in the GitHub repository dansasser/claude-code-marketplace (9 stars, last pushed 4mo ago), licensed MIT. It adds 17 tokens to every session and 4,124 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
tamagui
Universal React UI framework for web and native. Use when building cross-platform apps with Tamagui, creating styled components with styled(), configuring design tokens/themes, using Tamagui UI components, or working with animations. Triggers: "tamagui", "styled()", "$token", "XStack/YStack", "useTheme", "@tamagui/"…
Remotion
Creates programmatic video with React via Remotion — compositions, sequences, and motion graphics animated with useCurrentFrame() and rendered to MP4. USE WHEN video, animation, motion graphics, video rendering, React video, render video, animate content, make a short, create animations, video overlay, explainer…
remotion-best-practices
Best practices for Remotion - Video creation in React.
r3f-animation
React Three Fiber animation - useFrame, useAnimations, spring physics, keyframes. Use when animating objects, playing GLTF animations, creating procedural motion, or implementing physics-based movement.
remotion-best-practices
Best practices for Remotion - Video creation in React.
add-component
Add a new visualization component to Unovis end to end — the TypeScript core, the shared registry, the generated framework wrappers, a dev example, a gallery example, and docs. Use when asked to add/create a new component, chart type, plot, or diagram to the library, or to wire an existing core component through to…