Borrowing it
Nothing to install: this file belongs to Sma1lboy/rove. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/Sma1lboy/rove/main/.claude/skills/hyperframes/registry/SKILL.mdgit clone --depth 1 https://github.com/Sma1lboy/roveWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/sma1lboy/rove/registry)<a href="https://agentmods.dev/skills/sma1lboy/rove/registry"><img src="https://agentmods.dev/badge/skills/sma1lboy/rove/registry.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00086 | $0.01012 |
| Opus 5 | $0.00043 | $0.00506 |
| Sonnet 5 | $0.00017 | $0.00202 |
| Haiku 4.5 | $0.00009 | $0.00101 |
Grade A, and why
hyperframes-registry scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
curl -s https://raw.githubusercontent.com/heygen-com/hyperframes/main/registry/registry.json This is a copy
88% identical to hyperframes-registry — 14 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
How it starts
The opening of the file, as written. The whole thing — 101 lines — stays where its author put it; the contents beside it link to each section on GitHub.
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-srcin a host composition. - Components — effect snippets (no own dimensions). Pasted directly into a host composition's HTML.
Quick reference
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 data-chart --json # machine-readable output
hyperframes add data-chart --no-clipboard # skip clipboard (CI/headless)
After install, the CLI prints which files were written and a snippet to paste into your host composition. The snippet is a starting point — you'll need to add data-composition-id (must match the block's internal composition ID), data-start, and data-track-index attributes when wiring blocks.
Note: hyperframes add only works for blocks and components. For examples, use hyperframes init <dir> --example <name> instead.
Install locations
Blocks install to compositions/<name>.html by default.
Components install to compositions/components/<name>.html by default.
These paths are configurable in hyperframes.json:
{
"registry": "https://raw.githubusercontent.com/heygen-com/hyperframes/main/registry",
"paths": {
"blocks": "compositions",
"components": "compositions/components",
"assets": "assets"
}
}
See install-locations.md for full details.
Wiring blocks
Blocks are standalone compositions — include them via data-composition-src in your host index.html:
<div
data-composition-id="data-chart"
data-composition-src="compositions/data-chart.html"
data-start="2"
data-duration="15"
data-track-index="1"
data-width="1920"
data-height="1080"
></div>
What ships with it
9 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- examples/add-block.md 1.2 KB
- examples/add-component.md 1.4 KB
- references/contributing.md 5.7 KB
- references/demo-html-pattern.md 1.8 KB
- references/discovery.md 17 KB
- references/install-locations.md 1.5 KB
- references/templates.md 11 KB
- references/wiring-blocks.md 2.6 KB
- references/wiring-components.md 1.7 KB
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 6d ago First seen · 101 lines · 86 tokens per session scan A 7cc59175f290
hyperframes-registry is a skill published in the GitHub repository Sma1lboy/rove (119 stars, last pushed today), licensed MIT. It adds 86 tokens to every session and 1,012 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). It is 88% identical to hyperframes-registry, differing in 14 lines, and is treated as a copy.
Other skills, from other repositories
maps-geography
Use when embedding interactive maps, geospatial charts, or Leaflet/Mapbox visualizations.
pptx
Create, read and edit Microsoft PowerPoint .pptx presentations — slide decks with titles, bullets, images, tables, charts, speaker notes and consistent branding. Also covers building on a corporate template while keeping its theme, reading an existing deck's content, and rendering slides to images to check they…
algorithmic-art
Create original interactive generative art with p5.js, seeded randomness, and meaningful parameter exploration. Use for algorithmic art, flow fields, particle systems, procedural compositions, or browser-based generative sketches; do not use for static poster design, ordinary product UI, or photorealistic image…
animated-video
Use when creating animated product launch videos, GSAP timelines, or visual motion assets.
make-a-deck
Use when building 16:9 presentation slide decks, visual storyboards, or pitch decks.
flier
Use when designing marketing fliers, single-page promotional posters, or social media cards.