Agent skill · Media & Video

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.

mohitagw15856github.com/mohitagw15856GitHub ↗
claude-codecursorMIT
Install
npx skills add mohitagw15856/pm-claude-skills --skill notebooklm-connector --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 9 KB
Bundled scripts: none
Path: skills/notebooklm-connector/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,255
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. The Problem
  2. Prerequisites
  3. Required Inputs
  4. Supported Actions
  5. Output Structure
  6. Instructions for Claude
  7. Step 1 — Parse and confirm the request
  8. Step 2 — Check the Chrome extension is available
  9. Step 3 — Navigate to NotebookLM
  10. Step 4 — Execute actions in order
  11. Step 5 — Compile and return the confirmation
  12. Error Handling
  13. Limitations
  14. Quality Checks
More from pm-claude-skills
All skills →
About this skill
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.

Keep going