๐ŸŽฏ

media-use

๐ŸŽฏSkill

from heygen-com/hyperframes

VibeIndex|
What it does
|

Resolves media needs (background music, sound effects, images, icons) into frozen local files by searching the HeyGen catalog, downloading the best match, and registering it in a manifest. One resolve command handles the full cascade from cache lookup to provider search to file freezing.

Overview

media-use is an agent media operating system that resolves any media need into a frozen local file with a single resolve command. It supports four media types: background music (BGM), sound effects (SFX), images, and icons. The skill searches the HeyGen catalog (10,000+ audio tracks, 75,000+ visual assets), downloads the best match, freezes it to a local .media/ directory, and registers it in a JSONL manifest. All search noise stays on disk while the agent receives just one line of output.

Key Features

  • Single-command resolution: One resolve verb handles the full cascade: project cache check, global cache lookup, asset directory scan, HeyGen catalog search, file download, and manifest registration
  • Four media types: BGM from HeyGen audio catalog, SFX from a bundled 19-file library plus HeyGen catalog, images from HeyGen asset search (75k+ vectors), and icons with transparent background support
  • Cross-project caching: Assets are cached globally at ~/.media/ with content-addressed SHA-256 hashing, so repeated resolves skip re-downloads entirely
  • Bulk adoption: The --adopt flag imports existing assets/ directories into the manifest with ffprobe-extracted metadata (duration, dimensions, codec)
  • Agent-readable inventory: Generates a clean .media/index.md table listing all resolved assets with ID, type, duration, dimensions, and description

Who is this for?

This skill is designed for developers and agents building video compositions with HyperFrames who need to source media assets programmatically. It is ideal for AI agents that assemble multimedia content and need a clean, deterministic way to resolve media dependencies without cluttering their context window with search results.

๐Ÿ“ฆ

Same repository

heygen-com/hyperframes(48 items)

media-use

Installation

Vibe Index InstallInstalls to .claude/skills/
npx vibeindex add heygen-com/hyperframes --skill media-use
skills.sh Installโš  Installs to .agents/skills/
npx skills add heygen-com/hyperframes --skill media-use
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/media-use/SKILL.md

SKILL.md

149,162Installs
-
AddedJun 26, 2026

More from this repository10

๐ŸŽฏ
hyperframes-cli๐ŸŽฏSkill

CLI tool for the Hyperframes video rendering framework that provides commands to create, preview, lint, and render HTML-based video compositions to MP4.

๐ŸŽฏ
hyperframes๐ŸŽฏSkill

Skill for authoring HTML-based video compositions with the Hyperframes framework, covering captions, TTS, audio-reactive animation, and transitions for AI agent-driven video creation.

๐ŸŽฏ
hyperframes-registry๐ŸŽฏSkill

Skill for installing blocks and components into Hyperframes projects via the `hyperframes add` command, providing access to 50+ ready-to-use overlays, shader transitions, and data visualizations.

๐ŸŽฏ
remotion-to-hyperframes๐ŸŽฏSkill

A skill for the HyperFrames open-source video rendering framework that teaches AI agents to write correct HTML-based video compositions and GSAP animations, enabling them to render video from HTML code.

๐ŸŽฏ
hyperframes-core๐ŸŽฏSkill

The foundational technical contract for HyperFrames HTML video compositions, defining data attributes, clip/track structure, sub-compositions, variables, media playback, deterministic rendering rules, and project validation.

๐ŸŽฏ
hyperframes-animation๐ŸŽฏSkill

Comprehensive animation skill for HyperFrames providing atomic motion rules, multi-phase scene blueprints, scene transitions, motion-design techniques, and seven runtime adapters including GSAP, Lottie, Three.js, Anime.js, CSS keyframes, Web Animations API, and TypeGPU.

๐ŸŽฏ
hyperframes-creative๐ŸŽฏSkill

Non-animation creative direction for HyperFrames videos covering design specs, color palettes, typography, narration scripting, beat planning, audio-reactive visuals, composition patterns, and brand/style decisions.

๐ŸŽฏ
hyperframes-media๐ŸŽฏSkill

A media framework by HeyGen for building interactive video experiences with composable frames and real-time rendering capabilities.

๐ŸŽฏ
general-video๐ŸŽฏSkill

A fallback HyperFrames composition authoring skill for custom video creation when no specialized workflow fits. Handles multi-scene pieces, brand reels, montages, title cards, motion posters, static loops, and freeform compositions at any length or format.

๐ŸŽฏ
faceless-explainer๐ŸŽฏSkill

Converts arbitrary text (articles, notes, topics, briefs) into faceless explainer videos with auto-generated TTS narration and LLM-designed visuals including typography, abstract graphics, diagrams, and data visualizations.