hyperframes-keyframes

hyperframes-keyframes is a skill for Codex from EthanYoQ/Skill-hub. It costs 116 tokens per session (3,108 once invoked), scanned A, a copy of hyperframes-keyframes, MIT.

Guidance for animating visual positions, scale, depth, masks, paths, and other changing states in HyperFrames. Keyframes are saved visual states that describe how an element changes over time.

In plain words
What is it for?
Use it for zooms, punch-ins, reframing, camera moves, transitions, SVG motion, masks, 3D depth, text trails, and diagnosing keyframe problems.
Why use it?
It helps create motion that remains correct when the video is previewed or rendered at different points in time. It also keeps visual movement separate from clip cutting and audio mixing.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it for zooms, punch-ins, reframing, camera moves, transitions, SVG motion, masks, 3D depth, text trails, and diagnosing keyframe problems.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ethanyoq/skill-hub/hyperframes-keyframes
Install

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.

Any agent
npx skills add EthanYoQ/Skill-hub --skill hyperframes-keyframes
Clone the repo
git clone --depth 1 https://github.com/EthanYoQ/Skill-hub

Made for: Codex.

Wrote 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.

agentmods badge for hyperframes-keyframes

README.md
[![agentmods](https://agentmods.dev/badge/skills/ethanyoq/skill-hub/hyperframes-keyframes/github.svg)](https://agentmods.dev/skills/ethanyoq/skill-hub/hyperframes-keyframes)
Your own site
<a href="https://agentmods.dev/skills/ethanyoq/skill-hub/hyperframes-keyframes"><img src="https://agentmods.dev/badge/skills/ethanyoq/skill-hub/hyperframes-keyframes/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for hyperframes-keyframes

Your own site · 80×15
<a href="https://agentmods.dev/skills/ethanyoq/skill-hub/hyperframes-keyframes"><img src="https://agentmods.dev/badge/skills/ethanyoq/skill-hub/hyperframes-keyframes.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 116 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,108 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 100% copy Near-identical to another mod in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00116 $0.03108
Opus 5 $0.00058 $0.01554
Sonnet 5 $0.00023 $0.00622
Haiku 4.5 $0.00012 $0.00311

Measured 5d ago against content hash 924d038dc7eb, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

hyperframes-keyframes 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 5d 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.

Origin

This is a copy

100% identical to hyperframes-keyframes — 0 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.

skills/07-media-content/hyperframes-keyframes/SKILL.md · 263 lines

How it starts

The opening of the file, as written. The whole thing — 263 lines — stays where its author put it; the contents beside it link to each section on GitHub.

HyperFrames Keyframes

Keyframes are a pose contract: visible states, continuous subject identity, seek-safe runtime, verified pixels.

Use hyperframes-animation for broad scene recipes. Use hyperframes-cli for full command docs. Use references/keyframe-patterns.md only when choosing implementation mechanisms, not visual style.

Creator editing boundary

Keyframes own visual motion, not clip assembly. Source-range hard cuts, trim, splice, and reorder belong to /hyperframes-core: author one media element per kept range, place it with data-start and data-duration, and select its source offset with data-media-start. Adjacent ranges make a hard cut. A crossfade uses overlapping clips on different tracks plus visual opacity keyframes; sound fades use /hyperframes-audio.

Creator request Truthful mechanism
Punch-in / punch-out Keyframe scale with x/y or percentage translation on a non-timed visual/crop wrapper inside the clip. Use a set/short tween for a hard punch and a tween for a smooth move.
Smooth multi-state zoom or reframe Keep one subject wrapper alive and author multiple zoom/reframe states as a pose ladder with per-segment easing.
Pan, reframe, or Ken Burns camera move Animate wrapper translation plus scale. Geometry is authored; this is not face tracking or automatic semantic reframing.
Chained camera moves Chain labeled transform beats on one registered seek-safe timeline.
Match cut or whip pan /hyperframes-animation owns the visual handoff; /hyperframes-registry supplies primitives; keyframes preserve authored geometry, direction, and velocity. There is no automatic matching-frame discovery.
Crop and mask reframe Interpolate clip-path or a mask on an inner visual wrapper to crop/reframe without changing source time. Polygon keyframes can form a polygon/mask transition.
Directional wipe cut or iris/reveal cut Animate a mask/clip boundary across overlapping visual clips; /hyperframes-animation owns the handoff choreography.
Split-screen handoff Keep both visual clips placed by core, then keyframe their inner crop/mask wrappers and divider geometry.
Constant source retime /hyperframes-core owns normalized data-playback-rate (0.1..5) for render-safe picture and pitch-preserved sound. It is constant for the whole media element.
Source speed ramps Not supported: there is no time-varying playback-rate envelope. Preprocess a derived media asset, then place it through core.
Freeze / hold A visual pose, final source frame, or finished sub-composition can hold. Arbitrary mid-source freeze is not supported; preprocess a still/derived segment, place it as its own clip, then resume with another source range.

Read the full file on GitHub · 263 lines

Files

What ships with it

2 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.

Changes

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.

  1. 5d ago First seen · 263 lines · 116 tokens per session scan A 924d038dc7eb

Subscribe to this mod's changes

hyperframes-keyframes is a skill published in the GitHub repository EthanYoQ/Skill-hub (9 stars, last pushed 5d ago), licensed MIT. It adds 116 tokens to every session and 3,108 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to hyperframes-keyframes, differing in 0 lines, and is treated as a copy.

Related

Other skills, from other repositories

skin-creator

Create and apply a two-asset LobsterAI visual skin from the user's style description. Use only when the AI Skin Designer kit supplies the structured skinpack workflow marker; do not use for ordinary theme or image requests.

netease-youdao/LobsterAI · 48 tokens

canvas-design

Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.

netease-youdao/LobsterAI · 59 tokens

cli-anything-photoshop

A command-line tool that controls Adobe Photoshop through Windows automation. It can work with Photoshop documents, layers, selections, text, image adjustments, and exports.

yb2460/harness-anything · 43 tokens

canvas-design

Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.

ComposioHQ/awesome-claude-skills · 59 tokens

adobe-automation

Automate Adobe tasks via Rube MCP (Composio). Always search tools first for current schemas.

ComposioHQ/awesome-claude-skills · 26 tokens

clawd-animation

A generator for self-contained HTML pixel animations featuring Clawd, the pixel-style crab mascot of Claude Code. It turns a natural-language scene into a short looping browser animation with a background, character actions, props, and effects.

YiShu5/claude-skills · 208 tokens