by helloianneo
中文手绘技术 PPT 整页图像生成 Skill | 21:9 封面 + 16:9 正文配图 | PNG 输出
# Add to your Claude Code skills
git clone https://github.com/helloianneo/ian-handdrawn-pptGuides for using ai agents skills like ian-handdrawn-ppt.
Last scanned: 5/11/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-05-11T07:43:44.465Z",
"semgrepRan": false,
"npmAuditRan": true,
"pipAuditRan": true
}ian-handdrawn-ppt is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by helloianneo. 中文手绘技术 PPT 整页图像生成 Skill | 21:9 封面 + 16:9 正文配图 | PNG 输出. It has 1,274 GitHub stars.
Yes. ian-handdrawn-ppt passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/helloianneo/ian-handdrawn-ppt" and add it to your Claude Code skills directory (see the Installation section above).
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh ian-handdrawn-ppt against similar tools.
No comments yet. Be the first to share your thoughts!
把文章、课程笔记、提纲或已有材料,变成一套中文手绘技术解释风格的 PPT-style 页面图。
21:9 封面 | 16:9 正文配图 | PNG 输出 | 适合文章配图、课程课件、知识卡片和技术概念解释
Ian Handdrawn PPT 是一个 Codex Skill,用来指导 AI Agent 把内容整理成中文手绘技术解释图。
它不是传统 PPT 模板,也不是可编辑 PPTX 生成器。它的目标是产出可以直接用于文章、课程、分享稿里的整页 PNG 视觉图:
一句话:让 AI 不只是“做几页 PPT”,而是先想清楚内容,再生成一组有统一风格的中文技术解释图。
推荐生图模型:最好使用 ChatGPT Image 2.0。如果当前环境没有这个模型,就使用可用的最高质量图像模型,并尽量让整套图保持同一个模型、同一套 style lock。
特别适合:
不适合:
默认输出:
默认不输出:
这个 skill 默认使用 Ian 的中文手绘技术解释风格:
参考图在:
ian-handdrawn-ppt/assets/reference-handdrawn-article-illustration-style.png
下面是一组用 Ian Handdrawn PPT 生成的示例图:1 张超宽封面 + 3 张正文解释页。




克隆仓库:
git clone https://github.com/helloianneo/ian-handdrawn-ppt.git
cd ian-handdrawn-ppt
复制 skill 到 Codex skills 目录:
mkdir -p "${CODEX_HOME:-$HOME/.codex}/skills"
cp -R ./ian-handdrawn-ppt "${CODEX_HOME:-$HOME/.codex}/skills/"
安装后,在 Codex 里使用:
Use $ian-handdrawn-ppt 把这篇文章做成 1 张封面图 + 3 张正文配图。
Use $ian-handdrawn-ppt 把下面这篇文章做成 1 张 21:9 中文封面图 + 3 张 16:9 正文配图。
风格保持中文手绘技术解释图,文字尽量短,每张图只表达一个观点。
<粘贴文章>
Use $ian-handdrawn-ppt 把这份课程大纲整理成 8 页中文手绘技术课件图。
面向有基础的新手,每页一个核心概念,输出 slide-by-slide blueprint,然后生成最终 PNG 页面图。
<粘贴课程大纲>
Use $ian-handdrawn-ppt 先不要生图。
请把这篇内容规划成一套 10 页左右的中文手绘技术 PPT-style image deck。
每页给出标题、主旨、版式 archetype、可见文字和图像 brief。
<粘贴素材>
更多示例见 examples/prompts.md。
这个 skill 的流程是:
Required text only.
├── README.md
├── LICENSE
├── NOTICE.md
├── examples/
│ ├── images/
│ │ ├── cover-automation-boundary.png
│ │ ├── page-01-reading-two-things.png
│ │ ├── page-02-where-to-automate.png
│ │ └── page-03-three-question-method.png
│ └── prompts.md
└── ian-handdrawn-ppt/
├── SKILL.md
├── assets/
│ ├── reference-handdrawn-article-illustration-style.png
│ └── theme-tokens.json
└── references/
├── intake.md
├── narrative-planning.md
├── output-quality.md
├── prompt-patterns.md
├── slide-archetypes.md
└── visual-dna-v6.md
真正需要安装到 Codex 的是子目录:
ian-handdrawn-ppt/
根目录的 README、LICENSE、NOTICE 和 examples 是 GitHub 分享文档。
如果你对 AI 工作流、内容创作和个人知识库感兴趣,也可以看这些:
Ian (伊恩) — 产品设计师 / 一人公司实践者 / AI Builder
用 AI 团队打造一人公司。
🚀 正在开启:内容创作丨AI 工作流围观营,欢迎来玩! 加微信了解详情。
MIT License. See LICENSE.