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 Yuuhann1999/codex-storyboard --skill process-storyboard-tasksgit clone --depth 1 https://github.com/Yuuhann1999/codex-storyboardWrote 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/yuuhann1999/codex-storyboard/process-storyboard-tasks)<a href="https://agentmods.dev/skills/yuuhann1999/codex-storyboard/process-storyboard-tasks"><img src="https://agentmods.dev/badge/skills/yuuhann1999/codex-storyboard/process-storyboard-tasks/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/yuuhann1999/codex-storyboard/process-storyboard-tasks"><img src="https://agentmods.dev/badge/skills/yuuhann1999/codex-storyboard/process-storyboard-tasks.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 1 finding, up to medium
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- medium MCP Rug Pull · line 31 npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.Fix: Pin the version: npx @scope/[email protected]
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.00060 | $0.01224 |
| Opus 5 | $0.00030 | $0.00612 |
| Sonnet 5 | $0.00012 | $0.00245 |
| Haiku 4.5 | $0.00006 | $0.00122 |
Grade A, and why
process-storyboard-tasks 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.
How it starts
The opening of the file, as written. The whole thing — 68 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Process Codex Storyboard Tasks
Process the local storyboard queue. The MCP tools start the bundled local app automatically when needed and default to http://127.0.0.1:43218.
If the current Codex session does not expose Storyboard MCP tools such as list_storyboard_generation_tasks, claim_storyboard_generation_task, or complete_storyboard_generation_task, 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.
Workflow
-
Call
list_storyboard_generation_taskswith statuspending. -
Inspect the generators used by the pending tasks and verify the matching local capabilities before claiming anything:
image-genrequires the built-inimagegenskill and image generation tool.hyperframesrequires the HyperFrames and HyperFrames CLI skills.remotionrequires the Remotion skill and its local rendering toolchain.
If a required capability is unavailable, do not claim affected tasks. Report the exact missing capability and continue with tasks whose generators are available.
-
Probe the local environment with read-only checks before deciding to install anything:
- Check Node.js, npm, and pnpm availability and versions.
- Check whether the task
outputDir, active workspace, or chosen render directory already haspackage.json, a lockfile, andnode_modules. - Check for local CLIs with existing project commands such as
pnpm exec ...,npm run ..., or executable files undernode_modules/.bin. - Check for global CLIs only with non-installing commands such as
command -v,where, or direct--versionafter the command is found. - Check whether Chromium, FFmpeg, or tool-specific render caches already exist when the selected renderer needs them.
Do not use commands that can implicitly download packages as probes. Do not run
npx remotion,pnpm dlx, or package-managerexecforms that will install missing packages merely to test availability.
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.
- 12d ago First seen · 68 lines · 60 tokens per session scan A 7cafe01abddd
process-storyboard-tasks is a skill published in the GitHub repository Yuuhann1999/codex-storyboard (327 stars, last pushed 2mo ago), licensed MIT. It adds 60 tokens to every session and 1,224 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-08-30.
Other skills, from other repositories
video-prompt-engineer
A workflow for converting a finished script or script excerpt into Seedance-ready storyboards and video prompts. Seedance is an AI video-generation system, and each storyboard covers a 10–15-second clip.
video-storyboard-gen
A Chinese-language skill for turning a topic, copy, or creative idea into a video plan with story structure, shot-by-shot storyboards, timings, camera movements, and AI video prompts.
storyboard-designer
A tool for turning a narration or story script into a structured storyboard spreadsheet for AI video projects. The spreadsheet includes shot planning, character design, first- and last-frame prompts, narration, and sound effects.
image-generation
Generate or edit images from text prompts. Use when the user asks to create, draw, design, or edit an image, illustration, photo, icon, poster, or any visual content.
powerpoint
Create designed, editable PowerPoint .pptx presentations with PptxGenJS. Use when the user asks to create, generate, update, or inspect a deck, slide deck, presentation, or .pptx file.
gifgrep
Search GIF providers with CLI/TUI, download results, and extract stills/sheets.