Getting it into your agent
This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.
/plugin marketplace add maddexritter-rgb/vibe-editing/plugin install vibe-editingWrote 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/maddexritter-rgb/vibe-editing/promo)<a href="https://agentmods.dev/skills/maddexritter-rgb/vibe-editing/promo"><img src="https://agentmods.dev/badge/skills/maddexritter-rgb/vibe-editing/promo/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/maddexritter-rgb/vibe-editing/promo"><img src="https://agentmods.dev/badge/skills/maddexritter-rgb/vibe-editing/promo.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.00314 | $0.06320 |
| Opus 5 | $0.00157 | $0.03160 |
| Sonnet 5 | $0.00063 | $0.01264 |
| Haiku 4.5 | $0.00031 | $0.00632 |
Grade A, and why
promo 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 11d 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 — 239 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/promo — branded video generator (Remotion + Claude Code)
Makes two kinds of premium branded video. Powered by Remotion (React-based video) + Claude Code + the remotion-best-practices skill.
🎬 PICK THE MODE FIRST (ask the user if it's not obvious)
- MODE A — ANIMATED EXPLAINER / DEMO. Fully animated, no real long-form footage as the spine. Deck demos, feature launches, the content-flywheel video, SaaS promos, branded explainers. → built from
templates/glass/(premium liquid-glass) ortemplates/saas/. See the glass section below. Worked example:~/Downloads/engine/2026-06-12_WorkflowDemo(the FlywheelFilm composition). - MODE B — ARCHIVE / ORIGIN-STORY FILM. The user hands you a long assembly cut (their own edit — real footage, chapters separated by black frames) and wants it turned into a branded film: chapter cards between sections, scene-matched music per chapter, flash transitions, and a growth-curve payoff. → era cards +
assemble.py. See the MODE B section below. Worked example:~/Downloads/engine/2026-06-14_BrandHistory(a "4.5 years in ~5 minutes" origin film).
Both modes share the same brand-tokenized glass kit (sting, GlassBG, era cards, growth curve, brand constants.ts), so they look like one family. Rebrand per brand in constants.ts + public/ logos — never hard-code a brand name into a component.
When to use this (vs other video skills)
- ✅ Use this: standalone promo videos, SaaS demos, course teasers, feature launch videos, animated explainers from a URL
- ❌ Don't use this: talking-head clips, face-tracked reframing, filler-word surgery, captioning existing video (use
shortform/caption-clipsinstead)
Ready-made SaaS animation templates
Three production-ready Remotion components for the "SaaS animation style" (the $1-2k/video style dominating tech-brand Instagram/TikTok in 2026). Drop them into any Remotion project:
templates/saas/SaasTextPopup.tsx— 4s branded intro with pop-in text + logo revealtemplates/saas/SaasGlassReveal.tsx— 6s glass-UI feature cards with backdrop-blurtemplates/saas/SaasDashboardTour.tsx— 8s 3D dashboard tour with animated cursor
What ships with it
39 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.
- templates/glass/assemble.py 9.5 KB runs code
- templates/glass/package.json 1.0 KB
- templates/glass/README.md 2.9 KB
- templates/glass/scripts/detect_sections.py 2.3 KB runs code
- templates/glass/scripts/wait_valid.py 1.4 KB runs code
- templates/glass/src/audio/index.tsx 1.5 KB
- templates/glass/src/components/BeforeAfter.tsx 3.5 KB
- templates/glass/src/components/BrandIntro.tsx 3.0 KB
- templates/glass/src/components/BrandOutro.tsx 3.3 KB
- templates/glass/src/components/BrandSting.tsx 3.2 KB
- templates/glass/src/components/BrandTextCallout.tsx 2.8 KB
- templates/glass/src/components/BrandVideoFrame.tsx 4.7 KB
- templates/glass/src/components/CameraPush.tsx 929 B
- templates/glass/src/components/ChannelBrowser.tsx 13 KB
- templates/glass/src/components/ChannelScroll.tsx 4.9 KB
- templates/glass/src/components/CreateShots.tsx 8.8 KB
- templates/glass/src/components/EraCard.tsx 2.7 KB
- templates/glass/src/components/Flywheel.tsx 19 KB
- templates/glass/src/components/FXOverlay.tsx 1.1 KB
- templates/glass/src/components/GlassBeats.tsx 5.8 KB
- templates/glass/src/components/GlassBG.tsx 1.7 KB
- templates/glass/src/components/GlassBrowser.tsx 2.2 KB
- templates/glass/src/components/GlassPanel.tsx 1.7 KB
- templates/glass/src/components/GrowthCurve.tsx 9.4 KB
- templates/glass/src/components/HighlightsSideBySide.tsx 4.5 KB
- templates/glass/src/components/Odometer.tsx 1.2 KB
- templates/glass/src/components/RealClipShowcase.tsx 2.5 KB
- templates/glass/src/components/ReceiptStrip.tsx 3.1 KB
- templates/glass/src/components/ScaleWall.tsx 2.8 KB
- templates/glass/src/components/Stopwatch.tsx 1.4 KB
- templates/glass/src/compositions/FlywheelFilm.tsx 6.7 KB
- templates/glass/src/constants.ts 410 B runs code
- templates/glass/src/data/clips.ts 576 B runs code
- templates/glass/src/data/receipts.ts 1.7 KB runs code
- templates/glass/src/Root.tsx 1.9 KB
- templates/saas/README.md 3.4 KB
- templates/saas/SaasDashboardTour.tsx 8.3 KB
- templates/saas/SaasGlassReveal.tsx 5.8 KB
- templates/saas/SaasTextPopup.tsx 7.1 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.
- 11d ago First seen · 239 lines · 0 tokens per session scan A 90937890f101
promo is a skill published in the GitHub repository maddexritter-rgb/vibe-editing (7 stars, last pushed 2mo ago), licensed MIT. It adds 314 tokens to every session and 6,320 once invoked, about $0.0016 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
webgl-holographic-foil
A self-contained WebGL2 hero: thin-film interference over a crushed-foil surface whose palette shifts with the viewing angle; move the cursor to tilt the film.
general-video
Author or edit a custom HyperFrames composition when no specialized workflow fits, or when BRIEF.md sets flow: companion. Use for longer or multi-scene pieces, brand and sizzle reels, montages, static loops, static title cards, footage remixes, and freeform builds. Use motion-graphics instead for a short unnarrated…
html-ppt-hermes-cyber-terminal
OpenDesign + BYOK: choosing and wiring your own model, hands-on — cost, quality, and the routing decision. Built as a decision-grade AI literacy deck for engineers, IT, applied-AI teams.
html-ppt-taste-brutalist
16:9 HTML deck in tactical-telemetry / CRT-terminal taste. Deactivated-CRT charcoal slides, white-phosphor monospace, hazard-red accent, scanline overlay, ASCII syntax, density over decoration. Distilled from Leonxlnx/taste-skill brutalist-skill (Tactical Telemetry mode).
chengfeng-check-updates
An environment manager for a video-editing system. It checks whether its skills and runtime—the software needed to run them—are installed and compatible.
diagnostic-stem-delivery
Audio production with diagnostic analysis, timecode parsing from documents, and verified export workflow.