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 yutianxiao6/openreel-studio --skill shot-grid-promptgit clone --depth 1 https://github.com/yutianxiao6/openreel-studioWrote 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/yutianxiao6/openreel-studio/shot-grid-prompt)<a href="https://agentmods.dev/skills/yutianxiao6/openreel-studio/shot-grid-prompt"><img src="https://agentmods.dev/badge/skills/yutianxiao6/openreel-studio/shot-grid-prompt/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/yutianxiao6/openreel-studio/shot-grid-prompt"><img src="https://agentmods.dev/badge/skills/yutianxiao6/openreel-studio/shot-grid-prompt.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.00082 | $0.00509 |
| Opus 5 | $0.00041 | $0.00254 |
| Sonnet 5 | $0.00016 | $0.00102 |
| Haiku 4.5 | $0.00008 | $0.00051 |
Grade A, and why
shot-grid-prompt 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.
What it actually says
分镜宫格图提示词 Skill
用于 image 节点生成一张几宫格分镜图。它只处理分镜图片 prompt。
写法
prompt 开头直接写几宫格,例如“四宫格分镜图”或“六宫格分镜图”。接着写视觉风格、画面质感、色彩、光线和整体情绪。然后按从左到右、从上到下的阅读顺序,连续描述每一格的构图。
每一格聚焦一个关键 beat,写清景别、主体位置、前中后景、动作、视线方向、运动方向、人物相对位置、情绪和与下一格的连续性。画格内保持纯画面表达,依靠构图、动作和视线传达信息。
二宫格适合首尾帧或简单变化;四宫格适合 15 秒内的清晰起承转合;六宫格或九宫格适合动作更密、调度更复杂的段落。
Standalone 节点推荐字段
以下字段只用于直接创建或更新 image 节点。Workflow Build Mode 只把用途、阶段和引用等业务字段写进 spec;模型、画幅、分辨率、宽高、画质和 fps 由前端运行配置提供。
fields.purpose:shot_gridfields.stage:storyboard_referencefields.aspect_ratio:16:9fields.resolution:2560x1440fields.quality:highfields.references: 段落故事用context,人物/场景图用visual_reference
检查点
- 分镜顺序能还原故事节奏。
- 主体位置、视线和运动方向保持连续。
- 每一格都能支持后续 video prompt 的时间段描述。
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.
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 · 34 lines · 82 tokens per session scan A 1700ba1d36b1
shot-grid-prompt is a skill published in the GitHub repository yutianxiao6/openreel-studio (29 stars, last pushed 26d ago), licensed MIT. It adds 82 tokens to every session and 509 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.
Other skills, from other repositories
systematic-debugging
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.
local-ai-agents
Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…
next-cache-components-adoption
Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…
chat-pet-sprite-creation
Use when creating or changing VS Code chat pet sprite art, sprite sheets, state animations, eye treatments, Stable/Insiders variants, or pet transitions under src/vs/workbench/contrib/chat/browser/widget/media/chatPet.
cpu-profile-analysis
Analyze V8/Chrome CPU profiles (.cpuprofile) and DevTools trace files (Trace-.json). Use when: profiling performance, investigating slow functions, comparing code paths, finding bottlenecks, analyzing timeToRequest, understanding call trees from sampling profiler data, analyzing layout/paint/rendering, investigating…
insight-error-page
Write or audit an insight-kind error page for the Next.js dev overlay. Use when creating a new errors/ .mdx page, auditing an existing one, or checking that a page matches the framework fix cards. Covers page structure, title alignment, FixCard cards with Copy prompt button, code snippets, terminology verification…