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.
.gitignore
1# Virtual Environment2.venv/3venv/4env/5*.venv67# Skill Data (NEVER commit - contains auth and personal notebooks!)8data/9data/*10data/**/*1112# Claude-specific13.claude/14*.claude1516# Python17__pycache__/18*.py[cod]19*$py.class20*.so21.Python22scripts/__pycache__/23scripts/*.pyc2425# Environment26.env27*.env28.env.*2930# Browser/Auth state (if accidentally placed outside data/)31browser_state/32auth/33auth_info.json34library.json35notebooks.json36state.json37cookies.json3839# IDE40.vscode/41.idea/42*.swp43*.swo44*~4546# OS47.DS_Store48.DS_Store?49._*50Thumbs.db51desktop.ini52ehthumbs.db5354# Logs55*.log56logs/57*.debug5859# Backups60*.backup61*.bak62*.tmp63*.temp6465# Test artifacts66.coverage67htmlcov/68.pytest_cache/69.tox/7071# Package artifacts72dist/73build/74*.egg-info/