notebooklm-skill
NewQuery Google NotebookLM notebooks directly from Claude Code for source-grounded, citation-backed answers from Gemini. Browser automation, library management, persistent auth. By PleasePrompto.
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
mkdir -p .claude/skillsmkdir -p .claude/skills && curl -o .claude/skills/notebooklm-skill.md https://raw.githubusercontent.com/tianzecn/myclaudecode/main/SKILL.md/notebooklm-skillUse Cases
Usage Examples
/notebooklm-skill query my-research-notebook 'What are the main challenges in distributed systems?'
List all my NotebookLM notebooks and show their source counts.
/notebooklm-skill create-notebook 'Project Alpha Notes' with sources from ./references/*.pdf
Security Audits
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..