# NotebookLM Automation Complete automation toolkit for NotebookLM operations. Manage notebooks, sources, and artifacts programmatically. ## Use Cases - Batch notebook management - Automated source ingestion - CI/CD integration for documentation - Multi-account workflows ## Prerequisites ```bash pip install notebooklm-py playwright install chromium notebooklm login ``` ## Quick Start ```bash # Notebook management notebooklm create "Project Research" notebooklm list --json notebooklm rename "New Name" notebooklm delete # Source management notebooklm source add "https://example.com" notebooklm source add ./document.pdf notebooklm source list --json ``` ## Versions | Version | Path | Purpose | |---------|------|---------| | Claude Code | `code/` | CLAUDE.md for Claude Code | | Claude Desktop | `desktop/` | SKILL.md for Claude Desktop | ## Related Skills - [50-notebooklm-agent](../50-notebooklm-agent/) - Q&A agent - [52-notebooklm-studio](../52-notebooklm-studio/) - Content generation - [53-notebooklm-research](../53-notebooklm-research/) - Research workflows