notebooklm-connector
Automates NotebookLM from Claude Code using browser automation via the Claude Chrome extension — creating notebooks, adding sources, and triggering outputs without manual clicking. Use when you want to create a NotebookLM notebook, add URLs or documents as sources, or generate mindmaps, audio overviews, or briefing docs programmatically. Produces a confirmed checklist of completed actions and a direct link to the notebook.
npx skills add mohitagw15856/pm-claude-skills --skill notebooklm-connector --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# NotebookLM Connector ## The Problem NotebookLM is one of the best AI research tools — but it doesn't connect to your other tools. Every notebook requires manual setup inside the NotebookLM UI: open browser, name the notebook, paste URLs one by one, click generate. For researchers, builders, or anyone who works with a high volume of sources, this friction compounds fast. This skill automates NotebookLM from Claude Code using browser automation via the Claude Chrome extension. ## Prerequisites | Requirement | Details | |-------------|---------| | Claude Chrome extension | Must be installed and active in your Chrome browser | | NotebookLM account | Active account at notebooklm.google.com | | Chrome browser | Open and signed into NotebookLM | If the Chrome extension is not installed, this skill cannot function. There is no fallback — you will need to perform actions manually. ## Required Inputs | Input | Required | Notes | |-------|----------|-------| | Action(s) to perform | Yes | What you want done — see Supported Actions below | | Notebook name | Conditional | Required for create; optional for add/generate if a notebook is already open | | Sources | Conditional | Required for add
- The Problem
- Prerequisites
- Required Inputs
- Supported Actions
- Output Structure
- Instructions for Claude
- Step 1 — Parse and confirm the request
- Step 2 — Check the Chrome extension is available
- Step 3 — Navigate to NotebookLM
- Step 4 — Execute actions in order
- Step 5 — Compile and return the confirmation
- Error Handling
- Limitations
- Quality Checks
What does the notebooklm-connector skill do?
Automates NotebookLM from Claude Code using browser automation via the Claude Chrome extension — creating notebooks, adding sources, and triggering outputs without manual clicking. Use when you want to create a NotebookLM notebook, add URLs or documents as sources, or generate mindmaps, audio overviews, or briefing docs programmatically. Produces a confirmed checklist of completed actions and a direct link to the notebook.
How do I install it?
Run `npx skills add mohitagw15856/pm-claude-skills --skill notebooklm-connector --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From mohitagw15856/pm-claude-skills, a repository with 1,255 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
