hyperframes-faceless-explainer

hyperframes-faceless-explainer is a skill for Claude Code from oyi77/1ai-skills. It costs 96 tokens per session (1,797 once invoked), scanned A, original, MIT.

A tool for turning articles, notes, topics, or briefs into narrated explainer videos without an on-camera presenter. It invents typography, diagrams, charts, and other visuals for each scene, then renders an MP4 video.

In plain words
What is it for?
Use it for concept breakdowns, how-to tutorials, list videos, comparisons, and data-led explainers with voiceover and designed visuals.
Why use it?
It removes the need to film a presenter or capture a real product or website. It helps turn written information into a visual explanation.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions subagents.

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

Good fit Use it for concept breakdowns, how-to tutorials, list videos, comparisons, and data-led explainers with voiceover and designed visuals.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/oyi77/1ai-skills/hyperframes-faceless-explainer
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 oyi77/1ai-skills --skill hyperframes-faceless-explainer
Clone the repo
git clone --depth 1 https://github.com/oyi77/1ai-skills

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-faceless-explainer

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/oyi77/1ai-skills/hyperframes-faceless-explainer"><img src="https://agentmods.dev/badge/skills/oyi77/1ai-skills/hyperframes-faceless-explainer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 96 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,797 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.00096 $0.01797
Opus 5 $0.00048 $0.00898
Sonnet 5 $0.00019 $0.00359
Haiku 4.5 $0.00010 $0.00180

Measured 2d ago against content hash 0d89d4e512ff, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

hyperframes-faceless-explainer 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.

content/hyperframes-faceless-explainer/SKILL.md · 167 lines

How it starts

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

Overview

This skill builds faceless explainer videos — narration-driven, no on-camera presenter — as HyperFrames compositions. Use it for product or concept explainers where voiceover plus visuals carry the message. It renders the final MP4 from a script you provide.

HyperFrames — Faceless Explainer

Turn arbitrary text into an explainer video: pick a design system, plan a teaching story, and build it frame by frame. Faceless means every visual is invented — there is no capture step and no real asset inventory.

When to Use

  • User wants a topic explainer from an article, notes, or brief
  • User wants a concept breakdown (how something works)
  • User wants a how-to or tutorial (no screen capture)
  • User wants a listicle or animated list
  • User wants a data-driven explainer (charts, stats, comparisons)

When NOT to Use

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

Workflow

0 · Setup

npx hyperframes init "videos/<project>" --non-interactive --example=blank --skill=faceless-explainer

Write BRIEF.md immediately after init (never before — init refuses a non-empty directory). Record preferences with node <MEDIA_DIR>/scripts/prefs.mjs record --hyperframes ..

1 · Brief (no capture)

Save the user's full input verbatim:

  • capture/extracted/visible-text.txt — the full article/notes/topic/brief
  • capture/extracted/tokens.json{ "title": "", "description": "", "colors": [], "fonts": [] }

Do NOT run npx hyperframes capture — there is no URL. Faceless visuals are invented downstream.

2 · Design System

Pick a frame preset whose look fits the topic, tone, and audience:

node <SKILL_DIR>/scripts/build-frame.mjs --preset <name> --hyperframes .

Read the full file on GitHub · 167 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. 2d ago First seen · 167 lines · 96 tokens per session scan A 0d89d4e512ff

Subscribe to this mod's changes

hyperframes-faceless-explainer is a skill published in the GitHub repository oyi77/1ai-skills (12 stars, last pushed today), licensed MIT. It adds 96 tokens to every session and 1,797 once invoked, about $0.0005 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