media-use
๐ฏSkillfrom heygen-com/hyperframes
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
resolveverb 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
--adoptflag imports existingassets/directories into the manifest withffprobe-extracted metadata (duration, dimensions, codec) - Agent-readable inventory: Generates a clean
.media/index.mdtable 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)
Installation
npx vibeindex add heygen-com/hyperframes --skill media-usenpx skills add heygen-com/hyperframes --skill media-use~/.claude/skills/media-use/SKILL.mdSKILL.md
More from this repository10
CLI tool for the Hyperframes video rendering framework that provides commands to create, preview, lint, and render HTML-based video compositions to MP4.
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.
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.
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.
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.
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.
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.
A media framework by HeyGen for building interactive video experiences with composable frames and real-time rendering capabilities.
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.
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.