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.
npx skills add oyi77/1ai-skills --skill hyperframes-slideshowgit clone --depth 1 https://github.com/oyi77/1ai-skillsWrote 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.
[](https://agentmods.dev/skills/oyi77/1ai-skills/hyperframes-slideshow)<a href="https://agentmods.dev/skills/oyi77/1ai-skills/hyperframes-slideshow"><img src="https://agentmods.dev/badge/skills/oyi77/1ai-skills/hyperframes-slideshow/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.
<a href="https://agentmods.dev/skills/oyi77/1ai-skills/hyperframes-slideshow"><img src="https://agentmods.dev/badge/skills/oyi77/1ai-skills/hyperframes-slideshow.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00068 | $0.00906 |
| Opus 5 | $0.00034 | $0.00453 |
| Sonnet 5 | $0.00014 | $0.00181 |
| Haiku 4.5 | $0.00007 | $0.00091 |
Grade A, and why
hyperframes-slideshow 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 today.
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.
How it starts
The opening of the file, as written. The whole thing — 105 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Overview
This skill builds a timed slideshow video from a set of images with transitions, as a HyperFrames composition. Use it for portfolios, recaps, or gallery sequences. It renders the final MP4 with exact per-slide timing.
HyperFrames — Slideshow / Deck
A presentation, pitch deck, or interactive deck. Discrete slides, fragment reveals, branching, hotspot navigation, presenter mode. Output is a navigable deck, not a rendered video.
When to Use
- User wants a presentation or pitch deck
- User wants slides with animated reveals
- User wants an interactive deck (branching, hotspots)
- User wants a slide deck that can also render to video
- User says "make me slides" or "pitch deck"
When NOT to Use
- User wants a rendered MP4 video (use
hyperframes-product-launch-video) - User wants a PowerPoint file (use
document-creatorskill) - User wants a single motion graphic (use
hyperframes-motion-graphics)
Workflow
1 · Plan the deck
- Slide count: 5-15 for pitches, 10-30 for deep dives
- Structure: title → problem → solution → proof → CTA
- Timing: if rendering to video, 5-10s per slide
2 · Author slides as scenes
Each slide is a clip with full-canvas duration:
<div class="slide" data-start="0" data-duration="8" data-track-index="0">
<h1 class="slide-title">Problem</h1>
<p class="slide-body">Customers waste 3 hours daily on manual reports.</p>
</div>
<div class="slide" data-start="8" data-duration="8" data-track-index="1">
<h1 class="slide-title">Solution</h1>
<p class="slide-body">Automated pipeline in one click.</p>
</div>
3 · Add fragment reveals
Within a slide, stagger element entrances for presenter-paced reveals:
.fragment { opacity: 0; }
.fragment.visible { animation: fadeInUp 0.5s forwards; }
.fragment:nth-child(2) { animation-delay: 0.3s; }
.fragment:nth-child(3) { animation-delay: 0.6s; }
4 · Wire navigation (interactive mode)
- Linear: arrow keys / click advance
__player.seek(nextSlide) - Branching: hotspot buttons jump to named slides
- Presenter mode: speaker notes in separate pane, synced via same clock
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.
- today First seen · 105 lines · 68 tokens per session scan A 12c14cb89f67
hyperframes-slideshow is a skill published in the GitHub repository oyi77/1ai-skills (12 stars, last pushed today), licensed MIT. It adds 68 tokens to every session and 906 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-09-10.
Other skills, from other repositories
Presentation Skills Index
Skills for creating presentations, slides, and visual documentation.
slidev-deck
Create and iterate on Slidev presentation decks, defaulting to local preview immediately after deck generation.
slidev
Create and present web-based slidedecks for developers using Slidev with Markdown, Vue components, code highlighting, animations, and interactive features. Use when building technical presentations, conference talks, code walkthroughs, teaching materials, or developer decks.
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…
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.
ppt-keynote
A browser-based Keynote-style presentation template where each slide is a full-screen section with keyboard navigation and fade transitions.