BeClaude

notebooklm-skill

New
Community RegistryGeneralby PleasePrompto

Query Google NotebookLM notebooks directly from Claude Code for source-grounded, citation-backed answers from Gemini. Browser automation, library management, persistent auth. By PleasePrompto.

First seen 5/22/2026

Summary

This skill enables Claude Code to query Google NotebookLM notebooks, providing source-grounded, citation-backed answers from Gemini.

  • It automates browser interactions for library management and persistent authentication, making it ideal for researchers and developers who need to extract insights from their NotebookLM collections without leaving the terminal.

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/notebooklm-skill.md https://raw.githubusercontent.com/tianzecn/myclaudecode/main/SKILL.md
3
Invoke in Claude Code
/notebooklm-skill

Use Cases

Query a specific NotebookLM notebook for a summary of key findings from your research sources.
Retrieve citation-backed answers to technical questions using your curated notebook of documentation.
Manage your NotebookLM library by listing notebooks, creating new ones, or deleting outdated ones.
Automate the extraction of grounded insights from multiple notebooks for cross-referencing ideas.
Persist authentication to avoid repeated logins when running batch queries across sessions.
Integrate NotebookLM source-grounded answers into your development workflow for fact-checking code documentation.

Usage Examples

1

/notebooklm-skill query my-research-notebook 'What are the main challenges in distributed systems?'

2

List all my NotebookLM notebooks and show their source counts.

3

/notebooklm-skill create-notebook 'Project Alpha Notes' with sources from ./references/*.pdf

View source on GitHub
notebooklmgooglegeminiresearchdocumentationbrowser-automationsource-grounded

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is notebooklm-skill?

This skill enables Claude Code to query Google NotebookLM notebooks, providing source-grounded, citation-backed answers from Gemini. It automates browser interactions for library management and persistent authentication, making it ideal for researchers and developers who need to extract insights from their NotebookLM collections without leaving the terminal.

How to install notebooklm-skill?

To install notebooklm-skill: create the skills directory (mkdir -p .claude/skills), then run: mkdir -p .claude/skills && curl -o .claude/skills/notebooklm-skill.md https://raw.githubusercontent.com/tianzecn/myclaudecode/main/SKILL.md. Finally, /notebooklm-skill in Claude Code.

What is notebooklm-skill best for?

notebooklm-skill is a skill categorized under General. It is designed for: notebooklm, google, gemini, research, documentation, browser-automation, source-grounded. Created by PleasePrompto.

What can I use notebooklm-skill for?

notebooklm-skill is useful for: Query a specific NotebookLM notebook for a summary of key findings from your research sources.; Retrieve citation-backed answers to technical questions using your curated notebook of documentation.; Manage your NotebookLM library by listing notebooks, creating new ones, or deleting outdated ones.; Automate the extraction of grounded insights from multiple notebooks for cross-referencing ideas.; Persist authentication to avoid repeated logins when running batch queries across sessions.; Integrate NotebookLM source-grounded answers into your development workflow for fact-checking code documentation..