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 marsmike/feinschmiede --skill remotiongit clone --depth 1 https://github.com/marsmike/feinschmiedeWrote 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/marsmike/feinschmiede/remotion)<a href="https://agentmods.dev/skills/marsmike/feinschmiede/remotion"><img src="https://agentmods.dev/badge/skills/marsmike/feinschmiede/remotion/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/marsmike/feinschmiede/remotion"><img src="https://agentmods.dev/badge/skills/marsmike/feinschmiede/remotion.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.00021 | $0.00777 |
| Opus 5 | $0.00010 | $0.00388 |
| Sonnet 5 | $0.00004 | $0.00155 |
| Haiku 4.5 | $0.00002 | $0.00078 |
Grade A, and why
remotion 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 — 45 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Remotion Video Creator
Create videos using Remotion — React components rendered as video frames. Orchestrates a multi-phase pipeline from concept to verified MP4.
Prerequisites
Node.js >= 18 and npm >= 9 on PATH; headless Chromium is bundled with @remotion/cli.
For project structure and full reference index, see project-layout.md.
Quick Start
User: Create a 30-second explainer video about how DNS works
The skill runs a 5-phase pipeline: storyboard the concept, generate voiceover audio, build React scenes in parallel, evaluate quality via stills, and verify against the storyboard. Each phase gates the next.
Pipeline
Each phase has a reference with full instructions — read it when you reach that phase.
| Phase | Name | Reference | Gate |
|---|---|---|---|
| 0 (opt) | Analyze | analyze.md | .storyboard.md exists |
| 1 | Storyboard | storyboard.md | User approves docs/STORYBOARD.md |
| 2 | Audio | audio.md | public/vo-beat*.mp3 + src/timing.ts exist |
| 3 | Build | build.md | All scenes render and pass visual inspection |
| 4 | Eval | eval.md | All scenes score >= 7.0 |
| 5 | Verify | verify.md | User approves docs/VERIFICATION_REPORT.md |
References
- Pipeline: storyboard · audio · build · eval · verify · analyze
- Design: design system · color script · motion rules · backgrounds · diagrams
- Components: core · extended · TerminalScene · terminal_recording · scene templates · patterns
- Animation: vocabulary · hooks · transitions · audio sync
- Content: audio/voiceover · narrative · marketing · visualization
- Templates: beat sheet · storyboard · timing · verification · CLAUDE.md
- Other: project layout · error recovery · output format
What ships with it
60 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.
- references/analyze.md 1.2 KB
- references/animation-hooks.md 6.2 KB
- references/animation-vocabulary.md 3.0 KB
- references/audio-sync-patterns.md 3.8 KB
- references/audio-voiceover.md 3.9 KB
- references/audio.md 5.4 KB
- references/backgrounds.md 9.7 KB
- references/beat-sheet-template.md 2.0 KB
- references/build.md 12 KB
- references/claude-md-template.md 1.9 KB
- references/color-script-rules.md 11 KB
- references/components-extended.md 24 KB
- references/components-terminal-scene.md 6.1 KB
- references/components.md 21 KB
- references/design-system.md 12 KB
- references/diagrams.md 11 KB
- references/error-recovery.md 471 B
- references/eval.md 11 KB
- references/marketing-concepts.md 6.1 KB
- references/motion-design-rules.md 18 KB
- references/narrative-structures.md 2.9 KB
- references/official/3d.md 2.2 KB
- references/official/animations.md 778 B
- references/official/assets.md 1.6 KB
- references/official/assets/charts-bar-chart.tsx 3.3 KB
- references/official/assets/terminal-scene.tsx 6.5 KB
- references/official/assets/text-animations-typewriter.tsx 2.1 KB
- references/official/assets/text-animations-word-highlight.tsx 2.3 KB
- references/official/assets/use-terminal-state.ts 8.5 KB runs code
- references/official/audio-visualization.md 4.8 KB
- references/official/audio.md 3.5 KB
- references/official/calculate-metadata.md 3.2 KB
- references/official/can-decode.md 1.6 KB
- references/official/charts.md 2.9 KB
- references/official/compositions.md 3.7 KB
- references/official/display-captions.md 5.3 KB
- references/official/extract-frames.md 5.4 KB
- references/official/ffmpeg.md 998 B
- references/official/fonts.md 3.4 KB
- references/official/get-audio-duration.md 1.3 KB
- references/official/get-video-dimensions.md 1.6 KB
- references/official/get-video-duration.md 1.3 KB
- references/official/gifs.md 3.6 KB
- references/official/images.md 2.7 KB
- references/official/import-srt-captions.md 2.2 KB
- references/official/light-leaks.md 2.3 KB
- references/official/lottie.md 1.8 KB
- references/official/maps.md 11 KB
- references/official/measuring-dom-nodes.md 973 B
- references/official/measuring-text.md 2.7 KB
- references/official/parameters.md 2.3 KB
- references/official/sequencing.md 2.7 KB
- references/official/sfx.md 867 B
- references/official/subtitles.md 922 B
- references/official/tailwind.md 420 B
- references/official/text-animations.md 700 B
- references/official/timing.md 3.9 KB
- references/official/transcribe-captions.md 1.9 KB
- references/official/transitions.md 5.7 KB
- references/official/transparent-videos.md 2.2 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 · 45 lines · 21 tokens per session scan A 6e889ef03179
remotion is a skill published in the GitHub repository marsmike/feinschmiede (3 stars, last pushed yesterday), licensed MIT. It adds 21 tokens to every session and 777 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
creo-image-prompt
Generate optimized image prompts for AI image generation models including DALL-E 3, Midjourney, Stable Diffusion XL, Flux, and others. Creates contextually appropriate, visually compelling prompts based on page content and brand style. Trigger keywords: image prompt, AI image, hero image, marketing image, generate…
creo-image-generation
Generate marketing images using DALL-E 3 or ComfyUI (Stable Diffusion XL). Batch generation, optimization, cost estimation. Requires image-generation extension. Triggers on: /creo image-generation, generate images, DALL-E, ComfyUI.
video-edit
AI-powered video editing toolkit. Trim, concat, overlay text/images, mix audio, generate voiceover, add transitions, and export with social media presets. Uses Gemini for intelligent edit suggestions. Use when: creating videos, editing clips, adding overlays, mixing audio, generating voiceovers, exporting for social…
yc-video
Plan, audit, and score startup launch videos using YC-grade production standards. Use when: creating product launch teasers, scoring video quality for social distribution, planning narrative structure for LinkedIn/X autoplay, reviewing cold-audience effectiveness. Triggers: "launch video", "yc video", "score the…
algorithmic-art
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work.
slide-design
Visual design system for creating high-quality presentation slides (HTML, PPTX, or PDF). Use when designing pitch deck slides, presentation visuals, or any slide-based content. Covers layout composition, typography, color, data visualization, and visual hierarchy for 1920x1080 slide formats. Focuses on making slides…