video-record-setup

video-record-setup is a command for Claude Code from cnadiminti/remotion-video-studio. It costs 9 tokens per session (2,073 once invoked), scanned B, original, MIT.

A setup command for recording a computer screen, webcam, or both with Remotion Recorder. The recordings can later be arranged into layouts and captioned.

In plain words
What is it for?
Use it to prepare screen or webcam recordings for tutorials, demos, presentations, and other Remotion videos.
Why use it?
It checks the project and recording prerequisites before configuring capture settings, reducing setup errors.

Command for Claude Code

Written for Claude Code: argument-hint in frontmatter.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is Recording Directory: ./public/recordings/.

Part of the remotion-video-studio plugin — 2 skills, 6 commands, 1 agent shipped together

Good fit Use it to prepare screen or webcam recordings for tutorials, demos, presentations, and other Remotion videos.

Compare 6 commands from other repositories ↓
Install

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.

Clone the repo
git clone --depth 1 https://github.com/cnadiminti/remotion-video-studio
agentmods
npx agentmods add commands/cnadiminti/remotion-video-studio/video-record-setup

Made for: Claude Code.

Or install remotion-video-studio, the plugin that ships this one along with the rest of its 2 skills, 6 commands, 1 agent.

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 video-record-setup

README.md
[![agentmods](https://agentmods.dev/badge/commands/cnadiminti/remotion-video-studio/video-record-setup/github.svg)](https://agentmods.dev/commands/cnadiminti/remotion-video-studio/video-record-setup)
Your own site
<a href="https://agentmods.dev/commands/cnadiminti/remotion-video-studio/video-record-setup"><img src="https://agentmods.dev/badge/commands/cnadiminti/remotion-video-studio/video-record-setup/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.

agentmods 80×15 button for video-record-setup

Your own site · 80×15
<a href="https://agentmods.dev/commands/cnadiminti/remotion-video-studio/video-record-setup"><img src="https://agentmods.dev/badge/commands/cnadiminti/remotion-video-studio/video-record-setup.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 9 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,073 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original 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.00009 $0.02073
Opus 5 $0.00005 $0.01037
Sonnet 5 $0.00002 $0.00415
Haiku 4.5 $0.00001 $0.00207

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

Security

Grade B, and why

video-record-setup scanned grade B with 1 finding 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 9d 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.

Asks for rootmediumPrivilege escalation

A mod that escalates privileges can change anything on the machine, not only the project.

- Linux: sudo apt install obs-studio
commands/video-record-setup.md · 387 lines

How it starts

The opening of the file, as written. The whole thing — 387 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Set Up Screen Recording

Configure and initiate screen recording using Remotion Recorder for video capture with webcam.

Arguments

$ARGUMENTS

Parse arguments:

/video-record-setup
/video-record-setup --screen-only
/video-record-setup --webcam-only  
/video-record-setup --quality=1080p

What is Remotion Recorder?

The Remotion Recorder is a built-in tool that allows you to:

  • Record your screen and/or webcam simultaneously but independently
  • Create dynamic layouts after recording
  • Generate captions automatically using Whisper.cpp
  • Edit and compose recordings with full Remotion power

Prerequisites Check

  1. Check if we're in a Remotion project
  2. Verify Node.js version (>=18)
  3. Check if Remotion Recorder is installed

Installation

If Remotion Recorder is not set up:

# Install Remotion Recorder template
npx create-video@latest --recorder

# Or add to existing project
npm install @remotion/recorder

Configuration Options

Ask user to configure:

  1. "What would you like to record?"

    • Screen only
    • Webcam only
    • Both screen and webcam (recommended)
  2. "Select recording quality:"

    • 1080p (1920x1080) - Recommended
    • 720p (1280x720) - Smaller files
    • 4K (3840x2160) - Maximum quality (if supported)
  3. "Enable audio recording?"

    • Microphone + System audio
    • Microphone only
    • System audio only
    • No audio
  4. "Screen region to capture:"

    • Full screen
    • Specific application window
    • Custom region
    • Use OBS virtual camera (for cropping)

Setup OBS Virtual Camera (Optional)

If user wants to crop screen (e.g., hide macOS dock/menubar):

📹 OBS Virtual Camera Setup (Optional)

To record only a portion of your screen:

1. Install OBS Studio (if not installed):
   - Mac: brew install --cask obs
   - Linux: sudo apt install obs-studio
   - Windows: Download from obsproject.com

2. Configure OBS:
   - Open OBS → Settings → Video
   - Set Base Resolution: 1920x1080
   - Set Canvas Resolution: 1920x1080
   
3. Add Screen Capture source and crop:
   - Add Source → Display Capture
   - Right-click → Transform → Edit Transform
   - Adjust crop to hide dock/menubar
   
4. Start Virtual Camera:
   - Click "Start Virtual Camera"
   - Select OBS Virtual Camera in Remotion Recorder

Would you like detailed OBS setup instructions? (yes/no)

Read the full file on GitHub · 387 lines

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. 9d ago First seen · 387 lines · 9 tokens per session scan B 467f275c65f3

Subscribe to this mod's changes

video-record-setup is a command published in the GitHub repository cnadiminti/remotion-video-studio (2 stars, last pushed 8mo ago), licensed MIT. It adds 9 tokens to every session and 2,073 once invoked, about $0.0000 per session on Opus 5. A static security scan graded it B with 1 finding (asks for root). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.