#55 · Primary category: Knowledge Base & RAG

notebooklm-skill

Enable Claude Code to query your NotebookLM notebooks for source-grounded, citation-backed answers from your own documents.

Project last updated:11/21/25

GitHub Stars

7.7K

Forks

872

Contributors

1

License

MIT

Why we included this project

This skill lets Claude Code ask questions of Google's NotebookLM and get answers that cite the documents you uploaded, rather than drawing on the model's general knowledge. The point is that your coding agent no longer has to chew through entire documentation sets line by line, which burns tokens and invites hallucinated APIs; instead NotebookLM's Gemini engine does the retrieval over your own materials. It also handles browser automation, keeps your login persistent, and manages your notebook library, so it behaves more like a finished tool than a scripted workaround. If your team keeps design docs, runbooks, or project notes in NotebookLM, this is a way to make Claude answer from those exact sources. One thing to know before you rely on it: it only works with a local Claude Code install, because the browser automation needs real network access that the web UI sandbox doesn't provide.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category