hyperframes

Create HTML-based video compositions with GSAP timelines and CSS styling.

Updated Apr 25, 2026
One-click install
npx skills add https://github.com/Kamalabot/tt-vid --skill hyperframes-kamalabot
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hyperframes
Source: https://github.com/Kamalabot/tt-vid/tree/main/man_lady/.agents/skills/hyperframes
Command: npx skills add https://github.com/Kamalabot/tt-vid --skill hyperframes-kamalabot

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @hyperframes/producer, sharp, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill solves the complexity of producing professional video content programmatically by providing a complete HTML-based authoring framework. It eliminates the need to switch between disparate tools for composition, animation, captions, and audio processing by letting you define everything in HTML with data attributes and GSAP timelines, then render deterministic video output.

Core Features & Use Cases

  • HTML-native video authoring: Compose scenes using standard HTML/CSS with data attributes for timing and GSAP for animation. Build title cards, overlays, captions, and full multi-scene productions entirely in code.
  • Audio-reactive and captioned content: Generate captions synced to audio, text-to-speech narration, and visuals that pulse, glow, or animate in response to music beats and frequency bands.
  • Scene transitions and design systems: Apply production-grade transitions including crossfades, wipes, and shader effects, and enforce brand consistency through design files, visual style presets, and house-style defaults.

Quick Start

Use the hyperframes skill to build an HTML-based product launch video with animated title cards, audio-reactive captions synced to a music track, and crossfade transitions between scenes, then render the final composition to MP4.

Frequently Asked Questions about hyperframes

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

FAQPage Schema
How do I create HTML-based video compositions with animations?

HTML-based video compositions are created by defining scenes with standard HTML and CSS, using data attributes for timing, and applying GSAP timelines for deterministic animation output. This framework supports building title cards, overlays, and multi-scene productions entirely in code.

Can I generate audio-reactive visuals and captions synced to music?

Yes, you can generate audio-reactive visuals and captions that pulse, glow, or animate in response to music beats and frequency bands. The system synchronizes generated captions and text-to-speech narration directly to your audio tracks.

What is the best way to programmatically add scene transitions to video content?

The best way to add scene transitions programmatically is by applying production-grade transition contracts like crossfades, wipes, and shader effects between HTML scenes. This ensures deterministic, professional video output without manual editing tools.

Does this video composition framework enforce brand consistency across scenes?

Yes, the framework enforces brand consistency through design-system constraints, visual style presets, and house-style defaults defined in its reference files. This ensures all overlay graphics and title cards adhere to your specified design rules.

How do I render my HTML and GSAP animations to a final MP4 video?

You render your HTML and GSAP animations to a final MP4 video by processing the authored scenes through the HyperFrames producer. This converts your defined HTML scenes, audio-reactive visuals, and transitions into a deterministic video output.