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 agentmods add skills/first-fluke/fullstack-starter/oma-videonpx skills add first-fluke/fullstack-starter --skill oma-videogit clone --depth 1 https://github.com/first-fluke/fullstack-starterWrote 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/first-fluke/fullstack-starter/oma-video)<a href="https://agentmods.dev/skills/first-fluke/fullstack-starter/oma-video"><img src="https://agentmods.dev/badge/skills/first-fluke/fullstack-starter/oma-video.svg" alt="Measured on agentmods" 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 | $0.00163 | $0.07112 |
| Opus 5 | $0.00081 | $0.03556 |
| Sonnet 5 | $0.00033 | $0.01422 |
| Haiku 4.5 | $0.00016 | $0.00711 |
Grade A, and why
oma-video 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 today.
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.
This is a copy
100% identical to oma-video — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
How it starts
The opening of the file, as written. The whole thing — 334 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Video Agent - Short-form, Explainer & Demo Router
Scheduling
Goal
Generate finished .mp4 videos through a key-optional, 3-tier (CLI-first / MCP / guided) provider router while preserving deterministic asset buses (script -> timing -> render-spec), reproducible manifests, cost controls, and capture-path safety.
Intent signature
- User asks for a short-form video, shorts/reels clip, TikTok/YouTube Short, explainer, demo, walkthrough, or screencast.
- User wants a topic, README, code, or data turned into a narrated, captioned video.
- Another skill needs shared video-generation infrastructure (script -> assets -> render).
When to use
- Generating short-form video (shorts / reels) from a topic or brief (
--mode shorts, 9:16) - Generating an explainer from a README, code, or data set (
--mode explainer, 16:9 / 9:16) - Producing a demo / walkthrough from a screen capture file (
--mode demo --source file, 16:9) - Supervised headed web-app capture of any URL (
--mode demo --source web --url <url>) — a human drives the on-screen flow; the tool only opens a headed browser and records. Example categories are equal and illustrative only: demo, walkthrough, onboarding clip, bug repro, app-review screencast. - Re-rendering an existing run deterministically from
render-spec.json - Other skills needing video-generation infrastructure (shared invocation via
--format json)
When NOT to use
- Generating a single still image -> use
oma-image - Generating a slide deck / presentation -> use
oma-slide(this skill calls it internally for explainer frames) - Generating speech audio only (no video) -> use
oma-voice - Non-linear video editing of an existing finished mp4 -> out of scope (OpenCut-MCP deferred)
- Supervised headed web capture is in-scope (
--source web); live streaming is out of scope - Interactive HTML explainer document (not a video) -> use
oma-explanation
Expected inputs
- A brief (topic / README path / data) plus optional mode, aspect, locale, captions, visual, voice, music, duration, compositor, capture path, seed
- For
demo--source file: a screen-capture file path (--capture) or Cap availability - For
demo--source web: a target--url(any URL — local/staging/prod), optional--device/--ready-selector/--show-cursor/--polish/--capture-timeout; capture size is derived from--aspect/--device(no hardcoded size); a resolvable Playwright + an interactive TTY (else the run falls back to the guided protocol) - Authentication/environment state for oma-voice (Voicebox MCP), oma-image vendors, and optional Pexels / Pixelle keys
What ships with it
30 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.
- resources/checklist.md 2.2 KB
- resources/execution-protocol.md 7.6 KB
- resources/mpt/driver.py 12 KB runs code
- resources/playwright/record.mjs 17 KB runs code
- resources/prompt-tips.md 4.5 KB
- resources/remotion-authoring/demo.md 975 B
- resources/remotion-authoring/explainer.md 901 B
- resources/remotion-authoring/README.md 2.9 KB
- resources/remotion-authoring/shorts.md 1.1 KB
- resources/remotion/.gitignore 180 B
- resources/remotion/package.json 805 B
- resources/remotion/public/fonts/README.md 1.3 KB
- resources/remotion/README.md 4.5 KB
- resources/remotion/remotion.config.ts 473 B runs code
- resources/remotion/src/components/Captions.tsx 3.5 KB
- resources/remotion/src/components/Scene.tsx 2.5 KB
- resources/remotion/src/components/VideoBase.tsx 2.2 KB
- resources/remotion/src/compositions/Demo.tsx 566 B
- resources/remotion/src/compositions/Explainer.tsx 423 B
- resources/remotion/src/compositions/Shorts.tsx 430 B
- resources/remotion/src/index.ts 266 B runs code
- resources/remotion/src/load-fonts.ts 2.6 KB runs code
- resources/remotion/src/render-spec.ts 2.9 KB runs code
- resources/remotion/src/Root.tsx 2.4 KB
- resources/remotion/tsconfig.json 415 B
- resources/script-schema.md 3.5 KB
- resources/strudel/package.json 477 B
- resources/strudel/page.html 3.0 KB
- resources/strudel/render.mjs 9.8 KB runs code
- resources/vendor-matrix.md 6.4 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.
- today Changed · +3 lines · +16 tokens per session e85e5cc1aca3
- yesterday First seen · 331 lines · 147 tokens per session scan A d45e3f0e3ac8
oma-video is a skill published in the GitHub repository first-fluke/fullstack-starter (222 stars, last pushed today), licensed MIT. It adds 163 tokens to every session and 7,112 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to oma-video, differing in 0 lines, and is treated as a copy.
Other skills, from other repositories
emil-design-eng
This skill encodes Emil Kowalski's philosophy on UI polish, component design, animation decisions, and the invisible details that make software feel great.
animation-vocabulary
Reverse-lookup glossary that turns a vague description of a web animation or motion effect into its exact term ("the bouncy thing when a popover opens" → Pop in; "the iOS rubber-band scroll" → Rubber-banding). Use when the user asks "what's it called when…", or describes a motion effect without knowing its name and…
review-animations
Reviews animation and motion code against a high craft bar derived from Emil Kowalski's design engineering philosophy. Default to flagging; approval is earned.
frontend-feature
Build a new page, view, or data-driven feature in the Next.js frontend. Use when adding a route under the dashboard/marketing area, wiring UI to a backend endpoint, adding client state, or creating a localized page. Covers App Router, data fetching, Zustand stores, and i18n.
alembic-migration
Create, review, and apply database schema changes with Alembic. Use whenever a SQLAlchemy model is added or changed, a column/index/constraint needs to change, or a data backfill is required — anything that alters the PostgreSQL schema.
generate-images-with-firebase-ai
Use when generating or editing images from Flutter/Dart with Firebase AI Logic and a Gemini image model (Nano Banana), making the first call work, choosing Gemini Developer API vs Vertex AI, hitting quota, billing or App Check failures, getting empty or image-only responses, sending a user photo as input, controlling…