storyboard-html-preview

storyboard-html-preview is a skill for Claude Code, Codex from whystrohm/shotkit. It costs 112 tokens per session (2,716 once invoked), scanned A, original, Apache-2.0.

A renderer that turns structured storyboard files into one self-contained HTML preview. The preview opens in a browser, can be shared or printed, and works without a server or internet connection.

In plain words
What is it for?
Use it to preview, share, print, or hand off a storyboard made from files such as storyboard.md and shots.json.
Why use it?
It removes the need for an editor or client to understand the storyboard’s source files or run a build process to review it.

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/whystrohm/shotkit/storyboard-html-preview
Any agent
npx skills add whystrohm/shotkit --skill storyboard-html-preview
Clone the repo
git clone --depth 1 https://github.com/whystrohm/shotkit

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 storyboard-html-preview

README.md
[![agentmods](https://agentmods.dev/badge/skills/whystrohm/shotkit/storyboard-html-preview.svg)](https://agentmods.dev/skills/whystrohm/shotkit/storyboard-html-preview)
Your own site
<a href="https://agentmods.dev/skills/whystrohm/shotkit/storyboard-html-preview"><img src="https://agentmods.dev/badge/skills/whystrohm/shotkit/storyboard-html-preview.svg" alt="Measured on agentmods" height="20"></a>
Per session 112 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,716 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00112 $0.02716
Opus 5 $0.00056 $0.01358
Sonnet 5 $0.00022 $0.00543
Haiku 4.5 $0.00011 $0.00272

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

Security

Grade A, and why

storyboard-html-preview 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 4d 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.

skills/storyboard-html-preview/SKILL.md · 294 lines

How it starts

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

Storyboard HTML Preview

You are turning structured storyboard files into a single shareable HTML document. The output is what an editor, stakeholder, or client opens in a browser without thinking about it.

The constraint is non-negotiable: single file, no build step, no server, works offline. Any time the output requires "run this build command" or "host this somewhere," the skill has failed.

When to use

Trigger when the user:

  • Asks to preview, share, or export a storyboard
  • Wants a printable version
  • Says "what's the next step" after a storyboard-architect run
  • Hands off storyboard.md + shots.json + asks for a deliverable for review

What you produce

One file: preview.html. Self-contained. Inline CSS. No JavaScript dependencies (vanilla JS only, embedded). No external font files (uses system stack with brand-font fallbacks). No external images (placeholder slots; if generated images exist, embed as base64 OR reference relative paths).

output/
├── run.json                   # input, for the run id and date
├── storyboard.md              # input
├── shots.json                 # input
├── text-overlays.json         # input
├── brand-lock.snapshot.md     # input
├── frames/round-N/            # input, if generation has happened
├── critiques/round-N/         # input, for the verdict badges
└── preview.html               # ← what this skill produces

If the user has generated frames, the HTML references them via relative paths so the file works when the whole output/ folder is shared. Resolve a shot's frame in this order:

  1. An entry in shot.assets.generated marked accepted: true
  2. The newest entry in shot.assets.generated
  3. frames/round-{highest}/{shot_id}.{png,jpg,jpeg,webp}
  4. generated/{shot_id}.{ext}, the pre-3.0.0 flat layout

Data first, convention second. Reading the path convention first meant the page showed whatever file happened to sit there, accepted or rejected, first draft or fifth re-roll.

If no frames exist yet, the HTML uses styled placeholder cards with the shot spec, still useful for review and handoff.

Read the full file on GitHub · 294 lines

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 4d ago First seen · 294 lines · 112 tokens per session scan A 949c6f6425e1

Subscribe to this mod's changes

storyboard-html-preview is a skill published in the GitHub repository whystrohm/shotkit (19 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 112 tokens to every session and 2,716 once invoked, about $0.0006 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-30.

Related

Other skills, from other repositories

videoagent-director

AI creative director that turns a user's natural-language idea into a complete storyboard and generates all assets — images, video clips, and audio — automatically. The user only describes what they want; all prompt engineering is handled internally.

pexoai/pexo-skills · 49 tokens

takeaway-skill

Distill a reference into reusable mechanisms instead of copying surface style. Keep new results unreviewed by default, separate capture from reuse approval, and hand only public-safe, scope-matched outputs to implementation.

julilaoshi/takeaway-skill · 46 tokens

design-engineering

Apply interface craft when building or reviewing UI - motion, easing, timing, springs, component feel, and visual foundations. Use when building a component, animation, transition, hover or press state, modal, drawer, toast, or when polishing an interface so it feels right. Says "make this feel better", "add an…

rohitg00/pro-workflow · 82 tokens

process-storyboard-tasks

Process pending Codex Storyboard image and video generation tasks. Use when the user asks to generate storyboard assets, process the storyboard queue, generate all shots, generate a specific storyboard row, or return Image Generation, HyperFrames, or Remotion outputs to the local storyboard.

Yuuhann1999/codex-storyboard · 60 tokens

manage-storyboard-projects

Create, find, inspect, update, or delete Codex Storyboard projects directly through MCP. Use when the user asks Codex to write a new video script or storyboard into the local storyboard app, add or revise shots, rename a project, change its aspect ratio, find an existing project, or delete one without browser…

Yuuhann1999/codex-storyboard · 72 tokens

minimax-multimodal-toolkit

MiniMax-native multimodal workflow for image, video, voice, music, and media-processing tasks. Use when the user asks to generate image/video/audio assets, wants MiniMax-specific media APIs, needs TTS or voice workflows, wants reproducible local media outputs, or needs FFmpeg-style processing around generated media.…

madebyaris/advance-minimax-m3-cursor-rules · 97 tokens