PPT 设计智能工具,告诉 AI 你想做什么 PPT,它会自动搜索设计方案并生成文件。
全局安装:
npx skills add https://cnb.cool/npc/skills/pptx-design-pro.git -g -y
按 Agent 安装:
# CodeBuddy
npx skills add https://cnb.cool/npc/skills/pptx-design-pro.git --agent codebuddy
# OpenClaw
npx skills add https://cnb.cool/npc/skills/pptx-design-pro.git --agent openclaw
# Claude Code
npx skills add https://cnb.cool/npc/skills/pptx-design-pro.git --agent claude-code
# OpenCode
npx skills add https://cnb.cool/npc/skills/pptx-design-pro.git --agent opencode
说得越具体,效果越好。可以包含:
| 能力 | 说明 |
|---|---|
| 设计搜索 | BM25 搜索引擎,覆盖 8 个领域:风格、配色、字体、布局、图表、UX、演示类型、图标 |
| 设计系统生成 | 一键输出完整设计方案(配色 Hex、字体搭配、布局建议、反模式警告) |
| HTML → PPTX | 通过 html2pptx 引擎将 HTML 幻灯片转为 .pptx 文件 |
| 缩略图验证 | 生成幻灯片缩略图网格,快速检查排版问题 |
# Python 3.7+
pip install "markitdown[pptx]" python-pptx Pillow defusedxml
# Node.js 14+
npm install -g pptxgenjs playwright sharp react-icons react react-dom
# 缩略图验证需要(可选)
# macOS: brew install libreoffice poppler
# Ubuntu: sudo apt install libreoffice poppler-utils