do.notebooklm

Query NotebookLM notebooks from Claude Code for citation-backed answers.

6|3|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/dull-bird/DeepOrbit --skill do-notebooklm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: do.notebooklm
Source: https://github.com/dull-bird/DeepOrbit/tree/main/skills/do.notebooklm
Command: npx skills add https://github.com/dull-bird/DeepOrbit --skill do-notebooklm

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires patchright, python-dotenv, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Enables Claude Code to query Google NotebookLM notebooks and surface source-grounded, citation-backed answers without manual browsing or copy-paste.

Core Features & Use Cases

  • Direct NotebookLM querying from Claude Code to obtain grounded responses.
  • Library management to track NotebookLM notebooks and activate contexts.
  • Automated authentication workflow to access NotebookLM seamlessly.
  • Stateless / deterministic question handling with browser automation for reliable results in notebooks.
  • Use Case: You need a quick synthesis of a notebook's content with citations for a literature review.

Quick Start

Install the skill, authenticate with NotebookLM, add a NotebookLM URL to your library, then ask questions via the ask_question script.

Frequently Asked Questions about do.notebooklm

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I query Google NotebookLM from Claude Code to get citation-backed answers?

You can query Google NotebookLM from Claude Code by running a Python script suite that uses browser automation to surface source-grounded, citation-backed answers directly without manual copy-paste.

How does browser automation handle NotebookLM authentication sessions?

NotebookLM authentication is handled through an automated workflow that uses a persistent browser profile and cookie injection to manage session cookies for reliable, seamless access.

Can I manage my NotebookLM notebook library directly within Claude Code?

Yes, you can manage your NotebookLM notebook library directly within Claude Code by adding NotebookLM URLs to track notebooks and activate specific research contexts for automated queries.

Do I need a persistent browser profile for stateless NotebookLM queries?

Yes, a persistent browser profile is required for stateless NotebookLM queries because it stores the necessary session cookies and ensures deterministic, reliable browser automation results.

What is the best way to automate literature review synthesis from NotebookLM sources?

The best way to automate literature review synthesis is using the ask_question script to query NotebookLM notebooks, which delivers grounded responses with direct citations for local research tasks.