Loading...
Loading...
Query and manage Google NotebookLM notebooks with persistent profile auth, source sync, batch/multi queries, and structured exports. Use when user asks to query NotebookLM, 'ask my notebook', shares NotebookLM notebook URLs, wants to list/create notebooks, manage sources, do bulk folder sync, dedupe, or audit exports.
npx skill4agent add sanjay3290/ai-skills notebooklm--helppython scripts/auth_manager.py setup --profile <name>python scripts/notebook_manager.py add --url <url> --name <name> --description <desc> --topics <topics>python scripts/ask_question.py --question "..." --notebook-id <id>python scripts/remote_manager.py add-source|sync-sources ...--show-browser~/.config/claude/notebooklm-skill/NOTEBOOKLM_DATA_DIR--dry-run--retries N--questions "q1||q2||q3"--compare-notebook-ids--export-format markdown --save-notes# Auth
python scripts/auth_manager.py setup --profile work
python scripts/auth_manager.py status --profile work
# Library
python scripts/notebook_manager.py add --url "..." --name "..." --description "..." --topics "..."
python scripts/notebook_manager.py list
# Ask
python scripts/ask_question.py --question "..." --notebook-id <id>
python scripts/ask_question.py --questions "q1||q2" --notebook-id <id>
# Sources
python scripts/remote_manager.py add-source --notebook-id <id> --dir ./docs --recursive
python scripts/remote_manager.py sync-sources --notebook-id <id> --dir ./docs --recursive --delete-missing --dry-run