Install
openclaw skills install tiangong-notebooklm-cliNotebookLM CLI wrapper via `node {baseDir}/scripts/notebooklm.mjs`. Use for auth, notebooks, chat, sources, notes, sharing, research, and artifact generation/download.
openclaw skills install tiangong-notebooklm-clinode and notebooklm available on PATH.login if needed).scripts/notebooklm.mjs (invokes notebooklm CLI).{baseDir} path.node {baseDir}/scripts/notebooklm.mjs status
node {baseDir}/scripts/notebooklm.mjs login
node {baseDir}/scripts/notebooklm.mjs list
node {baseDir}/scripts/notebooklm.mjs use <notebook_id>
node {baseDir}/scripts/notebooklm.mjs ask "Summarize the key takeaways" --notebook <notebook_id>
node {baseDir}/scripts/notebooklm.mjs <command> [args...].--json for machine-readable output.--exec-timeout <seconds>; --timeout is reserved for wait/poll commands.references/cli-commands.md