notebooklm
Installation
SKILL.md
NotebookLM CLI Wrapper (Python)
Required parameters
python3available.notebooklm-pyinstalled (CLI binary:notebooklm).- NotebookLM authenticated (
login).
Quick start
- Wrapper script:
scripts/notebooklm.py. - Command form:
python3 {baseDir}/scripts/notebooklm.py <command> [args...].
python3 {baseDir}/scripts/notebooklm.py login
python3 {baseDir}/scripts/notebooklm.py list
python3 {baseDir}/scripts/notebooklm.py use <notebook_id>
python3 {baseDir}/scripts/notebooklm.py status
python3 {baseDir}/scripts/notebooklm.py ask "Summarize the key takeaways" --notebook <notebook_id>