video-new

video-new is a command for Claude Code from cnadiminti/remotion-video-studio. It costs 12 tokens per session (1,706 once invoked), scanned A, original, MIT.

A command for starting a new Remotion video project from a description. It can set the video type, duration, resolution, speech provider, and voice.

In plain words
What is it for?
Use it to start marketing videos, tutorials, social posts, educational explainers, or product demos with optional text-to-speech.
Why use it?
It turns a high-level video idea into a configured project without requiring every option to be specified manually.

Command for Claude Code

Written for Claude Code: argument-hint in frontmatter. Also seen: mentions CLAUDE.md.

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

Good fit Use it to start marketing videos, tutorials, social posts, educational explainers, or product demos with optional text-to-speech.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/cnadiminti/remotion-video-studio/video-new
Install

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.

Clone the repo
git clone --depth 1 https://github.com/cnadiminti/remotion-video-studio

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-new

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

Your own site · 80×15
<a href="https://agentmods.dev/commands/cnadiminti/remotion-video-studio/video-new"><img src="https://agentmods.dev/badge/commands/cnadiminti/remotion-video-studio/video-new.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 12 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,706 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 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.00012 $0.01706
Opus 5 $0.00006 $0.00853
Sonnet 5 $0.00002 $0.00341
Haiku 4.5 $0.00001 $0.00171

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

Security

Grade A, and why

video-new scanned grade A 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 10d 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.

Runs shell commandslowCapability

Expected in a hook, worth knowing in a rule or an instructions file.

import { execSync } from 'child_process';
commands/video-new.md · 253 lines

How it starts

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

Create New Remotion Video

Create a new Remotion video project with intelligent setup and configuration.

Arguments

$ARGUMENTS

Parse arguments in the following formats:

/video-new "Create a product demo for my SaaS app"
/video-new --type=marketing --length=30s --tts=elevenlabs "Product demo"
/video-new --help

First-Time Check

If .claude/video-config.json does not exist:

  1. Display message: "🎬 Let's set up your video studio first!"
  2. Run the video-setup workflow (same as /video-setup command)
  3. Then proceed with video creation

Parse Arguments and Options

Support these flags:

  • --type=<marketing|tutorial|social|educational|demo> - Video type
  • --length=<15s|30s|60s|90s|custom> - Video duration
  • --tts=<mac|google|azure|elevenlabs|none> - TTS provider override
  • --voice=<voice-name> - Specific voice to use
  • --resolution=<1080p|720p|4K> - Resolution override
  • --help - Show help message

Interactive Questions

If not all information is provided via arguments, ask:

  1. "What type of video are you creating?"

    • Marketing/Promotional
    • Tutorial/How-to
    • Social Media Content
    • Educational/Explainer
    • Product Demo
  2. "How long should the video be?"

    • Use default from config if no preference
    • Options: 15s, 30s, 60s, 90s, custom
  3. "Do you have a script or should I help you create one?"

    • If they have a script: "Please paste your script"
    • If they need help: Generate script based on video type and description
  4. "Which TTS provider for voiceover?"

    • Only ask if config is set to "ask-each-time"
    • Otherwise use default from config

Project Setup Steps

  1. Create Remotion Project

    npx create-remotion@latest
    
    • Choose blank template
    • Project name: Use sanitized version of video description
    • Install dependencies
  2. Add Video Studio Dependencies

    npm install @remotion/player @remotion/cli
    # Add TTS-specific packages based on provider
    

Read the full file on GitHub · 253 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. 10d ago First seen · 253 lines · 12 tokens per session scan A dd5ff6cfebb0

Subscribe to this mod's changes

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