hyperframes-cli

Scaffold and manage HyperFrames projects from the command line.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

HyperFrames CLI unifies scaffolding, linting, previewing, rendering, transcription, and environment diagnostics for HyperFrames projects, reducing setup time and ensuring consistent project structure.

Core Features & Use Cases

  • Scaffold: create a new HyperFrames project with an interactive wizard or non-interactive presets.
  • Lint & Validate: verify index.html and compositions for correctness before rendering.
  • Preview & Render: spin up a studio preview and render final outputs with configurable quality and formats.
  • Tooling & Diagnostics: run doctor, info, and upgrade to maintain a healthy environment.
  • Use Case: when starting a new video project, initialize, lint, preview, and render to produce deliverables quickly.

Quick Start

Scaffold a new HyperFrames project using the interactive wizard.

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 with a command line tool?

You can scaffold a new video project using an interactive wizard or non-interactive presets via the command line. This initializes a standardized HyperFrames project directory, reducing setup time and ensuring consistent file organization before rendering.

What do I need to render compositions and generate TTS from the command line?

You need Node.js version 22 or higher and FFmpeg installed to render compositions and generate TTS. The CLI leverages the npx hyperframes workflow to process audio transcription, text-to-speech generation, and final video output.

Can I lint and validate index.html files before rendering video outputs?

Yes, you can lint and validate index.html files and compositions for correctness before rendering. This CLI toolkit verifies project structure and syntax, ensuring your compositions are error-free before you spin up a studio preview or render final outputs.

How does audio transcription and TTS generation work in a video rendering workflow?

Audio transcription and TTS generation are handled within the video rendering workflow via command line execution. The toolkit transcribes audio and generates TTS alongside rendering outputs, unifying these multimedia tasks into a single project management process.

What is the best way to diagnose environment issues when managing video projects?

The best way to diagnose environment issues is running a doctor command that checks dependencies and system configurations. This identifies Node.js or FFmpeg problems and helps maintain a healthy environment for rendering and scaffolding video compositions.

Why does my CLI video rendering fail without FFmpeg installed?

CLI video rendering fails without FFmpeg because it is a required dependency for processing multimedia outputs. The toolkit requires FFmpeg alongside Node.js 22 or higher to transcribe audio, generate TTS, and render final video deliverables successfully.