manage-storyboard-projects

manage-storyboard-projects is a skill for Claude Code, Codex from Yuuhann1999/codex-storyboard. It costs 72 tokens per session (823 once invoked), scanned A, original, MIT.

A guide for managing projects in Codex Storyboard, a local app for writing video scripts and arranging them into shots.

In plain words
What is it for?
Use it to create or revise shot lists, rename projects, change aspect ratios, find existing projects, delete projects, or open the Storyboard app.
Why use it?
It provides a defined way to create, inspect, change, open, or delete storyboard projects without manually controlling the browser or editing stored data.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions Codex.

Good fit Use it to create or revise shot lists, rename projects, change aspect ratios, find existing projects, delete projects, or open the Storyboard app.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/yuuhann1999/codex-storyboard/manage-storyboard-projects
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 Yuuhann1999/codex-storyboard --skill manage-storyboard-projects
Clone the repo
git clone --depth 1 https://github.com/Yuuhann1999/codex-storyboard

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 manage-storyboard-projects

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/yuuhann1999/codex-storyboard/manage-storyboard-projects"><img src="https://agentmods.dev/badge/skills/yuuhann1999/codex-storyboard/manage-storyboard-projects.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 72 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 823 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00072 $0.00823
Opus 5 $0.00036 $0.00411
Sonnet 5 $0.00014 $0.00165
Haiku 4.5 $0.00007 $0.00082

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

Security

Grade A, and why

manage-storyboard-projects 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 13d 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.

plugins/codex-storyboard/skills/manage-storyboard-projects/SKILL.md · 76 lines

How it starts

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

Manage Storyboard Projects

Use the Codex Storyboard MCP project tools. Never control the browser, never run npm start manually during normal use, and never edit data files directly.

If the current Codex session does not expose Storyboard MCP tools such as create_storyboard_project, list_storyboard_projects, or open_storyboard, first use tool_search to search for codex storyboard and load the deferred tools. Only if tool_search is unavailable or cannot find them, tell the user to start a new Codex conversation or restart Codex so plugin tools are reloaded. Do not silently fall back to editing local data files directly.

Open the storyboard

If the user asks to open, start, launch, or show Codex Storyboard:

  1. Call open_storyboard.
  2. Return the local URL as a clickable link.
  3. Tell the user to open the link in the Codex side panel.
  4. Do not launch Chrome, shell open, Computer Use, or Browser automation just to open the page.

The plugin starts the bundled local app automatically. Project data is stored outside the plugin cache by default.

Create a project

  1. Turn the user's request into a complete shot list before calling the tool.
  2. Call create_storyboard_project once with the project title, aspect ratio, all shots, and optional absolute designPath.
  3. Do not create shots one at a time.
  4. Return the created project ID and the project URL from the tool result. Tell the user to open that URL or refresh the storyboard if it is already open.
  5. If any shot uses remotion or hyperframes, mention that generation requires the corresponding plugin or local toolchain before processing assets.

Each shot should include:

  • rollType: A-ROLL for primary presentation or spoken footage; B-ROLL for supporting visuals.
  • mediaType: image or video.
  • duration: seconds.
  • dialogue: spoken line for the shot.
  • visualPrompt: concrete visual description used for asset generation.
  • generator: manual, image-gen, hyperframes, or remotion.
  • notes: editing, pacing, transition, or production notes.

Read the full file on GitHub · 76 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. 13d ago First seen · 76 lines · 72 tokens per session scan A 4fd7bd34b6d9

Subscribe to this mod's changes

manage-storyboard-projects is a skill published in the GitHub repository Yuuhann1999/codex-storyboard (328 stars, last pushed 2mo ago), licensed MIT. It adds 72 tokens to every session and 823 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-08-30.

Related

Other skills, from other repositories

linear-tickets

Create or update high-quality Linear tickets while preserving the originating report, diagnostic links, attachments, and reporter/requester attribution. Read this whenever someone asks to create, recreate, or update a Linear issue.

langchain-ai/open-swe · 44 tokens

gh-issues

Fetch GitHub issues, spawn sub-agents to implement fixes and open PRs, then monitor and address PR review comments. Usage: /gh-issues [owner/repo] [--label bug] [--limit 5] [--milestone v1.0] [--assignee @me] [--fork user/repo] [--watch] [--interval 5] [--reviews-only] [--cron] [--dry-run] [--model glm-5]…

the-open-agent/openagent · 116 tokens

speckit-plan

Execute the implementation planning workflow using the plan template to generate design artifacts.

Azure/GPT-RAG · 19 tokens

linear-app-setup

Create and configure a Linear agent app so the assistant can manage issues, projects, and workflows under its own identity.

vellum-ai/vellum-assistant · 27 tokens

run-task

Execute a single Todo task through In Progress to Review, meeting every acceptance criterion with tests and vibe-lint checks. Refuses Planning-status tasks. Invoked as /agiflow:run-task . Uses gettask, updatetask, createtaskcomment.

hashgraph-online/awesome-codex-plugins · 56 tokens

agent-phase-closeout

A Chinese-language process for closing out a completed work stage and recording its state. It summarizes finished work, preserves decisions, freezes completed interfaces, and writes a resume checkpoint.

hashgraph-online/awesome-codex-plugins · 73 tokens