notebooklm-skill

notebooklm-skill

Enables Claude Code to directly communicate with Google NotebookLM notebooks, retrieving cited answers based on uploaded documents.

Agent SkillDevOpen source
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

Query uploaded documentsRetrieve source-based, cited answersAutomate document managementImprove code writing efficiency

Setup

Requires: API KeyNode 环境
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