← Back to Skills Marketplace
1144
Downloads
3
Stars
12
Active Installs
1
Versions
Install in OpenClaw
/install notebooklm-ppt
Description
使用 NotebookLM CLI 生成 PPT 演示文稿。从预置风格模板库中选择模板,通过 notebook query 设置风格要求,再生成幻灯片。适用于需要快速将文档转换为演示文稿的场景。
Usage Guidance
Before installing or running this skill: (1) Verify the pip package 'notebooklm-mcp-cli' on PyPI/GitHub to ensure it's the legitimate NotebookLM client and not a typo-squatted package; prefer installing from a vetted source or inspecting the package code. (2) Confirm what authentication the nlm CLI requires (API key, OAuth, local creds) — the skill metadata does not declare required env vars but the SKILL.md calls 'nlm doctor', so auth is required. (3) Be cautious about the nlm source add --url step: the CLI will fetch remote documents you point to; do not point it to sensitive internal URLs unless you trust the tool. (4) The SKILL.md uses an unspecified 'message --filePath' command to send the PPTX — confirm what messaging system/credentials that uses and whether it will transmit files externally. (5) Run pip installs in an isolated environment (venv/container) and avoid running as root. (6) If you need higher assurance, request a homepage/source repo for the skill and ask the publisher to declare required credentials and the exact external package/CLI used.
Capability Analysis
Type: OpenClaw Skill
Name: notebooklm-ppt
Version: 1.0.0
The skill bundle provides a legitimate workflow for generating PowerPoint presentations using the 'notebooklm-mcp-cli' tool. The instructions in SKILL.md and the templates in references/templates.md are consistent with the stated purpose of converting documents to styled presentations. No indicators of data exfiltration, malicious execution, or harmful prompt injection were found.
Capability Assessment
Purpose & Capability
The name/description claim to generate PPTs using a NotebookLM CLI and the SKILL.md shows exactly that workflow (install CLI, create notebook, add source, query with template, create slides, download). Requiring a CLI (notebooklm-mcp-cli) is coherent with the stated purpose.
Instruction Scope
Instructions are specific and constrained to creating notebooks and slides with the nlm CLI and to using only the supplied templates. They direct fetching external source documents via nlm source add --url (i.e., the CLI will fetch remote content) and instruct copying generated pptx into ~/.openclaw/media/inbound/ and sending via an unspecified 'message' command. The SKILL.md also requires 'authentication configuration' (nlm doctor) but does not declare which credentials are needed. These are not obviously malicious but are sources of ambiguity and data-exposure risk (remote fetches and outbound messaging).
Install Mechanism
This is an instruction-only skill (no install spec in registry). The runtime instructions tell the user/agent to run pip install notebooklm-mcp-cli. Installing a third-party PyPI package is common but carries moderate risk if the package is untrusted or a typo-squatted name; the skill metadata does not provide a homepage or source repo to verify the package.
Credentials
The metadata declares no required environment variables or credentials, but the instructions explicitly require that the nlm CLI be authenticated (nlm doctor). The skill therefore implicitly needs NotebookLM credentials or CLI auth configuration and possibly messaging credentials for the 'message' command — this mismatch (undeclared credentials) weakens transparency and should be clarified before use.
Persistence & Privilege
The skill does not request always: true and does not ask to modify other skills or system-wide settings. It only writes output to a user-scoped inbound media directory (~/.openclaw/media/inbound/), which is consistent with producing and sending a generated file. The agent-autonomy defaults are unchanged (normal).
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install notebooklm-ppt - After installation, invoke the skill by name or use
/notebooklm-ppt - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
初始版本
Metadata
Frequently Asked Questions
What is NotebookLM PPT?
使用 NotebookLM CLI 生成 PPT 演示文稿。从预置风格模板库中选择模板,通过 notebook query 设置风格要求,再生成幻灯片。适用于需要快速将文档转换为演示文稿的场景。 It is an AI Agent Skill for Claude Code / OpenClaw, with 1144 downloads so far.
How do I install NotebookLM PPT?
Run "/install notebooklm-ppt" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is NotebookLM PPT free?
Yes, NotebookLM PPT is completely free (open-source). You can download, install and use it at no cost.
Which platforms does NotebookLM PPT support?
NotebookLM PPT is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created NotebookLM PPT?
It is built and maintained by 烟灰 (@yenava); the current version is v1.0.0.
More Skills