notebooklm-lore
/install notebooklm-lore
notebooklm-lore
This skill is a wrapper for agents (especially OpenClaw) to install and use the Lore project safely.
Repo: https://github.com/prantikmedhi/lore
What the agent should do
1) Install Lore locally
- Clone or update the repo.
- Install dependencies:
pip install -e .
python3 -m playwright install chromium
2) Authentication (user must do this)
NotebookLM auth is interactive. The agent must ask the user to run:
python3 -m notebooklm login
Rules:
- Do not attempt to automate login.
- Do not print, copy, or commit any auth/session state.
3) Verify
After the user confirms login is complete:
python scripts/auth_helper.py
lore list
4) MCP setup
Use the repo’s .mcp.json (preferred) or add an equivalent MCP server entry:
{
"mcpServers": {
"lore": {
"command": "uvx",
"args": ["--from", "notebooklm-skill", "notebooklm-mcp"],
"env": {
"NOTEBOOKLM_DEFAULT_LANGUAGE": "en",
"NOTEBOOKLM_DEFAULT_FORMAT": "json",
"NOTEBOOKLM_POWERED_MODE": "1"
}
}
}
}
Security
Do not commit:
~/.notebooklm/~/.notebooklm/storage_state.json- cookies, browser profiles, or private source materials
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install notebooklm-lore - 安装完成后,直接呼叫该 Skill 的名称或使用
/notebooklm-lore触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
notebooklm-lore 是什么?
OpenClaw skill wrapper for installing and operating Lore (NotebookLM automation toolkit) via CLI + MCP. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 35 次。
如何安装 notebooklm-lore?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install notebooklm-lore」即可一键安装,无需额外配置。
notebooklm-lore 是免费的吗?
是的,notebooklm-lore 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
notebooklm-lore 支持哪些平台?
notebooklm-lore 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 notebooklm-lore?
由 Prantik Medhi(@prantikmedhi)开发并维护,当前版本 v0.1.1。