OpenMontage is an agent-driven video production system that uses coding assistants to handle tasks such as research, scripting, asset creation, editing, and composition. It is intended for people who want to produce videos through natural-language instructions and includes the project's workflows as catalogue add-ons.
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 calesthio/OpenMontage --skill remotion-to-hyperframesgit clone --depth 1 https://github.com/calesthio/OpenMontageWrote 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/calesthio/openmontage/remotion-to-hyperframes)<a href="https://agentmods.dev/skills/calesthio/openmontage/remotion-to-hyperframes"><img src="https://agentmods.dev/badge/skills/calesthio/openmontage/remotion-to-hyperframes.svg" alt="Measured on agentmods" height="20"></a>- Socket warn
- Snyk warn
- NVIDIA SkillSpector warn
SkillSpector: 3 findings, up to medium
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- medium Excessive Agency · line 29 Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation.Fix: Add human-in-the-loop confirmation for destructive, irreversible, or high-impact operations. Never auto-execute commands that modify files, send data, or alter system state.
- medium MCP Rug Pull · line 86 npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.Fix: Pin the version: npx @scope/[email protected]
- medium MCP Rug Pull · line 89 npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.Fix: Pin the version: npx @scope/[email protected]
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.00215 | $0.02373 |
| Opus 5 | $0.00108 | $0.01187 |
| Sonnet 5 | $0.00043 | $0.00475 |
| Haiku 4.5 | $0.00021 | $0.00237 |
Grade A, and why
remotion-to-hyperframes 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 5d 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.
The source is not reproduced here
Licensed AGPL-3.0
The repository is licensed AGPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.
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.
- assets/.gitkeep 0 B
- assets/test-corpus/.gitignore 16 B
- assets/test-corpus/run.sh 8.2 KB runs code
- assets/test-corpus/tier-1-title-card/.gitignore 128 B
- assets/test-corpus/tier-1-title-card/expected.json 1.7 KB
- assets/test-corpus/tier-1-title-card/hf-src/index.html 1.8 KB
- assets/test-corpus/tier-1-title-card/README.md 2.2 KB
- assets/test-corpus/tier-1-title-card/remotion-src/package.json 296 B
- assets/test-corpus/tier-1-title-card/remotion-src/remotion.config.ts 497 B runs code
- assets/test-corpus/tier-1-title-card/remotion-src/src/index.ts 109 B runs code
- assets/test-corpus/tier-1-title-card/remotion-src/src/Root.tsx 259 B
- assets/test-corpus/tier-1-title-card/remotion-src/src/TitleCard.tsx 773 B
- assets/test-corpus/tier-1-title-card/remotion-src/tsconfig.json 337 B
- assets/test-corpus/tier-2-multi-scene/.gitignore 215 B
- assets/test-corpus/tier-2-multi-scene/expected.json 2.0 KB
- assets/test-corpus/tier-2-multi-scene/hf-src/index.html 3.7 KB
- assets/test-corpus/tier-2-multi-scene/README.md 3.1 KB
- assets/test-corpus/tier-2-multi-scene/remotion-src/package.json 298 B
- assets/test-corpus/tier-2-multi-scene/remotion-src/remotion.config.ts 497 B runs code
- assets/test-corpus/tier-2-multi-scene/remotion-src/src/index.ts 109 B runs code
- assets/test-corpus/tier-2-multi-scene/remotion-src/src/MultiScene.tsx 2.3 KB
- assets/test-corpus/tier-2-multi-scene/remotion-src/src/Root.tsx 264 B
- assets/test-corpus/tier-2-multi-scene/remotion-src/tsconfig.json 337 B
- assets/test-corpus/tier-2-multi-scene/setup.sh 1.2 KB runs code
- assets/test-corpus/tier-3-data-driven/.gitignore 128 B
- assets/test-corpus/tier-3-data-driven/expected.json 3.4 KB
- assets/test-corpus/tier-3-data-driven/hf-src/index.html 8.9 KB
- assets/test-corpus/tier-3-data-driven/README.md 4.9 KB
- assets/test-corpus/tier-3-data-driven/remotion-src/package.json 319 B
- assets/test-corpus/tier-3-data-driven/remotion-src/remotion.config.ts 497 B runs code
- assets/test-corpus/tier-3-data-driven/remotion-src/src/components/AnimatedNumber.tsx 740 B
- assets/test-corpus/tier-3-data-driven/remotion-src/src/components/StatCard.tsx 1.4 KB
- assets/test-corpus/tier-3-data-driven/remotion-src/src/components/UnderlinedText.tsx 1.1 KB
- assets/test-corpus/tier-3-data-driven/remotion-src/src/index.ts 109 B runs code
- assets/test-corpus/tier-3-data-driven/remotion-src/src/Root.tsx 681 B
- assets/test-corpus/tier-3-data-driven/remotion-src/src/scenes/OutroScene.tsx 423 B
- assets/test-corpus/tier-3-data-driven/remotion-src/src/scenes/StatsScene.tsx 676 B
- assets/test-corpus/tier-3-data-driven/remotion-src/src/scenes/TitleScene.tsx 1.2 KB
- assets/test-corpus/tier-3-data-driven/remotion-src/src/Stargazed.tsx 970 B
- assets/test-corpus/tier-3-data-driven/remotion-src/tsconfig.json 337 B
- assets/test-corpus/tier-4-escape-hatch/cases/01-use-state.tsx 1000 B
- assets/test-corpus/tier-4-escape-hatch/cases/02-use-effect-deps.tsx 954 B
- assets/test-corpus/tier-4-escape-hatch/cases/03-async-metadata.tsx 1.1 KB
- assets/test-corpus/tier-4-escape-hatch/cases/04-third-party-react.tsx 1.2 KB
- assets/test-corpus/tier-4-escape-hatch/cases/05-lambda-config.tsx 1.4 KB
- assets/test-corpus/tier-4-escape-hatch/cases/06-warnings-only.tsx 1.4 KB
- assets/test-corpus/tier-4-escape-hatch/cases/07-custom-hook.tsx 1.1 KB
- assets/test-corpus/tier-4-escape-hatch/cases/08-mixed.tsx 1.1 KB
- assets/test-corpus/tier-4-escape-hatch/expected.json 2.7 KB
- assets/test-corpus/tier-4-escape-hatch/README.md 2.8 KB
- assets/test-corpus/tier-4-escape-hatch/validate.sh 3.5 KB runs code
- references/api-map.md 12 KB
- references/escape-hatch.md 5.3 KB
- references/eval.md 5.5 KB
- references/fonts.md 3.2 KB
- references/limitations.md 4.7 KB
- references/lottie.md 4.2 KB
- references/media.md 3.8 KB
- references/parameters.md 4.5 KB
- references/sequencing.md 5.0 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.
- 5d ago First seen · 128 lines · 215 tokens per session scan A 6cf906c4491b
remotion-to-hyperframes is a skill published in the GitHub repository calesthio/OpenMontage (56,602 stars, last pushed 2d ago), licensed AGPL-3.0. It adds 215 tokens to every session and 2,373 once invoked, about $0.0011 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-09-03.
Other skills, from other repositories
remotion-video-composition
Provider-independent production workflow for assembling generated or sourced media into React/Remotion videos. Use when an agent must plan, build, render, review, variant-render, or hand off Remotion compositions with media custody, captions, audio, animation, accessibility, provenance, QA, and delivery requirements.
react-best-practices
React and Next.js performance optimization guidelines from Vercel Engineering. Use when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements. Do NOT use…
gsap-animation-composition
Production guidance for authoring, integrating, and reviewing GSAP animation in browser-rendered media. Use for deterministic kinetic typography, SVG drawing and morphing, motion paths, FLIP transitions, responsive motion systems, or frame-seekable GSAP timelines inside HTML video composition and React-based…
react-composition-patterns
React composition patterns that scale. Use when refactoring components with boolean prop proliferation, building flexible component libraries, or designing reusable APIs. Triggers on tasks involving compound components, render props, context providers, or component architecture. Includes React 19 API changes. Do NOT…
frontend-patterns
Frontend development patterns for React, Next.js, state management, performance optimization, and UI best practices.
remotion-best-practices
Best practices for Remotion - Video creation in React.