notebooklm
Installation
SKILL.md
NotebookLM Research Assistant Skill
Query Google NotebookLM for source-grounded answers from your uploaded documents. Each question opens a fresh browser session, retrieves the answer, and closes.
When to Use
Trigger when user:
- Mentions NotebookLM or shares a NotebookLM URL
- Asks to query their notebooks/documentation
- Uses phrases like "ask my NotebookLM", "check my docs", "query my notebook"
Critical: Always Use run.py Wrapper
NEVER call scripts directly. ALWAYS use python scripts/run.py [script]:
# ✅ CORRECT:
python scripts/run.py auth_manager.py status
python scripts/run.py notebook_manager.py list