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
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install notebooklm-lore - After installation, invoke the skill by name or use
/notebooklm-lore - Provide required inputs per the skill's parameter spec and get structured output
What is notebooklm-lore?
OpenClaw skill wrapper for installing and operating Lore (NotebookLM automation toolkit) via CLI + MCP. It is an AI Agent Skill for Claude Code / OpenClaw, with 35 downloads so far.
How do I install notebooklm-lore?
Run "/install notebooklm-lore" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is notebooklm-lore free?
Yes, notebooklm-lore is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does notebooklm-lore support?
notebooklm-lore is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created notebooklm-lore?
It is built and maintained by Prantik Medhi (@prantikmedhi); the current version is v0.1.1.