Getting it into your agent
It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.
git clone --depth 1 https://github.com/leosssvip-dot/remotion-ad-video-skillnpx agentmods add skills/leosssvip-dot/remotion-ad-video-skill/remotion-ad-videoWrote 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/leosssvip-dot/remotion-ad-video-skill/remotion-ad-video)<a href="https://agentmods.dev/skills/leosssvip-dot/remotion-ad-video-skill/remotion-ad-video"><img src="https://agentmods.dev/badge/skills/leosssvip-dot/remotion-ad-video-skill/remotion-ad-video/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/leosssvip-dot/remotion-ad-video-skill/remotion-ad-video"><img src="https://agentmods.dev/badge/skills/leosssvip-dot/remotion-ad-video-skill/remotion-ad-video.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- 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 72 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 132 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 177 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.00049 | $0.05503 |
| Opus 5 | $0.00024 | $0.02752 |
| Sonnet 5 | $0.00010 | $0.01101 |
| Haiku 4.5 | $0.00005 | $0.00550 |
Grade A, and why
remotion-ad-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 12d 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 — 216 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Remotion Ad Video
Overview
Use this skill to make performance-oriented ad videos with an AI agent plus a deterministic code renderer. The agent owns the creative and production workflow. Remotion is the default renderer; Hyperframes is supported when the user asks for HTML-based video authoring or an existing Hyperframes project.
When To Use
Use for:
- Product link to 15s ad video by default, or 30s/45s only when the user asks for a longer format.
- Google Play, App Store, SaaS, or landing page to product explainer ad.
- Batch variants for TikTok, Reels, Shorts, Meta square, or YouTube landscape.
- Turning a product brief into a script, storyboard, Remotion props or Hyperframes variables, and render QA checklist.
Do not use for:
- Long-form editorial videos where ad conversion is not the goal.
- Genuinely off-limits assets: licensed/third-party music, celebrity or identifiable-person likeness, or paid stock/fonts you do not have rights to.
- Regulated medical, financial, legal, or earnings claims unless the user supplies approved copy.
Asset and claim policy (default to pragmatic, not restrictive):
- This skill makes ad creative for advertisers running paid campaigns (performance/UA/affiliate/agency), not the product's internal staff. Treat the product or app's own public assets as standard creative inputs: store icon, screenshots, feature graphic, Open Graph image, logo, and brand colors. Harvest and use them by default. Do not stall the job waiting for "rights confirmation" on public store assets.
- Public store metrics — rating, downloads, review count — are usable. Use the real numbers, attributed to the store (e.g. "Google Play 4.0★, 10M+ downloads"). Never fabricate or inflate a number.
- The advertiser owns final trademark, comparative-claim, and licensing decisions for their channel. Flag any residual responsibility in the handoff; do not gate the build on it.
- Generated placeholders are a fallback for genuine gaps (e.g. you cannot reliably isolate the right screenshots), not the default. Prefer real harvested assets.
What ships with it
44 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.
- agents/openai.yaml 295 B
- assets/hyperframes-template/index.html 16 KB
- assets/hyperframes-template/package.json 622 B
- assets/hyperframes-template/README.md 836 B
- assets/hyperframes-template/variables.json 712 B
- assets/remotion-template/package.json 628 B
- assets/remotion-template/README.md 4.1 KB
- assets/remotion-template/src/AdVideo.tsx 61 KB
- assets/remotion-template/src/Burst.tsx 4.5 KB
- assets/remotion-template/src/CaptionTrack.tsx 5.1 KB
- assets/remotion-template/src/ChargeBar.tsx 6.7 KB
- assets/remotion-template/src/default-props.json 11 KB
- assets/remotion-template/src/FakeOS.tsx 3.4 KB
- assets/remotion-template/src/Finish.tsx 4.0 KB
- assets/remotion-template/src/FlipMove.tsx 2.1 KB
- assets/remotion-template/src/Fonts.tsx 2.8 KB
- assets/remotion-template/src/Impact.tsx 1.1 KB
- assets/remotion-template/src/index.tsx 109 B
- assets/remotion-template/src/KineticText.tsx 8.3 KB
- assets/remotion-template/src/motion.ts 15 KB runs code
- assets/remotion-template/src/Root.tsx 1.3 KB
- assets/remotion-template/src/SceneTransition.tsx 8.8 KB
- assets/remotion-template/src/schema.ts 6.6 KB runs code
- assets/remotion-template/tsconfig.json 373 B
- references/ad-aesthetic-qa.md 4.4 KB
- references/ad-brief-contract.md 9.4 KB
- references/ad-exemplars.md 11 KB
- references/ad-intake.md 2.1 KB
- references/asset-harvest.md 3.4 KB
- references/audio-caption-system.md 12 KB
- references/concept-contract.md 6.1 KB
- references/creative-direction.md 7.3 KB
- references/fast-test-workflow.md 3.3 KB
- references/game-ad-patterns.md 3.8 KB
- references/hyperframes-output.md 3.5 KB
- references/industry-angle-library.md 3.1 KB
- references/motion-language.md 13 KB
- references/platform-presets.md 1.3 KB
- references/preflight-questionnaire.md 4.3 KB
- references/render-qa-checklist.md 3.4 KB
- references/social-feed-ad-patterns.md 2.6 KB
- references/storyboard-contract.md 7.1 KB
- references/variant-system.md 3.1 KB
- scripts/build_asset_manifest.mjs 5.6 KB runs code
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.
- 12d ago First seen · 216 lines · 49 tokens per session scan A 66c4cb63f2f6
remotion-ad-video is a skill published in the GitHub repository leosssvip-dot/remotion-ad-video-skill (106 stars, last pushed 3mo ago), licensed MIT. It adds 49 tokens to every session and 5,503 once invoked, about $0.0002 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-30.
Other skills, from other repositories
systematic-debugging
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.
local-ai-agents
Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…
next-cache-components-adoption
Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…
chat-pet-sprite-creation
Use when creating or changing VS Code chat pet sprite art, sprite sheets, state animations, eye treatments, Stable/Insiders variants, or pet transitions under src/vs/workbench/contrib/chat/browser/widget/media/chatPet.
cpu-profile-analysis
Analyze V8/Chrome CPU profiles (.cpuprofile) and DevTools trace files (Trace-.json). Use when: profiling performance, investigating slow functions, comparing code paths, finding bottlenecks, analyzing timeToRequest, understanding call trees from sampling profiler data, analyzing layout/paint/rendering, investigating…
insight-error-page
Write or audit an insight-kind error page for the Next.js dev overlay. Use when creating a new errors/ .mdx page, auditing an existing one, or checking that a page matches the framework fix cards. Covers page structure, title alignment, FixCard cards with Copy prompt button, code snippets, terminology verification…