← 返回 Skills 市场
skywalker-lili

NotebookLM Content Creation

作者 Skywalker326 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
162
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install notebooklm-content-creation
功能描述
Create and monitor NotebookLM Studio content — Audio Overview, Video Overview, Infographics, and Slides — via the notebooklm-mcp-cli. Use when user wants to...
安全使用建议
This skill appears to do what it says, but before installing or running it: 1) Verify the host has the notebooklm-mcp-cli installed from a trusted source (the SKILL.md's `uv tool install` suggestion is not validated by the registry). 2) Check which account is authenticated via `nlm login` on the host — the skill will act with that account's privileges and could upload or download notebook data. 3) Be aware it will create files under /tmp and may write outputs to your home (default: ~/ObsidianVault/...); change the output path if you don't want that. 4) Inspect the polling script (poll.sh) before running to ensure it only calls nlm and writes local logs (no unexpected network/exfiltration steps). 5) If you prefer tighter control, run these commands interactively or in a sandbox rather than allowing autonomous/background execution.
功能分析
Type: OpenClaw Skill Name: notebooklm-content-creation Version: 1.0.0 The skill bundle provides a structured workflow for the OpenClaw agent to generate and monitor NotebookLM content (audio, video, slides) using the `notebooklm-mcp-cli` tool. It uses a background polling script (`poll.sh`) written to `/tmp` to track long-running generation tasks, which is a functional requirement for the stated purpose. The instructions in `SKILL.md` include user confirmation steps and error handling, and there is no evidence of data exfiltration, unauthorized persistence, or malicious intent.
能力评估
Purpose & Capability
The name/description match the runtime instructions: all actions are calls to the notebooklm-mcp-cli (nlm) to list notebooks, create artifacts, check status, download artifacts, etc. There are no unrelated binaries or credentials requested in the registry metadata; the commands the skill runs are coherent with content-creation and monitoring.
Instruction Scope
The SKILL.md tells the agent to create task directories under /tmp and (by default) write output into a user home path (~/ObsidianVault/...). It instructs launching a background poller via nohup that will run for up to ~40 minutes, and to create logs and task.json files. The instructions also rely on an already-authenticated nlm CLI (nlm login done on the server). The doc is concrete about commands, but omits the exact notification mechanism and assumes CLI auth exists; it also uses fragile parsing (grep/sed) for JSON, which is implementation-brittle but not inherently malicious.
Install Mechanism
This is an instruction-only skill with no install spec (low risk). The SKILL.md tells the user/agent to ensure notebooklm-mcp-cli is installed (example: `uv tool install notebooklm-mcp-cli`). Because no automated install is provided, nothing will be written by the skill bundle itself — however, the suggested installer (uv tool) is external and not declared in metadata; verify that install command and source before running.
Credentials
The registry metadata declares no required env vars or credentials, which matches the bundle. However, the runtime assumes an already-authenticated nlm CLI on the host. That means the agent will act with whatever identity/permissions are present in that nlm session — confirm which account is logged in and what data that account can access. No unrelated secrets are requested.
Persistence & Privilege
The skill instructs the agent to launch a background polling script (nohup ... &), write logs and task artifacts to /tmp, and optionally write outputs to user directories. It does not set always:true and does not modify other skills. Background processes and file writes are proportionate for a monitoring task but are persistent on the host for the poll duration; review/approve this behavior before allowing autonomous invocation.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install notebooklm-content-creation
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /notebooklm-content-creation 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: create and monitor NotebookLM Studio content (Audio Overview, Video Overview, Infographics, Slides) via nlm CLI. Includes notebook matching, existing artifact detection, pre-flight confirmation, background polling, and auto-download to ObsidianVault.
元数据
Slug notebooklm-content-creation
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

NotebookLM Content Creation 是什么?

Create and monitor NotebookLM Studio content — Audio Overview, Video Overview, Infographics, and Slides — via the notebooklm-mcp-cli. Use when user wants to... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 162 次。

如何安装 NotebookLM Content Creation?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install notebooklm-content-creation」即可一键安装,无需额外配置。

NotebookLM Content Creation 是免费的吗?

是的,NotebookLM Content Creation 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

NotebookLM Content Creation 支持哪些平台?

NotebookLM Content Creation 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 NotebookLM Content Creation?

由 Skywalker326(@skywalker-lili)开发并维护,当前版本 v1.0.0。

💬 留言讨论