cinematic-storyboard-sheet

cinematic-storyboard-sheet is a skill for Codex from 0xagi-bsky-social/Codex-Skills. It costs 110 tokens per session (1,157 once invoked), scanned A, original, MIT.

An image-generation procedure for turning storyboard text, shot lists, scripts, or character references into a vertical sheet of cinematic storyboard frames.

In plain words
What is it for?
Use it to create a black-background storyboard sheet with widescreen frames, shot details, bordered text areas, and no calendar dates.
Why use it?
It turns production notes into a visual timeline with frame thumbnails and aligned shot information, making the planned sequence easier to inspect.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: mentions Codex.

Good fit Use it to create a black-background storyboard sheet with widescreen frames, shot details, bordered text areas, and no calendar dates.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/0xagi-bsky-social/codex-skills/cinematic-storyboard-sheet
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 0xagi-bsky-social/Codex-Skills --skill cinematic-storyboard-sheet
Clone the repo
git clone --depth 1 https://github.com/0xagi-bsky-social/Codex-Skills

Made for: 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 cinematic-storyboard-sheet

README.md
[![agentmods](https://agentmods.dev/badge/skills/0xagi-bsky-social/codex-skills/cinematic-storyboard-sheet/github.svg)](https://agentmods.dev/skills/0xagi-bsky-social/codex-skills/cinematic-storyboard-sheet)
Your own site
<a href="https://agentmods.dev/skills/0xagi-bsky-social/codex-skills/cinematic-storyboard-sheet"><img src="https://agentmods.dev/badge/skills/0xagi-bsky-social/codex-skills/cinematic-storyboard-sheet/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 cinematic-storyboard-sheet

Your own site · 80×15
<a href="https://agentmods.dev/skills/0xagi-bsky-social/codex-skills/cinematic-storyboard-sheet"><img src="https://agentmods.dev/badge/skills/0xagi-bsky-social/codex-skills/cinematic-storyboard-sheet.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 110 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,157 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.00110 $0.01157
Opus 5 $0.00055 $0.00579
Sonnet 5 $0.00022 $0.00231
Haiku 4.5 $0.00011 $0.00116

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

Security

Grade A, and why

cinematic-storyboard-sheet 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 12d 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.

cinematic-storyboard-sheet/SKILL.md · 88 lines

How it starts

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

Cinematic Storyboard Sheet

Overview

Create a polished vertical storyboard sheet image as a continuous top-to-bottom cinematic timeline. This skill is image-only: when it is invoked, call image_gen with the completed prompt and do not return a text prompt, plan, explanation, markdown sheet, or any non-image artifact.

Prioritize production-design clarity: widescreen frame thumbnails, precise shot metadata, bordered text blocks, restrained black-and-grey styling, and no calendar dates anywhere in the rendered sheet.

Output Contract

  • Always use the image_gen tool to generate the final storyboard sheet image.
  • Do not use file generation, SVG/HTML composition, plain text, or prompt-only output as the final result.
  • Do not ask clarifying questions before generation; make reasonable cinematic assumptions from the provided storyboard text and character references.
  • If the user provides incomplete storyboard text, generate a professional storyboard sheet image with inferred shot details or clearly designed placeholder shot rows.
  • If image_gen is not available in the current environment, do not substitute another output format.

Workflow

  1. Parse the user's storyboard text into frames, preserving shot order.
  2. Extract or infer for each frame: timestamp/timecode, shot number, shot title, action, camera/lens/movement, lighting/color, and dialogue if present.
  3. Use referenced character images as identity and costume references when available; preserve distinguishing features consistently across frames.
  4. Compose one complete image_gen prompt that includes the full layout specification and all parsed frame content.
  5. Run the quality gate below against the prompt before generation.
  6. Call image_gen immediately with that prompt as the final action.

Layout Specification

  • Format: one continuous vertical sheet, read top to bottom as a timeline.
  • Background: pure black only.
  • Typography: light grey text, clean production-board hierarchy, high legibility, no decorative clutter.
  • Frame area: left column contains cinematic frames in a strict 3:2 aspect ratio.
  • Text area: right column aligns side-by-side with its corresponding frame.
  • Frame metadata: each frame must clearly show Timestamp, Shot Number, and Shot Title.
  • Timestamp meaning: use only story timecode or relative shot timing supplied by the user. Do not render calendar dates, years, month names, day names, or production-date stamps.
  • Required text blocks: include bordered sections labeled exactly Action, Camera / Lens / Movement, and Lighting / Color.
  • Dialogue rule: if spoken lines exist, add a separate bordered Dialogue section immediately next to the Action section. If no spoken lines exist, omit Dialogue entirely.
  • Borders: use thin light-grey borders around every required text block and optional dialogue block.
  • Continuity: align each text cluster to the vertical center/top rhythm of its corresponding frame; avoid orphaned labels, floating text, or mismatched frame descriptions.

Read the full file on GitHub · 88 lines

Files

What ships with it

1 file 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. 12d ago First seen · 88 lines · 110 tokens per session scan A 921a11d92319

Subscribe to this mod's changes

cinematic-storyboard-sheet is a skill published in the GitHub repository 0xagi-bsky-social/Codex-Skills (2 stars, last pushed 3mo ago), licensed MIT. It adds 110 tokens to every session and 1,157 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-31.