Claude Skill
PleasePrompto/notebooklm-skill
Enable Claude Code to communicate directly with Google NotebookLM. Query documents and get source-grounded, citation-backed answers from Gemini with browser automation and persistent authentication.
Overview
Repository
Install this Skill
git clone https://github.com/PleasePrompto/notebooklm-skill notebooklmRegistry
git clone https://github.com/PleasePrompto/notebooklm-skill notebooklmpip install -r requirements.txt
Summary
A Claude Skill that enables Claude Code to directly interact with Google NotebookLM notebooks, allowing users to query uploaded documents and receive source-grounded, citation-backed answers from Gemini. It features browser automation, library management, persistent authentication, and ensures answers are derived exclusively from the user's own knowledge base.
使用此Claude Skill,让Claude Code能够直接与您的Google NotebookLM笔记本交互。查询您上传的文档,从Gemini获取基于来源、附有引证的答案。该功能支持浏览器自动化、库管理、持久身份验证,且答案完全来自您个人的知识库。
Key features
- Direct communication with Google NotebookLM
- Source-grounded, citation-backed answers from Gemini
- Browser automation for interaction
- Library management capabilities
- Persistent authentication handling
- Answers exclusively from user's knowledge base
Use cases
- Querying personal document collections in NotebookLM
- Getting cited answers from uploaded research materials
- Automating interactions with NotebookLM notebooks
- Managing NotebookLM libraries through Claude
- Maintaining authenticated sessions for repeated queries
- Extracting knowledge exclusively from private documents
README excerpt
<div align="center"> # NotebookLM Claude Code Skill **Let [Claude Code](https://github.com/anthropics/claude-code) chat directly with NotebookLM for source-grounded answers based exclusively on your uploaded documents** [](https://www.python.org/) [](https://www.anthropic.com/news/skills) [](https://github.com/PleasePrompto/notebooklm-mcp) [](https://github.com/PleasePrompto/notebooklm-skill) > Use this skill to query your Google NotebookLM notebooks directly from Claude Code for source-grounded, citation-backed answers from Gemini. Browser automation, library management, persistent auth. Drastically reduced hallucinations - answers only from your uploaded documents. [Installation](#installation) • [Quick Start](#quick-start) • [Why NotebookLM](#why-notebooklm-not-local-rag) • [How It Works](#how-it-works) • [MCP Alternative](https://github.com/PleasePrompto/notebooklm-mcp) </div> --- ## ⚠️ Important: Local Claude Code Only **This skill works ONLY with local [Claude Code](https://github.com/anthropics/claude-code) installations, NOT in the web UI.** The web UI runs skills in a sandbox without network access, which this skill requires for browser automation. You must use [Claude Code](https://github.com/anthropics/claude-code) locally on your machine. --- ## The Problem When you tell [Claude Code](https://github.com/anthropics/claude-code) to "search through my local documentation", here's what happens: - **Massive token consumption**: Searching through
Topics
No topics yet.