hyperframes-core

hyperframes-core is a skill for Claude Code, Codex from LinHao-city/StoryMind. It costs 61 tokens per session (1,585 once invoked), scanned A, original, AGPL-3.0.

A composition contract for HyperFrames projects. The available information does not explain HyperFrames or the contract's specific behavior in enough detail.

In plain words
What is it for?
Use it before writing composition HTML, especially when working with composition structure, timing attributes, tracks, sub-compositions, variables, media playback, or validation.
Why use it?
It is intended to keep composition files consistent and valid, but the provided description is too thin to say which problems it removes.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/linhao-city/storymind/hyperframes-core
Any agent
npx skills add LinHao-city/StoryMind --skill hyperframes-core
Clone the repo
git clone --depth 1 https://github.com/LinHao-city/StoryMind

Made for: Claude Code, 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-core

README.md
[![agentmods](https://agentmods.dev/badge/skills/linhao-city/storymind/hyperframes-core.svg)](https://agentmods.dev/skills/linhao-city/storymind/hyperframes-core)
Your own site
<a href="https://agentmods.dev/skills/linhao-city/storymind/hyperframes-core"><img src="https://agentmods.dev/badge/skills/linhao-city/storymind/hyperframes-core.svg" alt="Measured on agentmods" height="20"></a>
Per session 61 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,585 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown No closer match found 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 $0.00061 $0.01585
Opus 5 $0.00030 $0.00792
Sonnet 5 $0.00012 $0.00317
Haiku 4.5 $0.00006 $0.00159

Measured 3d ago against content hash 689de1f94e68, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

hyperframes-core 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 3d 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.

.agents/skills/hyperframes-core/SKILL.md · 79 lines

The source is not reproduced here

Licensed AGPL-3.0

The repository is licensed AGPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

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. 3d ago First seen · 79 lines · 61 tokens per session scan A 689de1f94e68

Subscribe to this mod's changes

hyperframes-core is a skill published in the GitHub repository LinHao-city/StoryMind (7 stars, last pushed 2mo ago), licensed AGPL-3.0. It adds 61 tokens to every session and 1,585 once invoked, about $0.0003 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-31.

Related

Other skills, from other repositories

ai-media

Use when a creative goal must become a finished media file: pick and order generative-media models per modality — AI voiceover, image-to-video clips, score — then glue them with ffmpeg (mux, duck, loudnorm, concat). NOT still-image generation/editing (that is replicate-images); NOT code-rendered React compositing…

ericrisco/rsc-harness · 82 tokens

minimax-video

Generate and edit videos using MiniMax H3, the state-of-the-art open multimodal generation model. Supports text-to-video, image-to-video (first/last frame), reference-to-video with multimodal context (images, video clips, audio references), native stereo sound, up to 15 seconds at 2K resolution, in-context…

joeVenner/awesome-minimax-h3 · 226 tokens

minimax-music

Generate professional-quality music using the MiniMax CLOUD Music API (music-3.0). Supports full songs with vocals, purely instrumental tracks, AI lyrics writing, and cover generation from reference audio. Typical output is 2-3 minutes of finished stereo audio. Use when the user asks to create music, generate a song…

joeVenner/awesome-minimax-h3 · 180 tokens

minimax-speech

Generate speech, voiceovers, narration and audiobooks using the MiniMax CLOUD Text-to-Speech API (T2A v2), plus voice cloning and text-described voice design. Supports 332 preset voices across 40+ languages, precise inline pause control, word- and sentence-level timestamp output, emotion and prosody control…

joeVenner/awesome-minimax-h3 · 215 tokens

harness-node-splitter

Split a workflow description into constrained harness nodes using the chapter's rule "nodes differ by tool surface, not by prompt." Given candidate operations each with a declared tool set, merge the ones whose tool surfaces overlap >= 80% (prompt variations of one role) and split the ones with distinct tool surfaces…

AnthonyAlcaraz/agentic-graph-rag-skills · 196 tokens

draft-tool-trust-verifier

Establish trust in a tool by verification, not by its self-description. Flags marketing-gamed tool descriptions ("industry-leading", "trusted by Fortune 500"), requires structured testable capabilities instead of free-text claims, tracks a performance-based trust score (neutral start, successes up, failures and slow…

AnthonyAlcaraz/agentic-graph-rag-skills · 174 tokens