notebooklm-ppt

使用 NotebookLM CLI 生成 PPT 演示文稿。从预置风格模板库中选择模板,通过 notebook query 设置风格要求,再生成幻灯片。适用于需要快速将文档转换为演示文稿的场景。

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "notebooklm-ppt" with this command: npx skills add yenava/notebooklm-ppt

NotebookLM PPT 生成

核心原则

必须使用预置模板! 不要自己编写风格提示词,必须从 references/templates.md 中选择。

快速开始

  1. 安装 nlm CLI

    pip install notebooklm-mcp-cli
    
  2. 确认认证配置完成

    nlm doctor
    

工作流程

Step 1: 选择风格模板(必须!)

从以下预置模板中选择,不要自行编写:

模板名称适用场景关键字
Modern Newspaper商业报告、经济媒体、智库研究商业、专业、严肃
Sharp-edged Minimalism技术分享、产品介绍、架构设计技术、极简、架构
Yellow × Black Editorial时尚杂志、创意提案创意、时尚、设计
Black × Orange CreativeAgency 演示创意、活力
Manga Style教育培训、趣味讲解教育、趣味、漫画
Magazine Style女性向内容、生活方式杂志、时尚、生活
Pink Street-style街头文化、潮牌街头、潮流、年轻
Neo-Retro Dev开发者文档、技术博客技术、开发者、复古
Royal Blue × Red艺术展示、创意项目艺术、创意、水彩
Studio / Mockup / Premium产品发布、硬件展示产品、硬件、高端
Sports / Athletic运动品牌、健身内容运动、健身、能量

选择方法

  1. 根据文档内容类型选择最合适的模板
  2. references/templates.md 中获取该模板的完整提示词
  3. 替换占位符(如语言)

Step 2: 创建笔记本并添加源

# 创建笔记本
nlm notebook create "演示文稿"

# 添加源文档
nlm source add <notebook_id> --url "https://..."

Step 3: 用 Query 设置风格要求(重要!)

从模板获取提示词后,用 query 设置:

nlm notebook query <notebook_id> "请用中文回答。我希望生成PPT演示文稿,风格要求:[从templates.md复制的完整模板内容]。输出语言为中文。"

Step 4: 生成幻灯片(只执行一次!)

nlm slides create <notebook_id> --language zh --confirm
# 记录返回的 Artifact ID

Step 5: 等待并下载

# 等待生成完成
nlm studio status <notebook_id>

# 下载(使用 Artifact ID)
nlm download slide-deck <notebook_id> --id <artifact_id> --format pptx

Step 6: 发送文件

# 复制到白名单目录
cp *.pptx ~/.openclaw/media/inbound/

# 发送
message --filePath ~/.openclaw/media/inbound/xxx.pptx ...

⚠️ 关键注意事项

  1. 必须使用预置模板:从 references/templates.md 选择,不要自行编写
  2. slides create 只执行一次:每次执行都会创建新版本
  3. 记录 Artifact ID:下载时使用
  4. 文件大小:建议 <15MB

模板参考

完整模板内容见 references/templates.md

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

Miaoji Asin Clinic Pro

亚马逊ASIN诊所Pro版,90天行动计划+竞品对标+季节性优化日历。 从合规度、广告度、评论度、视觉度、内容度五维升级为可执行的长期作战方案。 基础功能可使用 miaoji-asin-clinic 免费版。

Registry SourceRecently Updated
Coding

wechat-publish-pro

Pure Python tool to convert Markdown to styled HTML and publish articles to WeChat official account drafts with AI-based content refinement and theme support.

Registry SourceRecently Updated
Coding

Miaoji Asin Clinic

基于ASIN和品类,快速诊断亚马逊Listing五维健康指数并智能排序修复优先级,提供详细分析与个性化修复方案。

Registry SourceRecently Updated
Coding

Toonany

A Claude Code skill for creating AI-generated short dramas (漫剧) from novels and stories. Use when user mentions "漫剧创作", "小说转剧本", "分镜生成", "短剧制作", "故事线生成", "大纲...

Registry SourceRecently Updated