hyperframes-cli

Coordinates HyperFrames video project setup, validation, previewing, and rendering via CLI workflows.

1|2|Updated Jun 16, 2026
One-click install
npx skills add https://github.com/MuzeWinter/CooperAPI-Plugin --skill hyperframes-cli-muzewinter
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hyperframes-cli
Source: https://github.com/MuzeWinter/CooperAPI-Plugin/tree/main/plugins/hyperframes/skills/hyperframes-cli
Command: npx skills add https://github.com/MuzeWinter/CooperAPI-Plugin --skill hyperframes-cli-muzewinter

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

HyperFrames CLI removes the friction of building, checking, previewing, and rendering motion graphics projects by giving you one command-driven workflow for the entire video production loop.

Core Features & Use Cases

  • Project Scaffolding: Quickly create a new HyperFrames project with the right structure, media handling, and starter template.
  • Quality Checks: Lint compositions to catch missing composition IDs, overlapping tracks, and timeline registration issues before previewing.
  • Visual Inspection: Sweep through the timeline in headless Chrome to spot text overflow, clipping, and layout problems that static review might miss.
  • Preview and Render: Launch the studio for iterative review, then export final MP4 or WebM video with configurable quality, fps, and workers.
  • Utility Workflows: Transcribe audio, generate text to speech, inspect the environment, manage the bundled browser, and benchmark render performance.
  • Use Case: A creator can scaffold a new campaign video, validate the layout, preview it live, and deliver a polished render without leaving the terminal.

Quick Start

Ask the assistant to use HyperFrames CLI to scaffold a project, run lint and visual inspection, open the preview studio, and render the final video.

Frequently Asked Questions about hyperframes-cli

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

FAQPage Schema
How do I render HTML compositions to video from the CLI?

You can render HTML compositions to video by using a CLI workflow that scaffolds the project, validates layouts, previews in headless Chrome, and exports final MP4 or WebM files with configurable quality and fps.

What is the best way to lint motion graphics for timeline and track errors?

Linting motion graphics validates composition IDs and timeline registration to catch overlapping tracks before previewing, ensuring your HTML composition project passes visual inspection and renders without layout issues.

Do I need FFmpeg and Node.js to render videos from the command line?

Yes, command-driven video rendering requires Node.js 22 or later and FFmpeg to manage environment diagnostics, benchmark render performance, and export final MP4 or WebM video output.

Can I preview video layouts in headless Chrome before final rendering?

Yes, you can sweep through the timeline in headless Chrome to spot text overflow, clipping, and layout problems that static review might miss before exporting the final video.

How do I add text-to-speech and transcription to a video rendering workflow?

A complete video rendering workflow includes utility workflows to transcribe audio and generate text-to-speech directly from the CLI, integrating audio elements into the HTML composition before export.

Why does my CLI video output have clipping or missing composition IDs?

Missing composition IDs and clipping occur when compositions are not linted; running command-driven checks validates overlapping tracks and catches layout problems during headless Chrome visual inspection.