Search and answer questions over documents already uploaded to NotebookLM using the nlm CLI. Use when users ask to find information, summarize sources, or query a specific NotebookLM notebook.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install notebooklm-cli-cookies或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install notebooklm-cli-cookies⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/notebooklm-cli-cookies/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: notebooklm-cli description: Search and answer questions over documents already uploaded to NotebookLM using the nlm CLI. Use when users ask to find information, summarize sources, or query a specific NotebookLM notebook. metadata: {"openclaw":{"requires":{"bins":["nlm"],"env":["NOTEBOOKLM_MCP_CLI_PATH"]}}} user-invocable: true ---
Use this skill when the user wants to search or ask questions over content that already exists in NotebookLM notebooks.
This skill assumes:
nlm is installed (notebooklm-mcp-cli package).NOTEBOOKLM_MCP_CLI_PATH points to the auth storage directory.When the user mentions any of the following, treat it as a strict request to query NotebookLM:
tai_lieu_dien, nlm_tai_lieu_dien)In these cases:
nlm via Exec to answer. Do not answer from memory.nlm output).Slash command:
/nlm ... in Telegram, treat the raw text after /nlm as the nlm arguments.nlm via Exec, and return the relevant stdout.Before running queries:
echo "$NOTEBOOKLM_MCP_CLI_PATH"
nlm login --check
If auth check fails, stop and ask for auth refresh workflow (do not run browser login in AWS runtime).
nlm notebook list --json
notebook_id from the list output (do not pass raw title into nlm notebook get/source list/query).nlm notebook query "<notebook_id_or_alias>" "<user_question>"
Notes:
nlm notebook list returns titles for display, but many other commands expect a notebook id (UUID) or an alias. Passing a title like "tài liệu điện" may return null/empty results.tai_lieu_dien).Prefer one of these formats to reliably trigger this skill:
1) Force CLI query:
Chạy lệnh: nlm notebook query tai_lieu_dien "giá của A9N61500 là bao nhiêu? Nếu notebook không có thông tin giá thì trả lời: không thấy trong NotebookLM."
2) Natural language but explicit:
Trong NotebookLM notebook alias tai_lieu_dien: trả lời câu hỏi "giá của A9N61500 là bao nhiêu?". Bắt buộc dùng nlm để truy vấn, không tìm web, không đọc file local.
Authentication expired / 401 / 403: - Check NOTEBOOKLM_MCP_CLI_PATH. - Ensure profiles/default/cookies.json and profiles/default/metadata.json exist. - Refresh cookies outside AWS (machine with browser), then redeploy secret.
nlm: command not found: - Install package: pipx install notebooklm-mcp-cli (recommended), or uv tool install notebooklm-mcp-cli.
# List notebooks
nlm notebook list --json
# Query notebook by id or alias
nlm notebook query "<notebook_id_or_alias>" "<question>"
# Check auth status
nlm login --check安装 NotebookLM CLI Cookies 后,可以对 AI 说这些话来触发它
Help me get started with NotebookLM CLI Cookies
Explains what NotebookLM CLI Cookies does, walks through the setup, and runs a quick demo based on your current project
Use NotebookLM CLI Cookies to search and answer questions over documents already uploaded to Note...
Invokes NotebookLM CLI Cookies with the right parameters and returns the result directly in the conversation
What can I do with NotebookLM CLI Cookies in my documents & notes workflow?
Lists the top use cases for NotebookLM CLI Cookies, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/notebooklm-cli-cookies/ 目录(个人级,所有项目可用),或 .claude/skills/notebooklm-cli-cookies/(项目级)。重启 AI 客户端后,用 /notebooklm-cli-cookies 主动调用,或让 AI 根据上下文自动发现并使用。
NotebookLM CLI Cookies 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
NotebookLM CLI Cookies 可免费安装使用。请查阅仓库了解许可证信息。
Search and answer questions over documents already uploaded to NotebookLM using the nlm CLI. Use when users ask to find information, summarize sources, or query a specific NotebookLM notebook.
NotebookLM CLI Cookies 属于「Documents & Notes」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my documents & notes tasks using NotebookLM CLI Cookies
Identifies repetitive steps in your workflow and sets up NotebookLM CLI Cookies to handle them automatically