hyperframes-changelog-video

hyperframes-changelog-video is a skill for Claude Code, Codex from oyi77/1ai-skills. It costs 85 tokens per session (1,336 once invoked), scanned A, original, MIT.

A tool for turning a weekly changelog—a written list of product changes—into a branded video. It uses animated interface mock-ups, key callouts, and background visuals, then renders an MP4.

In plain words
What is it for?
Use it when you have a changelog in Markdown, a plain-text document format, and want a weekly or release-update video.
Why use it?
It turns release notes into a visual update instead of leaving them as a text-only list. This helps present several product changes in a consistent video format.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

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 when you have a changelog in Markdown, a plain-text document format, and want a weekly or release-update video.

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-changelog-video

Made for: Claude Code, Codex.

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-changelog-video

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/oyi77/1ai-skills/hyperframes-changelog-video"><img src="https://agentmods.dev/badge/skills/oyi77/1ai-skills/hyperframes-changelog-video.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 85 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,336 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.00085 $0.01336
Opus 5 $0.00043 $0.00668
Sonnet 5 $0.00017 $0.00267
Haiku 4.5 $0.00009 $0.00134

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

Security

Grade A, and why

hyperframes-changelog-video 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-changelog-video/SKILL.md · 119 lines

How it starts

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

Overview

This skill turns a release changelog into a polished video composition using HyperFrames HTML-based rendering. Use it when a product update deserves a visual announcement — hero frames, key bullet callouts, and a background pattern. It produces an MP4 rendered from the changelog entries you feed it.

HyperFrames — Changelog Video

Input: a changelog .md (themes + items). Output: a lint-clean, seam-gate-green HyperFrames project. Render only when asked.

When to Use

  • User provides a changelog/digest markdown and wants the weekly video
  • User says "changelog video" or "weekly digest video"
  • User wants a branded video with animated mock-UIs and voiceover

When NOT to Use

  • User wants a product launch (use hyperframes-product-launch-video)
  • User wants a motion graphic (use hyperframes-motion-graphics)
  • User wants a talking-head video (use hyperframes-embedded-captions)

The Prime Directive: Visualize, Don't List

Every theme is illustrated by an animated mock of the actual UI or a faithful analog acting out the change in experience — never text bullets. Route every theme/item through the visualization registry BEFORE writing the script.

Workflow

0 · Bootstrap from skill assets (non-negotiable)

mkdir -p project/assets/fonts
cp <SKILL_DIR>/assets/fonts/*.woff2 project/assets/fonts/
cp <SKILL_DIR>/assets/bgm.mp3 project/bgm.mp3
ffmpeg -y -stream_loop 15 -i <SKILL_DIR>/assets/bg-pattern.mp4 -t <TOTAL> \
  -vf "scale=1080:1080,fps=30,eq=saturation=0.72,[email protected]:t=fill" \
  -an -c:v libx264 -crf 20 -pix_fmt yuv420p project/assets/bg-pattern-<TOTAL>s.mp4
cp <SKILL_DIR>/examples/master-skeleton.html project/index.html

Then read references/build-spec.md end-to-end — it defines the brand tokens.

1 · Parse + editorial cut

  • Extract: week range, headline stats, themes, items
  • Budget: 45-60s total. Title ≤2s, outro ≤3.5s, 4 themes ≈ 9-12s each
  • Per theme keep ONE hero visualization + at most 3 spoken items
  • Order themes by story: marquee feature → product surface → performance → reliability

Read the full file on GitHub · 119 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 · 119 lines · 85 tokens per session scan A e1706cb2e14d

Subscribe to this mod's changes

hyperframes-changelog-video is a skill published in the GitHub repository oyi77/1ai-skills (12 stars, last pushed today), licensed MIT. It adds 85 tokens to every session and 1,336 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

Release Notes Generator

Generate professional software release notes from a commit log: classify changes, write user-facing summaries, draft a publishable announcement, and assess release readiness. Use for release, changelog, version, and deploy requests.

AgentEra/Agently · 46 tokens

release-management

Automates GitHub releases with semantic versioning, changelog generation from merged PRs, and gh CLI integration. Supports draft, prerelease, and standard release workflows with task-tracked multi-phase execution. Use when creating releases, tagging versions, or publishing changelogs.

yonatangross/orchestkit · 58 tokens

asc-ad-hoc-distribution

Prepare, publish, resume, and verify private iOS release-testing installs with asc distribute. Use when distributing an IPA to registered devices outside TestFlight, reconciling ad hoc profiles, publishing through caller-owned S3-compatible storage, or diagnosing a resumable private distribution run.

rorkai/app-store-connect-cli-skills · 62 tokens

release-new-version

Use when the user wants to release a new Zafiro version — drafting bilingual release notes, deciding the next version number, bumping app/build.gradle.kts, tagging, and publishing to GitHub (main repo, optionally the Xposed repo).

niki914/zafiro · 54 tokens

github

Use when automating GitHub issues, pull requests, reviews, CI checks, labels, releases, or engineering collaboration loops through the GitHub CLI.

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

openakita/skills@changelog-generator

Automatically creates user-facing changelogs from git commits by analyzing commit history, categorizing changes, and transforming technical commits into clear, customer-friendly release notes. Use this skill whenever the user mentions changelogs, release notes, version updates, "what changed", product updates, app…

openakita/openakita · 81 tokens