Install
openclaw skills install notebooklm-py-skillManage Google NotebookLM notebooks, sources, chats, artifacts, and exports through the notebooklm-py CLI with safe workflows.
openclaw skills install notebooklm-py-skillUse this skill when the user asks to operate Google NotebookLM through the local notebooklm CLI: notebooks, sources, chat, research, notes, sharing, artifacts, or exports.
notebooklm auth check --test --json before any workflow that depends on account access.-n NOTEBOOK_ID or --notebook NOTEBOOK_ID) in automation; avoid shared notebooklm use context in parallel workflows.--json for commands whose output will be parsed, cited, or used as evidence.notebooklm doctor --fix without explicit confirmation.notebooklm auth check --test --json
notebooklm list --json
notebooklm metadata -n NOTEBOOK_ID --json
notebooklm source list -n NOTEBOOK_ID --json
notebooklm source add "https://example.com" -n NOTEBOOK_ID --json
notebooklm source add ./file.pdf -n NOTEBOOK_ID --json
notebooklm source add - --type text --title "notes.md" -n NOTEBOOK_ID --json < /tmp/openclaw-attachments/notes.md
notebooklm ask "Question" -n NOTEBOOK_ID --json
notebooklm ask --prompt-file /tmp/openclaw-attachments/question.txt -n NOTEBOOK_ID --json
notebooklm artifact list -n NOTEBOOK_ID --json
list --json, or use the provided ID/URL.ask ... -n NOTEBOOK_ID --json.source add ... --json.source wait SOURCE_ID -n NOTEBOOK_ID --json.Load references/notebooklm-py-cli.md for command groups, 0.5.0 compatibility notes, artifact examples, and troubleshooting.