notebooklm-manager

Solid

Manages NotebookLM notebooks — query, add, list, search, enable/disable, remove. Use when a notebooklm.google.com URL appears or user mentions NotebookLM. Handles URLs through its own Chrome agent — do not navigate directly. Requires: claude-in-chrome MCP.

AI & Automation 47 stars 4 forks Updated 4 days ago MIT

Install

View on GitHub

Quality Score: 87/100

Stars 20%
56
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# NotebookLM Manager Query orchestration and notebook registry management. ## Instructions ### Tool Boundaries Chrome MCP tools (`mcp__claude-in-chrome__*`) aren't in this skill's allowed tool set — calling them directly will error. All browser interaction goes through the chrome-mcp-query agent via Task. If the agent returns an error, don't attempt Chrome tools yourself. ### 0. Data Path Resolution (run first) Read `~/.claude-code-zero/notebooklm-connector/data-path` to obtain `DATA_DIR`. The PreToolUse hook automatically detects install scope (project vs user) and writes the correct path. - The file contains a single line: the absolute path to the data directory. - Store this as `{DATA_DIR}` and use it for ALL subsequent file operations. - **File read error → Tell user to restart the session (hook may not be loaded).** ### 0.1 Config Read `{DATA_DIR}/config.json` for user preferences: - `max_followups`: Maximum follow-up queries in coverage analysis (default: 3) - `max_query_length`: Maximum characters per query sent to NotebookLM (default: 40000) - `language`: Preferred response language (null = match user's language) - `auto_coverage`: Enable automatic coverage analysis (default: true) If the file is missing or a field is absent, use defaults above. ### 1. Query Detection Extract from user message: - `notebook_id`: Which notebook (e.g., "claude-docs") - `question`: What to ask ### 2. Notebook Lookup Read `{DATA_DIR}/library.json` to find notebook URL. - **Fil...

Details

Author
LeeJuOh
Repository
LeeJuOh/claude-code-zero
Created
4 months ago
Last Updated
4 days ago
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

Data & Documents Listed

notebooklm-manager

This skill should be used when the user wants to interact with NotebookLM notebooks via Claude Code's Chrome integration. Trigger phrases: "Query my NotebookLM", "Ask my notebook about X", "query [id] about X", "list my notebooks", "add notebook URL", "show notebook details", "search notebooks for X", "Check my docs", "what does my [topic] notebook say about", "remove notebook", "delete notebook", "disable notebook", "enable notebook". Also triggers when user: (1) mentions NotebookLM explicitly, (2) shares NotebookLM URL (https://notebooklm.google.com/notebook/...). Do NOT use for: general web searches, local file reading, or non-NotebookLM documentation queries. Requires: claude --chrome with claude-in-chrome MCP.

353 Updated today
aiskillstore
API & Backend Solid

notebooklm

Query and manage Google NotebookLM notebooks with persistent profile auth, source sync, batch/multi queries, and structured exports. Use when user asks to query NotebookLM, 'ask my notebook', shares NotebookLM notebook URLs, wants to list/create notebooks, manage sources, do bulk folder sync, dedupe, or audit exports.

318 Updated 1 months ago
sanjay3290
AI & Automation Solid

notebooklm

Enables interaction with Google NotebookLM for advanced RAG (Retrieval-Augmented Generation) capabilities via the notebooklm-mcp-cli tool. Use when querying project documentation stored in NotebookLM, managing research notebooks and sources, retrieving AI-synthesized information, generating audio podcasts or reports from notebooks, or performing contextual queries against curated knowledge bases. Triggers on "notebooklm", "nlm", "notebook query", "research notebook", "query documentation in notebooklm".

278 Updated 5 days ago
giuseppe-trisciuoglio