← 返回 Skills 市场
ou-rock

NotebookLM MCP Login

作者 ou-rock · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
125
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install notebooklm-login
功能描述
Login to Google NotebookLM via Chrome DevTools Protocol and save auth cookies for notebooklm-mcp. Use when user asks to login, authenticate, or re-authentica...
安全使用建议
This skill will open Chromium on your machine, prompt you to sign in to your Google account, then extract and save the resulting auth cookies to ~/.notebooklm-mcp-cli/profiles/default/. Before running it: (1) verify you trust the machine and environment because saved cookies grant access to your NotebookLM account; (2) ensure notebooklm-mcp-cli (uv tool) and any Python dependencies (the script imports httpx and notebooklm_tools) are installed; (3) inspect the script if you have concerns — it only talks to localhost:9222 and writes to local profile files and does not send cookies to remote servers. If you are unsure, run it in an isolated or VM environment.
功能分析
Type: OpenClaw Skill Name: notebooklm-login Version: 1.0.0 The skill automates the extraction of Google authentication cookies by launching Chromium with the Remote Debugging Protocol (CDP) enabled. While this behavior is aligned with the stated purpose of authenticating the `notebooklm-mcp` tool, the script (`scripts/login.py`) performs high-risk actions including handling sensitive session cookies and using the `--remote-allow-origins=*` flag, which reduces browser security during the login process. The logic relies on an external dependency (`notebooklm-mcp-cli`) to manage the extracted credentials, posing a potential supply-chain risk if that package were compromised.
能力评估
Purpose & Capability
Name and description match the included script and instructions. Required binaries (chromium-browser and uv) and the script's behavior (launch Chrome with remote debugging, use CDP to extract cookies, save to ~/.notebooklm-mcp-cli) are appropriate for a NotebookLM MCP login helper.
Instruction Scope
SKILL.md and the script only instruct the agent/user to start Chromium, wait for interactive Google login, query the local CDP endpoint, and save cookies locally. The script accesses only localhost CDP and the user's notebooklm profile paths; it does not call external endpoints other than localhost and does not read unrelated system files or credentials.
Install Mechanism
There is no network install step in the skill package. The script is bundled with the skill (no downloads or archive extraction). SKILL.md suggests installing missing tools (apt for Chromium, an external installer for uv), which is reasonable and not part of the skill itself.
Credentials
The skill requests no environment variables or credentials. It writes cookies and metadata to the notebooklm-mcp CLI profile directory, which is expected for an authentication helper. No unrelated secrets or external service credentials are requested.
Persistence & Privilege
The skill does not request always:true, does not modify other skills or global agent settings, and its only persistent effect is saving auth profile files under the user's notebooklm-mcp CLI profile directory — consistent with its purpose.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install notebooklm-login
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /notebooklm-login 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of notebooklm-login skill. - Enables login to Google NotebookLM using the Chrome DevTools Protocol. - Works around issues with the default `nlm login` command in non-standard environments. - Guides users through manual Chromium launch, Google authentication, and automated cookie extraction. - Stores authentication cookies and metadata for use by the notebooklm-mcp CLI/server. - Includes troubleshooting steps for common login and environment issues.
元数据
Slug notebooklm-login
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

NotebookLM MCP Login 是什么?

Login to Google NotebookLM via Chrome DevTools Protocol and save auth cookies for notebooklm-mcp. Use when user asks to login, authenticate, or re-authentica... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 125 次。

如何安装 NotebookLM MCP Login?

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

NotebookLM MCP Login 是免费的吗?

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

NotebookLM MCP Login 支持哪些平台?

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

谁开发了 NotebookLM MCP Login?

由 ou-rock(@ou-rock)开发并维护,当前版本 v1.0.0。

💬 留言讨论