hyperframes-registry
The hyperframes-registry skill manages the installation and integration of reusable blocks and components into HyperFrames compositions via the hyperframes CLI.
Is hyperframes-registry safe to install?
Review the source first: our audit of hyperframes-registry's source files found 6 shell commands, 2 external URLs, file reads and writes (high risk). Every command and URL listed appears verbatim in the skill's source. The skill executes shell commands and performs network requests to fetch registry data and install files into the local project directory.
How we audit skills: our security review methodology.
Who is this skill for?
Developers building HyperFrames compositions who need to add pre-built blocks or components to their projects.
What can you do with it?
- Installing blocks and components into a project
- Wiring installed blocks into host compositions using data attributes
- Merging component HTML, CSS, and JS snippets into existing compositions
- Discovering available registry items via the registry manifest
- Configuring installation paths in hyperframes.json
How good is this skill?
Quality score: 5/10. The skill documentation is clear and provides specific CLI commands and configuration examples.
What does the skill file contain?
# HyperFrames Registry The registry provides reusable blocks and components installable via `hyperframes add <name>`. - **Blocks** — standalone sub-compositions (own dimensions, duration, timeline). Included via `data-composition-src` in a host composition. - **Components** — effect snippets (no own dimensions). Pasted directly into a host composition's HTML. ## Quick reference ```bash hyperframes add data-chart # install a block hyperframes add grain-overlay # install a component hyperframes add shimmer-sweep --dir . # target a specific project hyperframes add dat...
Frequently asked questions
Where are blocks and components installed by default?
Blocks install to compositions/ and components install to compositions/components/.
How do I wire a block into my composition?
Include the block in your index.html using a div with the data-composition-src attribute pointing to the block file, along with required attributes like data-composition-id, data-start, and data-duration.
Can I change the default installation directories?
Yes, you can configure the paths for blocks, components, and assets in the hyperframes.json file.
Related skills
find-skills
2.3MUsers seeking to extend agent capabilities with specialized tools, workflows, or knowledge packages
The find-skills skill enables agents to search for, discover, and install modular packages from the open agent skills ecosystem using the Skills CLI.
agent-browser
506.7KAI agents and developers requiring programmatic web interaction, exploratory testing, or automation of Electron desktop applications
The agent-browser CLI provides browser automation for AI agents using Chrome or Chromium via CDP. It supports page navigation, form interaction, data extraction, and testing. The tool utilizes accessibility-tree snapshots and element references for interaction.
image-to-video
355.0KDevelopers and users who need to automate video generation from images using the RunComfy platform
The image-to-video skill routes user requests to specific RunComfy animation models based on intent. It selects HappyHorse 1.0 I2V for general animation, Wan 2.7 for custom-voiceover lip-sync, or Seedance 2.0 Pro for multi-modal composition. The skill executes the RunComfy CLI to process inputs and download generated video files.
video-edit
338.7KUsers of the RunComfy CLI who need to automate video editing tasks like restyling, background swapping, or motion transfer
The video-edit skill acts as a router for the RunComfy CLI, selecting between Wan 2.7 Edit-Video, Kling 2.6 Pro Motion Control, and Lucy Edit Restyle models based on user intent to perform video transformations.