setup
Installation
SKILL.md
Setup (one command)
Get a brand-new user from zero to a working, cited coach. The heavy lifting is in setup.sh; the
only thing you can't do for them is the two Google logins (they open a browser), so you delegate
those via the ! prefix.
Do this, in order
- Run the installer's non-interactive parts with Bash (installs uv + the NotebookLM CLIs):
command -v uv >/dev/null || curl -LsSf https://astral.sh/uv/install.sh | sh export PATH="$HOME/.local/bin:$PATH" uv tool install notebooklm-mcp-cli uv tool install "notebooklm-py[browser]" uvx --from "notebooklm-py[browser]" playwright install chromium