Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from repo
Query Google NotebookLM notebooks from Claude Code for source-grounded, citation-backed answers from Gemini.
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
requirements.txt
1# NotebookLM Skill Dependencies2# These will be installed in the skill's local .venv34# Core browser automation with anti-detection5# Note: After installation, run: patchright install chrome6# (Chrome is required, not Chromium, for cross-platform reliability)7patchright==1.55.289# Environment management10python-dotenv==1.0.0