vcr-render-planner

Translate natural language video descriptions into deterministic VCR CLI render plans for ProRes output.

22|Updated Feb 10, 2026
One-click install
npx skills add https://github.com/coltonbatts/VCR --skill vcr-render-planner
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vcr-render-planner
Source: https://github.com/coltonbatts/VCR/tree/main/skills/vcr-render-planner/vcr-render-planner
Command: npx skills add https://github.com/coltonbatts/VCR --skill vcr-render-planner

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill bridges the gap between natural language descriptions of desired video content and the precise, deterministic commands required to generate them using the VCR tool.

Core Features & Use Cases

  • Natural Language to CLI: Converts spoken or written requests for animations, title cards, or motion graphics into executable VCR commands.
  • Deterministic Output: Ensures that the generated VCR commands produce consistent, reproducible video renders.
  • Use Case: A user describes "a simple lower third with my name and title, in white text on a transparent background, rendered as ProRes 4444." This Skill translates that into the exact vcr build command needed.

Quick Start

Use the vcr-render-planner skill to generate a ProRes 4444 render of a white ASCII wave on an alpha channel.

Frequently Asked Questions about vcr-render-planner

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert natural language descriptions into VCR CLI commands for ProRes video rendering?

To convert natural language descriptions into VCR CLI commands for ProRes video rendering, you describe the desired motion graphics or text, and the planner translates it into deterministic executable commands. It enforces VCR feature compatibility for outputs like title cards and ASCII renders.

Can I generate transparent video renders with an alpha channel using VCR?

Yes, you can generate transparent video renders with an alpha channel using VCR. The planner translates requests for transparent backgrounds into exact VCR build commands, specifically targeting ProRes 4444 output to preserve the required alpha channel data.

Does VCR rendering require cloud dependencies or external API connections?

VCR rendering does not require cloud dependencies or external API connections. The planner utilizes VCR's local CLI for rendering, ensuring all generated commands execute deterministically in a local environment without relying on cloud processing or speculative flags.

What is the best way to create ASCII art and lower thirds for motion graphics via command line?

The best way to create ASCII art and lower thirds for motion graphics via command line is translating text descriptions into deterministic VCR render plans. This enforces compatibility with VCR features, supporting precise ASCII renders and lower thirds without manual command scripting.

Why does my VCR command fail to produce consistent motion graphics output?

VCR commands may fail to produce consistent motion graphics output if they include speculative flags or unsupported features. The planner prevents this by enforcing strict compatibility with actual VCR features, ensuring generated commands yield deterministic, reproducible video renders every time.