remotion: Skill for Codex

.agents/skills/install-canvas-capture-browser/SKILL.md

install-canvas-capture-browser is a skill for Codex from remotion-dev/remotion. It costs 80 tokens per session (384 once invoked), scanned A, original, no licence file.

A setup workflow for installing and checking the pinned Chrome for Testing build used by the private Remotion Canvas Capture extension on Apple Silicon Macs. Canvas Capture is a tool for recording canvas output in Chrome.

In plain words
What is it for?
Use it when setting up Canvas Capture, when Recorder Chrome is missing or the wrong version, or when its installer reports a problem with the required Chrome build.
Why use it?
It fixes missing or incorrect browser installations that prevent Canvas Capture or its recorder from working.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: installed under .agents/ (shared by several agents).

This is remotion-dev/remotion's own configuration. It tells Codex how to work on remotion itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything remotion configures →

Reuse

Borrowing it

Nothing to install: this file belongs to remotion-dev/remotion. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/remotion-dev/remotion/main/.agents/skills/install-canvas-capture-browser/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/remotion-dev/remotion

Made for: Codex.

Wrote 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.

agentmods badge for install-canvas-capture-browser

README.md
[![agentmods](https://agentmods.dev/badge/skills/remotion-dev/remotion/install-canvas-capture-browser.svg)](https://agentmods.dev/skills/remotion-dev/remotion/install-canvas-capture-browser)
Your own site
<a href="https://agentmods.dev/skills/remotion-dev/remotion/install-canvas-capture-browser"><img src="https://agentmods.dev/badge/skills/remotion-dev/remotion/install-canvas-capture-browser.svg" alt="Measured on agentmods" height="20"></a>
Per session 80 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 384 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin unknown No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00080 $0.00384
Opus 5 $0.00040 $0.00192
Sonnet 5 $0.00016 $0.00077
Haiku 4.5 $0.00008 $0.00038

Measured 7d ago against content hash d6fb6a10a242, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

install-canvas-capture-browser 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 7d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/install-browser.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

.agents/skills/install-canvas-capture-browser/SKILL.md · 42 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

Files

What ships with it

2 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.

Changes

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.

  1. 7d ago First seen · 42 lines · 80 tokens per session scan A d6fb6a10a242

Subscribe to this mod's changes

install-canvas-capture-browser is a skill published in the GitHub repository remotion-dev/remotion (58,425 stars, last pushed 2d ago), with no licence file. It adds 80 tokens to every session and 384 once invoked, about $0.0004 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.

Related

Other skills, from other repositories

next-cache-components-optimizer

Drive a Next.js route to instant navigation by setting up an agentic loop, under Cache Components / PPR, on initial load (hard navigation) and client-side navigation (soft navigation). Encode the goal as a failing @next/playwright instant() e2e and work it to green, one verified route at a time; the shipped test then…

vercel/next.js · 170 tokens

next-dev-loop

Verify Next.js runtime behavior after editing app code. Use this skill to confirm a change actually works in a running app — not just that it compiles or type-checks. Combines /next/mcp (Next.js's view) with agent-browser (the browser's view). Requires a running next dev.

vercel/next.js · 68 tokens

compiler-commit

Use when you want to verify compiler changes and commit with the correct convention. Runs tests, lint, and format, then commits with the [compiler] or [rust-compiler] prefix.

react/react · 42 tokens

compiler-port

Port a compiler pass from TypeScript to Rust. Gathers context, plans the port, implements in a subagent with test-fix loop, then reviews.

react/react · 35 tokens

compiler-verify

Use when you need to run all compiler checks (tests, lint, format) before committing. Detects whether TS or Rust code changed and runs the appropriate checks.

react/react · 37 tokens

menu-testing-ssr

Server rendering and testing for react-horizontal-scrolling-menu: the library is client-only ('use client' required in React Server Components, else "createContext is not a function"), SSR first paint is controlled by the useIsVisible defaultValue argument (canonical ('first', true) / ('last', false))…

asmyshlyaev177/react-horizontal-scrolling-menu · 144 tokens