Install
openclaw skills install notebooklm-loreOpenClaw skill wrapper for installing and operating Lore (NotebookLM automation toolkit) via CLI + MCP.
openclaw skills install notebooklm-loreThis skill is a wrapper for agents (especially OpenClaw) to install and use the Lore project safely.
Repo: https://github.com/prantikmedhi/lore
pip install -e .
python3 -m playwright install chromium
NotebookLM auth is interactive. The agent must ask the user to run:
python3 -m notebooklm login
Rules:
After the user confirms login is complete:
python scripts/auth_helper.py
lore list
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"
}
}
}
}
Do not commit:
~/.notebooklm/~/.notebooklm/storage_state.json