notebooklm-skill
Enables Claude Code to directly communicate with Google NotebookLM notebooks, retrieving cited answers based on uploaded documents.
- Type
- Agent Skill
- Open source
- Yes
- GitHub Stars
- ★ 7.2k
- Source
- skill-github
Overview
This skill allows Claude Code to directly interact with Google NotebookLM notebooks, querying uploaded documents and fetching source-based, referenced answers from Gemini. It supports browser automation, library management, persistent authentication, and retrieves answers exclusively from the user's own knowledge base. With this skill, Claude Code can answer questions directly in the command-line interface without manual copy-pasting, making it ideal for developers and researchers needing information from large document sets.
Capabilities
- ▪Directly query Google NotebookLM notebooks
- ▪Retrieve source-based, cited answers
- ▪Support browser automation
- ▪Library management and persistent authentication
- ▪Reduce hallucinations by sourcing answers only from uploaded documents
Use cases
Setup
mkdir -p ~/.claude/skills && cd ~/.claude/skills && git clone https://github.com/PleasePrompto/notebooklm-skill notebooklm
This information was compiled by AI from public sources and may contain inaccuracies — please refer to the source.
FAQ
Can this skill be used in the Claude Code Web UI?
No, it can only be used within the locally installed Claude Code.
How do I set up Google authentication?
In Claude Code, enter 'Set up NotebookLM authentication' and then log in to your Google account.
Related skills
gemini-cli
Gemini CLI is an open-source AI agent that brings Gemini's powerful capabilities directly into the terminal.
private-gpt
Provides a complete API layer for local models, supporting RAG, skills, tools, and more.
planning-with-files
File-based persistent planning skill, ideal for AI coding agents and long-running tasks.
scientific-agent-skills
Transform any AI agent into a scientific assistant with 147 ready-to-use research skills.
susi_alexa_skill
A skill that enables question-and-answer interactions between Alexa and Susi AI.
claude-context
Provides code search capabilities for Claude Code, turning the entire codebase into context.