Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/sma1lboy/rove/hyperframesnpx skills add Sma1lboy/rove --skill hyperframesgit clone --depth 1 https://github.com/Sma1lboy/roveWhat 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 | $0.00167 | $0.02569 |
| Opus 5 | $0.00084 | $0.01285 |
| Sonnet 5 | $0.00033 | $0.00514 |
| Haiku 4.5 | $0.00017 | $0.00257 |
Grade A, and why
hyperframes scanned grade A with 0 findings 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 2d 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.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 122 lines — stays where its author put it; the contents beside it link to each section on GitHub.
HyperFrames — start here
HyperFrames renders video from HTML — a composition is an HTML file whose DOM declares timing with data-* attributes, whose animation runtime is seekable, and whose media playback is owned by the framework.
This skill is the technical how-to-use guide — it is intentionally non-design. For motion / animation recipes, see /hyperframes-motion. For design direction (palettes, typography, frame presets), see /hyperframes-design. Below: a capability map of every HyperFrames topic, a topic guide index for what's in this skill, and an intent router for picking a workflow.
Capability map — the HyperFrames skills
Three skills, one per concern. This one is the technical how-to-use guide. The other two cover design.
| You want to… | Skill |
|---|---|
| How to use HyperFrames — composition contract, CLI dev loop, install registry blocks / components (this skill) | /hyperframes |
| Motion / animation — atomic motion rules, scene blueprints, transitions, runtime adapters (GSAP / Lottie / Three.js) | /hyperframes-motion |
| Design — palettes, typography, frame presets, beat planning, brand / style decisions (no animation recipes) | /hyperframes-design |
Topic guide — what's inside this skill
The technical how-to-use guide is split into three sub-topics. Each has its own SKILL.md and references/:
| Sub-topic | Path | Read it for |
|---|---|---|
| Composition core | core/SKILL.md |
The composition contract — data-* attributes, clips, tracks, sub-compositions, variables, determinism rules |
| CLI dev loop | cli/SKILL.md |
npx hyperframes init / lint / validate / inspect / preview / render + AWS Lambda cloud rendering |
| Registry add | registry/SKILL.md |
hyperframes add <block-or-component> — install locations, wiring blocks, wiring components, contributing new items |
What ships with it
29 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.
- cli/references/doctor-browser.md 1.7 KB
- cli/references/init-and-scaffold.md 2.9 KB
- cli/references/lambda.md 11 KB
- cli/references/lint-validate-inspect.md 7.5 KB
- cli/references/preview-render.md 17 KB
- cli/references/upgrade-info-misc.md 3.5 KB
- cli/SKILL.md 8.9 KB
- core/references/composition-patterns.md 13 KB
- core/references/data-attributes.md 7.8 KB
- core/references/determinism-rules.md 4.9 KB
- core/references/full-screen-motion.md 2.9 KB
- core/references/minimal-composition.md 1.9 KB
- core/references/storyboard-format.md 4.6 KB
- core/references/sub-compositions.md 11 KB
- core/references/subagent-dispatch.md 7.9 KB
- core/references/tailwind.md 5.0 KB
- core/references/tracks-and-clips.md 3.6 KB
- core/references/variables-and-media.md 4.3 KB
- core/SKILL.md 6.6 KB
- registry/examples/add-block.md 1.2 KB
- registry/examples/add-component.md 1.4 KB
- registry/references/contributing.md 5.7 KB
- registry/references/demo-html-pattern.md 1.8 KB
- registry/references/discovery.md 17 KB
- registry/references/install-locations.md 1.5 KB
- registry/references/templates.md 11 KB
- registry/references/wiring-blocks.md 2.6 KB
- registry/references/wiring-components.md 1.7 KB
- registry/SKILL.md 4.4 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.
- 2d ago First seen · 122 lines · 167 tokens per session scan A b1d2f1c65633
hyperframes is a skill published in the GitHub repository Sma1lboy/rove (114 stars, last pushed 2d ago), licensed MIT. It adds 167 tokens to every session and 2,569 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
omd-video
视频→逐段结构化笔记 (MiMo-v2.5 原生吃画面+音频, 非 whisper 转写; 可重入管线)。讲解/课程视频里 PPT 框架图/代码/提示词是画面独有、音频拿不到的信息。产 ALL-NOTES.md 交 /omd-council 或 dagresearch 做综合。Trigger:/omd-video、抖音/B站/YouTube 讲解视频、课程系列、把这些视频学一遍/提炼、画面里有代码/图表/PPT。Skip:文字原文综合→/omd-council;网页内容→dagresearch(检索版)。.
event-systems
Event system patterns — C# events, UnityEvent, SO event channels, static EventBus. When to use each, zero-allocation patterns, memory leak prevention.
scriptable-objects
ScriptableObject architecture patterns — event channels, variable references, runtime sets, factory pattern, data containers. The backbone of data-driven Unity architecture.
object-pooling
Object pooling patterns — Unity ObjectPool , custom ComponentPool, warm-up strategies, return-to-pool lifecycle. Eliminates runtime Instantiate/Destroy overhead.
design-handoff
Generate developer handoff specs from a design. Use when a design is ready for engineering and needs a spec sheet covering layout, design tokens, component props, interaction states, responsive breakpoints, edge cases, and animation details.
frontend-best-practices
Use this skill when creating or modifying React frontend components. It defines UI/UX, styling, and architecture standards.