Leaderboard/Automation/notebooklm-skill
Last commit on November 21, 2025·Created on October 19, 2025

PleasePrompto/notebooklm-skill

Gives Claude Code a direct line to your NotebookLM notebooks.
Combined rank
#60
across all skills
In Automation
#4
category rank
Stars
7.8k
+0.0% in last 7d
Forks
880
+0.3% in last 7d
Watchers
32
0.0% in last 7d
Traction scoreGitHub stars can be faked, so popularity alone can be misleading. Traction Score looks for broader signs of recent attention, adoption, and active maintenance.
TL;DR

This skill connects Claude Code to Google NotebookLM so that every query returns answers drawn exclusively from your uploaded documents. It handles browser automation, library management, and persistent authentication, letting researchers, knowledge teams, and AI agent users ask natural-language questions and receive citation-backed responses without leaving the agent workflow.

WHO IT'S FOR
Research Scientists
query personal document libraries for grounded answers
Knowledge Management Teams
manage and query organizational documentation libraries
AI-Assisted Research Users
ask follow-up questions to synthesize comprehensive answers
Technical Documentation Curators
add and tag notebooks with metadata for retrieval
Repository contents

1 skill file

Compatible AgentsThe repository documents support for these agents. The skills may also work with other agents that can load SKILL.md files, but they may need some setup or small changes.

Use this skill

Follow the documented setup, then try a first task.

Clone into local Claude Code skills

Installs: NotebookLM Research Assistant skill repository · Claude Code

Before you start
  • Python 3.8 or later
  • A local Claude Code installation; the Claude Code web UI is unsupported

Platform: Local Claude Code only; not the web UI

  1. In a terminal, create Claude Code's skills directory, enter it, and clone the repository as the `notebooklm` skill folder.

    # 1. Create skills directory (if it doesn't exist)
    mkdir -p ~/.claude/skills
    
    # 2. Clone this repository
    cd ~/.claude/skills
    git clone https://github.com/PleasePrompto/notebooklm-skill notebooklm
  2. Open local Claude Code and enter `"What are my skills?"` in the agent session to confirm that NotebookLM appears among the available skills.

README.md · Checked Sep 18, 2026SKILL.md · Checked Sep 18, 2026

Give it something to do.

Suggested first task

Retrieve three specifications from an uploaded manual

Uses notebooklm

  • A local Claude Code installation with the notebooklm skill installed
  • One-time Google authentication completed when prompted in the visible browser window
  • A NotebookLM notebook containing the workshop manual
  • Replace `[NotebookLM URL or active notebook name]` with the notebook's shared URL or its configured library name
Use the notebooklm skill to check my uploaded workshop-manual notebook for the specified brake-fluid type, engine-oil specification, and rear-axle torque. Return a concise, source-grounded answer with citations. Notebook: [NotebookLM URL or active notebook name].
README.md · Checked Sep 18, 2026SKILL.md · Checked Sep 18, 2026