🧪 Skills
NotebookLM Auth Bypass
--- name: notebooklm description: Programmatic NotebookLM control with auto-recovery for authentication errors. --- # NotebookLM CLI ## Commands ```bash notebooklm list
v1.0.6
Description
name: notebooklm description: Programmatic NotebookLM control with auto-recovery for authentication errors.
NotebookLM CLI
Commands
notebooklm list # List all notebooks + IDs
notebooklm create "Name" # Create notebook → returns ID
notebooklm source add "<url_or_file>" -n <ID> # Add URL/PDF/YouTube to notebook
notebooklm source add "<url>" -n <ID> --wait # Add + wait for processing
notebooklm source list -n <ID> # List sources in notebook
notebooklm ask "Question" -n <ID> # Query AI against sources
Rules
- No playlists. Extract individual YouTube URLs and add one by one.
- Max 50 sources per notebook.
- Use
--waitwhen adding sources in scripts to ensure processing completes. - Auth Recovery: If
notebooklmfails with "Authentication expired", you MUST ask the user for explicit permission before recovering. Propose runningpython {WORKSPACE_DIR}/skills/notebooklm-bypass/scripts/auto_playwright.py. If and only if they approve, run the script. This script steals fresh cookies and automatically injects them into your Windows Environment Variables. Once complete, retry your command.
Reviews (0)
Sign in to write a review.
No reviews yet. Be the first to review!
Comments (0)
No comments yet. Be the first to share your thoughts!