Install
openclaw skills install nlmNotebookLM CLI for listing notebooks, creating notebooks, adding sources, querying notebooks, generating studio artifacts, downloading outputs, sharing notebooks, setting up MCP integrations, and diagnosing auth/install issues. Use when working with the `nlm` command or automating NotebookLM from the terminal.
openclaw skills install nlmUse nlm to work with Google NotebookLM from the terminal.
Setup
uv tool install notebooklm-mcp-clinlm login --checknlm loginnlm login --profile worknlm login switch <profile>nlm doctorNotebooks
nlm notebook listnlm notebook create "Research Project"nlm notebook query <notebook> "What are the key findings?"nlm share show <notebook>nlm share public <notebook>nlm share private <notebook>nlm share invite <notebook> user@example.com --role editorSources
nlm source add <notebook> --url "https://example.com"nlm source add <notebook> --text "..." --title "Notes"nlm source add <notebook> --file ./notes.pdfnlm source add <notebook> --drive <file-id>nlm source list <notebook>nlm source sync <notebook>nlm source delete <notebook> <source-id>Research + generation
nlm research start <notebook> "enterprise AI ROI metrics"nlm studio create <notebook> --type audio --confirmnlm slides revise <notebook> <artifact-id> --prompt "Make it more concise"nlm studio list <notebook>nlm download audio <notebook> <artifact-id>MCP + skills
nlm setup add claude-codenlm setup add gemininlm setup listnlm setup remove claude-codenlm skill install openclawnlm skill updateNotes
nlm and notebooklm-mcp come from the same package: notebooklm-mcp-cli.nlm login before notebook commands; auth depends on browser cookies.uv tool upgrade does not move to the latest version, use uv tool install --force notebooklm-mcp-cli.nlm login --provider openclaw --cdp-url http://127.0.0.1:18800.