notebooklm-skill
Query NotebookLM notebooks directly from Claude Code for grounded answers
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install notebooklm-skill?โผ
Run `npx skills add PleasePrompto/notebooklm-skill --all -g -y` in your terminal to install the skill globally for your AI agent.
How to query NotebookLM from Claude Code?โผ
After installing, just ask in plain English, for example: ask my React docs about hooks. The skill opens a browser session, queries your notebook, and returns the answer directly in the CLI.
Why use NotebookLM instead of local RAG?โผ
NotebookLM is pre-processed by Gemini, needs no vector database or embedding setup, and answers only from your uploaded documents with citations, which greatly reduces hallucinations.
Does notebooklm-skill work in the Claude web UI?โผ
No. It requires a local Claude Code installation because the web sandbox blocks the network access needed for browser automation.
Do I need coding skills to use this skill?โผ
No. You authenticate once through a visible Chrome window, then Claude handles all scripts and follow-up questions based on your plain-English requests.
Related Repositories in Education & Research
View All in Education & Researchโlearn-claude-code
Learn to build AI agent harnesses from scratch
ai-agents-for-beginners
Learn to build, deploy, and secure AI agents step by step
33-js-concepts
Master 33 essential JavaScript concepts with tested, verified guides