使用python-pptx制作科技风PPT,支持多布局、多图文混排及HTML内容嵌入,轻松生成专业演示文稿。
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install dragon-ppt-maker或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install dragon-ppt-maker⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/dragon-ppt-maker/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
使用 python-pptx 制作精美PPT,支持科技风设计、图文混排、HTML内容嵌入。
pip install python-pptx pillow
python ppt_maker.py --title "演示标题" --content "内容1|内容2|内容3" --output demo.pptx
from ppt_maker import PresentationBuilder
builder = PresentationBuilder()
builder.add_title_slide("标题", "副标题")
builder.add_content_slide("章节标题", ["要点1", "要点2", "要点3"])
builder.add_feature_grid([("特性1", "描述1"), ("特性2", "描述2")])
builder.save("output.pptx")
from ppt_maker import PresentationBuilder, Theme
prs = PresentationBuilder(theme=Theme.TECH)
# 封面
prs.add_title_slide("OpenClaw", "您的跨平台AI个人助理")
# 内容页
prs.add_content_slide("什么是 OpenClaw?", [
"开源免费的自托管 AI 网关",
"连接 WhatsApp、Telegram、Discord 等多平台",
"数据完全掌控在自己手中"
], icon="🤖")
# 特性网格
prs.add_feature_grid([
("多通道网关", "一个 Gateway 同时连接多个平台"),
("插件扩展", "支持 Mattermost 等更多插件"),
("多 Agent 路由", "隔离的会话空间"),
("移动节点", "配对 iOS/Android 设备")
])
# 保存
prs.save("OpenClaw介绍.pptx")
Theme.TECH - 科技风(深蓝+青色)Theme.MODERN - 现代简约(黑白灰)Theme.CORPORATE - 企业风格(蓝+白)安装 PPT制作 后,可以对 AI 说这些话来触发它
Help me get started with PPT production
Explains what PPT production does, walks through the setup, and runs a quick demo based on your current project
Use PPT production to use python-pptx to create tech-style PPT, which supports multiple l...
Invokes PPT production with the right parameters and returns the result directly in the conversation
What can I do with PPT production in my developer & devops workflow?
Lists the top use cases for PPT production, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/dragon-ppt-maker/ 目录(个人级,所有项目可用),或 .claude/skills/dragon-ppt-maker/(项目级)。重启 AI 客户端后,用 /dragon-ppt-maker 主动调用,或让 AI 根据上下文自动发现并使用。
PPT制作 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
PPT制作 可免费安装使用。请查阅仓库了解许可证信息。
使用python-pptx制作科技风PPT,支持多布局、多图文混排及HTML内容嵌入,轻松生成专业演示文稿。
PPT制作 属于「Developer & DevOps」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my developer & devops tasks using PPT production
Identifies repetitive steps in your workflow and sets up PPT production to handle them automatically