使用 NotebookLM CLI 生成 PPT 演示文稿。从预置风格模板库中选择模板,通过 notebook query 设置风格要求,再生成幻灯片。适用于需要快速将文档转换为演示文稿的场景。
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install notebooklm-ppt或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install notebooklm-ppt⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/notebooklm-ppt/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: notebooklm-ppt description: 使用 NotebookLM CLI 生成 PPT 演示文稿。从预置风格模板库中选择模板,通过 notebook query 设置风格要求,再生成幻灯片。适用于需要快速将文档转换为演示文稿的场景。 ---
必须使用预置模板! 不要自己编写风格提示词,必须从 references/templates.md 中选择。
```bash pip install notebooklm-mcp-cli ```
```bash nlm doctor ```
从以下预置模板中选择,不要自行编写:
| 模板名称 | 适用场景 | 关键字 | |----------|----------|--------| | Modern Newspaper | 商业报告、经济媒体、智库研究 | 商业、专业、严肃 | | Sharp-edged Minimalism | 技术分享、产品介绍、架构设计 | 技术、极简、架构 | | Yellow × Black Editorial | 时尚杂志、创意提案 | 创意、时尚、设计 | | Black × Orange Creative | Agency 演示 | 创意、活力 | | Manga Style | 教育培训、趣味讲解 | 教育、趣味、漫画 | | Magazine Style | 女性向内容、生活方式 | 杂志、时尚、生活 | | Pink Street-style | 街头文化、潮牌 | 街头、潮流、年轻 | | Neo-Retro Dev | 开发者文档、技术博客 | 技术、开发者、复古 | | Royal Blue × Red | 艺术展示、创意项目 | 艺术、创意、水彩 | | Studio / Mockup / Premium | 产品发布、硬件展示 | 产品、硬件、高端 | | Sports / Athletic | 运动品牌、健身内容 | 运动、健身、能量 |
选择方法:
references/templates.md 中获取该模板的完整提示词# 创建笔记本
nlm notebook create "演示文稿"
# 添加源文档
nlm source add <notebook_id> --url "https://..."
从模板获取提示词后,用 query 设置:
nlm notebook query <notebook_id> "请用中文回答。我希望生成PPT演示文稿,风格要求:[从templates.md复制的完整模板内容]。输出语言为中文。"
nlm slides create <notebook_id> --language zh --confirm
# 记录返回的 Artifact ID
# 等待生成完成
nlm studio status <notebook_id>
# 下载(使用 Artifact ID)
nlm download slide-deck <notebook_id> --id <artifact_id> --format pptx
# 复制到白名单目录
cp *.pptx ~/.openclaw/media/inbound/
# 发送
message --filePath ~/.openclaw/media/inbound/xxx.pptx ...
references/templates.md 选择,不要自行编写完整模板内容见 references/templates.md
安装 NotebookLM PPT 后,可以对 AI 说这些话来触发它
Help me get started with NotebookLM PPT
Explains what NotebookLM PPT does, walks through the setup, and runs a quick demo based on your current project
Use NotebookLM PPT to generate PPT presentations using NotebookLM CLI
Invokes NotebookLM PPT with the right parameters and returns the result directly in the conversation
What can I do with NotebookLM PPT in my documents & notes workflow?
Lists the top use cases for NotebookLM PPT, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/notebooklm-ppt/ 目录(个人级,所有项目可用),或 .claude/skills/notebooklm-ppt/(项目级)。重启 AI 客户端后,用 /notebooklm-ppt 主动调用,或让 AI 根据上下文自动发现并使用。
NotebookLM PPT 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
NotebookLM PPT 可免费安装使用。请查阅仓库了解许可证信息。
使用 NotebookLM CLI 生成 PPT 演示文稿。从预置风格模板库中选择模板,通过 notebook query 设置风格要求,再生成幻灯片。适用于需要快速将文档转换为演示文稿的场景。
NotebookLM PPT 属于「Documents & Notes」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my documents & notes tasks using NotebookLM PPT
Identifies repetitive steps in your workflow and sets up NotebookLM PPT to handle them automatically