remotion-dev/remotion

install-canvas-capture-browser

Install and verify the pinned Chrome for Testing build used by the private Remotion Canvas Capture extension on Apple Silicon macOS.

First seen Aug 9, 2026

Installation

$ npx skills add remotion-dev/remotion --skill install-canvas-capture-browser

Summary

  • Install and verify the pinned Chrome for Testing build used by the private Remotion Canvas Capture extension on Apple Silicon macOS.
  • Use when setting up Canvas Capture, when Recorder Chrome is missing or has the wrong version, or when the canvas-capture-extension installer reports that Chrome for Testing 150.0.7842.0 (r1631007) is unavailable.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from remotion-dev/remotion · top by installs.

npx skills add remotion-dev/remotion

Browse all from remotion-dev/remotion

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 58.6K
License LICENSE.md
Default branch main
Open issues 155
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,786 B
  • docs SUMMARY.md 383 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 104 installs

SKILL.md

Install Canvas Capture Browser

Install the exact Chrome for Testing build known to support Canvas Draw Element and proprietary H.264 codecs. Keep it pinned because other Chrome builds may remove or change the experimental API.

Install

  1. Run the bundled installer:

``bash .agents/skills/install-canvas-capture-browser/scripts/install-browser.sh ``

The script only supports Apple Silicon macOS. It downloads revision r1631007, verifies the archive checksum and version 150.0.7842.0, and installs the app at /Users/jonathanburger/Applications/Recorder Chrome.app. It exits successfully without downloading when the correct version is already installed. It does not overwrite an incompatible existing app.

  1. Confirm the script reports the expected installed path and version.
  1. Launch it for Canvas Capture with:

``bash '/Users/jonathanburger/Applications/Recorder Chrome.app/Contents/MacOS/Google Chrome for Testing' \ --user-data-dir='/Users/jonathanburger/Library/Application Support/Chrome for Testing Canvas Capture r1631007' \ --enable-features=CanvasDrawElement \ --enable-blink-features=CanvasDrawElement \ --disable-component-update \ --no-first-run \ --no-default-browser-check ``

Use this browser only with trusted websites because the pinned build does not receive security updates.