hyperframes-cli

Automate HyperFrames project setup, validation, and rendering workflows via CLI.

Updated Apr 21, 2026
One-click install
npx skills add https://github.com/chriswestt/claude-skills --skill hyperframes-cli-chriswestt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hyperframes-cli
Source: https://github.com/chriswestt/claude-skills/tree/main/hyperframes-cli
Command: npx skills add https://github.com/chriswestt/claude-skills --skill hyperframes-cli-chriswestt

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

HyperFrames CLI provides a unified interface to scaffold new video projects, validate and optimize compositions, preview in the studio, render outputs, transcribe audio, generate TTS, and troubleshoot the HyperFrames environment.

Core Features & Use Cases

  • Init scaffolding templates for rapid project setup.
  • Lint and validate compositions to catch errors before rendering.
  • Preview in-studio to iterate on layouts and timelines.
  • Render outputs to MP4/WebM for delivery and sharing.
  • Transcribe audio and generate TTS for accessibility.
  • Troubleshoot environment issues with a guided doctor workflow.

Use cases include bootstrapping new video projects, ensuring composition validity, producing final renders, and diagnosing environment problems.

Quick Start

Run npx hyperframes init my-video to scaffold a new HyperFrames project.

Frequently Asked Questions about hyperframes-cli

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

FAQPage Schema
How do I scaffold a new video project from the command line?

Scaffold a new video project by running the command line interface with a project name to automatically generate templates and directory structures for rapid setup. This automates the initial file configuration for HyperFrames projects.

Can I transcribe audio and generate TTS for video compositions?

Yes, you can transcribe audio and generate TTS for video compositions using dedicated CLI commands. This functionality supports adding accessibility tracks and voiceovers directly within the project workflow.

Do I need Node.js and FFmpeg to render video outputs?

Yes, you need Node.js version 22 or higher and FFmpeg installed to render video outputs. These dependencies are required for the CLI to process and export MP4 or WebM files from compositions.

What is the best way to validate video compositions before rendering?

The best way to validate video compositions before rendering is using the lint command. This checks and validates the composition structure to catch errors, ensuring the project is correctly configured before final output.

How do I troubleshoot environment issues when rendering video fails?

Troubleshoot environment issues when rendering video fails by running the doctor command. This guided workflow diagnoses configuration problems, verifies dependencies, and identifies setup issues preventing successful processing.