NotebookLM MCP server management — query notebooks, add from share links, handle auth, reset sessions. Use when working with Google NotebookLM notebooks for conversational research tasks.
Tech Stack Target / Version: NotebookLM current web release, Markdown session capture, and URL-tracked research workflows.
Use this skill when research should be grounded in NotebookLM notebooks instead of a generic web search.
This repository already targets a real NotebookLM MCP workflow. The concrete tool surface available in this environment includes:
get_healthlist_notebooks, search_notebooks, select_notebookask_questionadd_notebook, update_notebook, remove_notebooklist_sessions, reset_session, close_sessionsetup_auth, re_auth, cleanup_dataUse symptom -> action triggers: when one matches, apply this skill and verify with the protocol below.
get_health first to confirm authentication and server readiness.search_notebooks or list_notebooks before asking the user to restate what is already in the library.ask_question iteratively in the same session for deep work.setup_auth or re_auth only when health indicates auth problems.get_health -> re_authcleanup_data(preserve_library=true) after closing browsersreset_session or switch notebooksThis skill is written to stay usable across GitHub Copilot, Claude Code, and Codex.
$CODEX_HOME/skills/notebooklm-management and restart Codex after major changes.Preferred MCP Server: NotebookLM MCP
Before claiming "skill applied successfully":
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer