hyperframes-cli

Scaffold, lint, validate, preview, render, transcribe, and run TTS for HyperFrames projects via CLI.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/hanzoai/video --skill hyperframes-cli-hanzoai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hyperframes-cli
Source: https://github.com/hanzoai/video/tree/main/.agents/skills/hyperframes-cli
Command: npx skills add https://github.com/hanzoai/video --skill hyperframes-cli-hanzoai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill exposes a consistent, automated workflow to scaffold HyperFrames projects, validate them, and generate render-ready results from a single CLI interface.

Core Features & Use Cases

  • Scaffold projects quickly: create the standard HyperFrames project structure with minimal input.
  • Lint and validate: catch structural and runtime issues before rendering.
  • Preview and render: view a live studio and render final outputs for delivery.
  • Use Case: a developer starts a new video project with one command and iteratively tests, fixes, and exports a production-ready video.

Quick Start

Use HyperFrames CLI to initialize a new project and start iterating immediately.

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 HyperFrames project from the CLI?

To scaffold a HyperFrames project, run the init command to generate the standard project structure with minimal input, allowing you to start iterating on your video project immediately.

What is the best way to validate and lint a video project before rendering?

The best way to validate and lint a video project is using the validate and lint CLI commands, which catch structural and runtime issues to ensure your project is production-ready before rendering.

Can I preview and render video outputs directly from the command line?

Yes, you can preview and render video outputs directly from the command line using the preview and render commands, which launch a live studio view and generate final delivery files.

Does the HyperFrames CLI support text-to-speech and transcription?

Yes, the HyperFrames CLI supports text-to-speech and transcription through dedicated tts and transcribe commands, automating audio generation within the deterministic video rendering workflow.

Why should I use a CLI workflow for video development instead of manual setup?

Using a CLI workflow for video development provides a deterministic process for scaffolding, linting, and rendering, eliminating manual setup errors and speeding up the delivery of production-ready video outputs.