hyperframes-embedded-captions

hyperframes-embedded-captions is a skill for Claude Code from oyi77/1ai-skills. It costs 81 tokens per session (1,044 once invoked), scanned A, original, MIT.

A tool for adding visible subtitles directly into a video file. These burned-in captions remain part of the picture instead of being a separate subtitle file.

In plain words
What is it for?
Use it to caption existing footage, create standard lower-third subtitle lines, or place styled text behind the subject in selected moments.
Why use it?
It makes talking-head and launch videos easier to follow and more accessible, including on platforms that do not load separate subtitle tracks.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is node scripts/heygen-tts.mjs ./vo-spoken.txt -o voiceover.mp3 --words vo-words.json --voice <voice_id>.

Part of the 1ai-skills plugin — 209 skills, 4 commands shipped together

Good fit Use it to caption existing footage, create standard lower-third subtitle lines, or place styled text behind the subject in selected moments.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/oyi77/1ai-skills
agentmods
npx agentmods add skills/oyi77/1ai-skills/hyperframes-embedded-captions

Made for: Claude Code.

Or install 1ai-skills, the plugin that ships this one along with the rest of its 209 skills, 4 commands.

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-embedded-captions

README.md
[![agentmods](https://agentmods.dev/badge/skills/oyi77/1ai-skills/hyperframes-embedded-captions/github.svg)](https://agentmods.dev/skills/oyi77/1ai-skills/hyperframes-embedded-captions)
Your own site
<a href="https://agentmods.dev/skills/oyi77/1ai-skills/hyperframes-embedded-captions"><img src="https://agentmods.dev/badge/skills/oyi77/1ai-skills/hyperframes-embedded-captions/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-embedded-captions

Your own site · 80×15
<a href="https://agentmods.dev/skills/oyi77/1ai-skills/hyperframes-embedded-captions"><img src="https://agentmods.dev/badge/skills/oyi77/1ai-skills/hyperframes-embedded-captions.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 81 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,044 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 original 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.1 $0.00081 $0.01044
Opus 5 $0.00041 $0.00522
Sonnet 5 $0.00016 $0.00209
Haiku 4.5 $0.00008 $0.00104

Measured yesterday against content hash 1cf28ddb328c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

hyperframes-embedded-captions 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 yesterday.

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.

content/hyperframes-embedded-captions/SKILL.md · 107 lines

How it starts

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

Overview

This skill adds burned-in captions to an existing video via a HyperFrames overlay composition. Use it when your source footage needs accessible, styled subtitles without a separate subtitle track. It renders the captioned MP4 deterministically from the HTML overlay.

HyperFrames — Embedded Captions

Add captions/subtitles to talking-head or launch videos. The caption model (drop/rail/embed) and the overlay law (captions are NOT a reserved band).

When to Use

  • User wants captions/subtitles on a talking-head video
  • User wants a verbatim caption rail (standard lower-third)
  • User wants cinematic embedded text behind the subject (the climax beat)
  • User wants to add accessibility to a video
  • User wants to burn in captions for social media (no subtitle track)

When NOT to Use

  • User wants a full video workflow (use hyperframes-product-launch-video)
  • User wants a full explainer (use hyperframes-faceless-explainer)
  • User wants captions as a sidecar file (SRT/VTT) — this skill burns them in

The Caption Model — Drop / Rail / Embed

What How it's shown
drop filler — um/uh, stutters not shown
rail the default — ordinary spoken content clean lower-third subtitle, in front
embed a promoted peak — the headline beat one big word behind the subject (matte occlusion)

The rail carries most of the text; embed is the scarce, earned peak — ≤1 per beat, never two adjacent, spaced ≥ a beat apart.

The Overlay Law

A caption line is composited ON TOP of the film as an overlay; it is NOT a reserved zone.

  • Center the composition on the TRUE vertical center (y = H/2). Do not shift content up to "make room" for captions.
  • Content may extend to the canvas bottom.
  • Avoid parking critical small readable text (URL, legal line) in the bottom ~80px center span where the caption line sits.
  • No machine keep-out gate — judge legibility visually.

Workflow

Read the full file on GitHub · 107 lines

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. yesterday First seen · 107 lines · 81 tokens per session scan A 1cf28ddb328c

Subscribe to this mod's changes

hyperframes-embedded-captions is a skill published in the GitHub repository oyi77/1ai-skills (12 stars, last pushed today), licensed MIT. It adds 81 tokens to every session and 1,044 once invoked, about $0.0004 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-09-10.

Related

Other skills, from other repositories

hive.image-generation

Required before calling imagegenerate. Create and edit images from a prompt — generate an image, make a picture / logo / illustration / icon / banner / poster / thumbnail / hero image / mockup / product shot / social graphic, or edit / restyle / combine existing images from reference images. Uses OpenAI gpt-image-2…

aden-hive/hive · 149 tokens

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

music-search

Search cloud drives for downloadable music resources (songs, albums, lossless audio). Use this skill when the user wants to download a specific song or album. Do NOT use for general music information, lyrics, or recommendations.

netease-youdao/LobsterAI · 47 tokens

guizang-ppt-skill

A generator for presentation decks delivered as a single HTML file that runs in a web browser. It provides magazine-style and Swiss-style visual templates for swipeable presentations.

seaworld008/Commonly-used-high-value-skills · 56 tokens

clay

AI 3D model generation agent. Generates text-to-3D and image-to-3D code (Python/JS/OpenSCAD) using Meshy, Tripo, Hunyuan3D, Rodin, Sloyd, and Stability APIs. Handles game pipeline integration, LOD, retopology, UV, and QC validation.

seaworld008/Commonly-used-high-value-skills · 73 tokens

openakita/skills@algorithmic-art

Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright…

openakita/openakita · 67 tokens