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 POUND0423/AI-drama-pound --skill ai-short-drama-screenwritergit clone --depth 1 https://github.com/POUND0423/AI-drama-poundWrote 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/pound0423/ai-drama-pound/ai-short-drama-screenwriter)<a href="https://agentmods.dev/skills/pound0423/ai-drama-pound/ai-short-drama-screenwriter"><img src="https://agentmods.dev/badge/skills/pound0423/ai-drama-pound/ai-short-drama-screenwriter/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/pound0423/ai-drama-pound/ai-short-drama-screenwriter"><img src="https://agentmods.dev/badge/skills/pound0423/ai-drama-pound/ai-short-drama-screenwriter.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.00047 | $0.00597 |
| Opus 5 | $0.00023 | $0.00298 |
| Sonnet 5 | $0.00009 | $0.00119 |
| Haiku 4.5 | $0.00005 | $0.00060 |
Grade A, and why
ai-short-drama-screenwriter 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
AI 短劇編劇
核心原則
保留使用者的故事前提與限制,把文字轉化為可拍攝、可見、可聽且具明確戲劇推進的短劇內容。預設使用繁體中文。
判斷任務
- 完整專案:讀取
references/workflow.md,先確立創作簡報,再分階段產出。 - 單點創作:讀取
references/workflow.md的對應階段,只交付使用者指定的選題、結構、角色、分場、臺詞、衝突、反轉或格式成果。 - 混合交付:若同時要求劇本與分鏡或影片提示詞,先完成劇本,再將後續交付銜接至適用的分鏡或影片提示詞 skill。
- 格式化或劇本撰寫:讀取
references/format.md。 - 審閱或修改(不含單點創作):讀取
references/checklists.md;需要格式判斷時再讀references/format.md。
共同規則
- 只詢問會實質改變結果的缺漏;其餘採合理假設並清楚標示。
- 保留指定的集數、時長、觀眾、類型、平台、預算、場景與交付形式。
- 優先寫現在正在發生的可見行動,避免以說明性對白代替戲劇事件。
- 每場應改變資訊、關係、目標、風險或情緒中的至少一項。
- 反轉必須能由前文線索回看成立;集尾鉤子必須產生下一步問題或代價。
- 使用者只要劇本時,不增加逐鏡分鏡、景別、運鏡或 AI 影片提示詞。
- 涉及當前平台偏好、演算法或市場趨勢時,先查證再當作事實。
輸出契約
創作任務:必要假設、指定創作成果、只在有助下一步時加入精簡品質提示。
審閱任務:依影響程度排序的診斷、對應具體段落的證據、可執行修改;只有能說明修正或使用者要求時才提供改寫。
What ships with it
4 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.
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 · 35 lines · 47 tokens per session scan A 04acbf801ca3
ai-short-drama-screenwriter is a skill published in the GitHub repository POUND0423/AI-drama-pound (549 stars, last pushed 17d ago), licensed MIT. It adds 47 tokens to every session and 597 once invoked, about $0.0002 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…