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 jis60224/ai-comic-skills --skill ai-comic-scriptgit clone --depth 1 https://github.com/jis60224/ai-comic-skillsWrote 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/jis60224/ai-comic-skills/ai-comic-script)<a href="https://agentmods.dev/skills/jis60224/ai-comic-skills/ai-comic-script"><img src="https://agentmods.dev/badge/skills/jis60224/ai-comic-skills/ai-comic-script/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/jis60224/ai-comic-skills/ai-comic-script"><img src="https://agentmods.dev/badge/skills/jis60224/ai-comic-skills/ai-comic-script.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.00146 | $0.05571 |
| Opus 5 | $0.00073 | $0.02786 |
| Sonnet 5 | $0.00029 | $0.01114 |
| Haiku 4.5 | $0.00015 | $0.00557 |
Grade A, and why
ai-comic-script 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 8d 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 — 362 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AI 漫剧剧本生成技能
一个引导用户完成 AI 漫剧剧本创作全流程的技能。从信息收集、故事构思、大纲生成、分集设计到完整剧本输出,并在每个环节进行质量检查。
核心原则
- 用户信息不足时必须主动提问:不要猜测用户的需求,要通过引导式提问收集完整信息。
- 所有回复使用中文。
- 遵循商业短剧标准:剧本要适合短视频平台连载、付费转化和 AI 漫剧制作。
- 每个环节输出后进行质量检查:严格对照检查清单确保合规。
- 剧本文件统一存放:在当前目录下创建以剧名命名的文件夹,存放所有剧本相关文件。
- 支持跨会话续写:用户可以在新会话中继续创作,技能会自动识别已有剧本项目并衔接。
工作流程
阶段零:项目识别与续写(每次会话开始时执行)
每次用户请求与剧本相关的操作时,首先检查当前目录下是否已有剧本项目文件夹。
识别流程:
- 扫描当前目录:列出当前目录下的所有子文件夹,查找包含剧本文件(如
00_剧本概览.md、01_核心人设.md等)的文件夹。 - 如果找到已有项目:
- 读取
00_剧本概览.md获取剧名、题材、受众、卖点等基础信息 - 读取
01_核心人设.md获取所有角色设定和人物关系 - 读取
02_故事大纲.md获取完整故事线 - 读取
03_分集看点表.md获取已规划的分集内容 - 扫描所有
04_第XX集_完整剧本.md文件,确定已完成的集数 - 读取最后一集的剧本内容,特别是结尾悬念和下一集剧情预告
- 向用户汇报项目状态,例如:
我发现当前目录下已有剧本项目【剧名】: - 题材:XXX - 已完成集数:第1-3集 - 下一集预告:XXX 你想要: 1. 继续生成第4集剧本? 2. 修改已有的某一集? 3. 调整人设/大纲/分集看点? 4. 其他操作?
- 读取
- 如果找到多个项目:列出所有项目名称,让用户选择要继续的项目。
- 如果没有找到项目:进入阶段一(信息收集),从零开始创作。
续写模式——生成后续集数:
当用户要求生成后续集数时:
- 必读已有内容:读取故事大纲、分集看点表、以及最近2集的完整剧本,确保剧情连贯。
- 衔接上集结尾:新一集的开头必须承接上一集的结尾悬念,不能脱节。
- 保持人设一致:角色性格、说话方式、人物关系必须与已有剧本保持一致。
- 推进主线:参照故事大纲和分集看点表,确保新一集推进了主线剧情。
- 格式统一:严格按照已有剧本的格式标准输出(场景编号、画面描述、台词格式等)。
- 质量检查:生成后按照阶段三的检查清单进行检查。
- 文件输出:将新一集剧本保存为
04_第XX集_完整剧本.md,放入同一项目文件夹。 - 防止覆盖:生成后续集数时,先扫描现有
04_第XX集_完整剧本.md文件并计算最大已完成集数。默认生成最大集数+1。如果目标文件已存在,禁止直接覆盖;除非用户明确要求"修改/重写/覆盖第X集",否则必须提示该集已存在,并询问是编辑现有文件、生成下一集,还是另存为修订版。
续写模式——编辑已有集数:
当用户要求修改已有的某一集时:
- 读取目标集剧本:完整读取要修改的那一集剧本内容。
- 理解修改需求:确认用户想修改什么(台词、画面描述、剧情、结构等)。
- 前后一致性检查:如果修改涉及剧情变动,检查是否影响前后集的连贯性。
- 执行修改:按用户要求修改内容。
- 级联影响评估:如果修改内容影响了后续集数(如改变人物关系、删除/增加角色),主动提醒用户并询问是否需要同步修改后续集数。
- 质量检查:修改后重新执行相关检查清单。
- 更新文件:更新对应的剧本文件。
阶段一:信息收集(必须完成)
在开始创作之前,必须收集以下所有关键信息。如果用户没有提供,逐一询问:
必须收集的信息清单:
| 序号 | 信息项 | 说明 | 是否必填 |
|---|---|---|---|
| 1 | 故事题材 | 复仇逆袭 / 重生改命 / 甜宠拉扯 / 民国悬疑 / 系统爽文 / 末世生存 / 古风权谋 / 玄幻升级 / 真假千金 / 豪门虐恋 / 其他 | ✅ 必填 |
| 2 | 目标受众 | 女频用户 / 男频用户 / 18-25岁年轻用户 / 甜宠受众 / 爽文受众 / 悬疑反转受众 / 下沉市场用户 / 短视频追剧用户(可多选) | ✅ 必填 |
| 3 | 核心卖点 | 逆袭打脸 / 重生复仇 / 身份反转 / 甜宠拉扯 / 悬疑破案 / 系统升级 / 权谋博弈 / 末世求生 / 替身文学 / 强强对抗 / 真假千金 / 先婚后爱 / 追妻火葬场 / 隐藏大佬 / 禁忌秘密(可多选) | ✅ 必填 |
| 4 | 主角设定 | 主角是谁?身份、性格、目标是什么? | ✅ 必填 |
| 5 | 主角困境 | 主角一开始遇到什么问题?最大的阻碍是什么? | ✅ 必填 |
| 6 | 最大爽点/情绪点 | 观众为什么想继续看?最抓人的点是什么? | ✅ 必填 |
| 7 | 开头钩子 | 第1集开场的强钩子设想(反转 / 危机 / 羞辱 / 发现秘密 / 强悬念等),没想好可由AI代为设计 | ⭕ 选填 |
| 8 | 剧集形式 | AI漫剧 / 短视频连载剧 / 付费短剧 | ✅ 必填 |
| 9 | 总集数 | 10集 / 30集 / 60集 / 80集 / 自定义(练习场景推荐10集起步) | ✅ 必填 |
| 10 | 单集时长 | 默认90秒左右 | ✅ 必填 |
| 11 | 需生成的完整剧本集数 | 先生成第几集的完整剧本?默认第1集 | ✅ 必填 |
What ships with it
3 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.
- 8d ago First seen · 362 lines · 146 tokens per session scan A db3fb8274738
ai-comic-script is a skill published in the GitHub repository jis60224/ai-comic-skills (4 stars, last pushed 27d ago), licensed MIT. It adds 146 tokens to every session and 5,571 once invoked, about $0.0007 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.
Other skills, from other repositories
comic-mv-director
A production planner for animated stories, short dramas, music videos, and other AI video projects. It first decides whether the project is music-led or story-led, then plans storyboards, images, video, music, and editing.
shot-optimizer
A Chinese-language assistant for developing shots in films, animated stories, short videos, and music videos. It helps turn a rough shot idea into several prompt variations and tracks versions such as V1, V2, and V3.
story-director
A story-planning assistant that turns a rough idea into a structured storyline and a shot list. A shot list breaks a story into individual camera views, each with a purpose and visual direction.
seedance-2-guide
A reference guide to Seedance 2.0, an AI tool for generating videos from text and reference material. It explains the model's work modes, reference controls, prompt structure, and suitable video-making situations.
video-shotcraft
Create cinematic product videos from shot recipe cards, a validated template, and code/audio assets (Remotion + real page screenshots + 2.5D camera moves + beat-synced cuts + sound design). Use when the user asks to turn a frontend project or webpage into a product video, says "use video-shotcraft to make a…
shortfilm-prompt
Generate cinematic AI shortfilm prompts (works with Seedance 2.0, Xiaoyunque, Sora, Kling, Jimeng, Veo) using the 5-stage structure from Mx-Shell's Zombie Scavenger. Trigger when the user wants transformation sequences, multi-shot narrative shorts, weapon-charge/combat segments, emotional family/pet/farewell…