skills/notebooklm-connector/SKILL.md
Automates NotebookLM from Claude Code — creates notebooks, adds sources, and triggers outputs (mindmaps, audio overviews, slide decks) without manual clicking via the Claude Chrome extension.
npx skillsauth add mohitagw15856/pm-claude-skills notebooklm-connectorInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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.
| 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.
| 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 sources action — URLs, file paths, or pasted text | | Output type | Conditional | Required for generate action — mindmap, audio overview, or briefing doc |
| Action | What It Does | |--------|-------------| | Create notebook | Opens NotebookLM, creates a new notebook with the specified title | | Add sources | Adds one or more URLs, files, or text blocks as sources to a notebook | | Generate mindmap | Triggers mindmap generation from the notebook's sources | | Generate audio overview | Requests an audio overview (note: takes several minutes to render) | | Generate briefing doc | Requests a briefing document or slide deck from sources | | List notebooks | Lists your existing notebooks and their source counts | | Open notebook | Navigates to a specific existing notebook by name |
Actions can be chained in a single request: "Create a notebook called 'AI Trends Q2', add these 3 URLs as sources, then generate a mindmap."
After completing actions, Claude returns a structured confirmation:
## NotebookLM — Actions Completed
**Notebook:** [Notebook name]
**URL:** [Direct link to the notebook]
**Actions completed:**
- [x] Created notebook: "[Name]"
- [x] Added source: [URL or file name]
- [x] Added source: [URL or file name]
- [x] Triggered: Mindmap generation
**Status:** [Any pending items — e.g. "Audio overview is generating, check back in 5–10 minutes"]
**Notes:** [Any issues encountered or deviations from the requested actions]
If an action fails, the failed step is marked with [ ] and a reason is provided. See Error Handling below.
Before opening any browser, parse the full request into discrete steps:
If anything is ambiguous — e.g. "add my research sources" without specifying what they are — ask for clarification before proceeding. Do not guess at source URLs.
Confirm browser automation is available via the Claude Chrome extension. If it is not active, stop and report:
"This skill requires the Claude Chrome extension to be installed and active. Please install it at [extension URL] and try again."
Open or navigate to https://notebooklm.google.com. Confirm the user is logged in. If a login screen appears, stop and ask the user to log in manually, then retry.
Execute each action in the sequence requested. After each action, confirm it completed before moving to the next. Do not batch actions speculatively.
Creating a notebook:
Adding a URL source:
Adding pasted text:
Generating a mindmap:
Generating an audio overview:
Return the structured output described in the Output Structure section above, including the direct notebook URL and a checklist of completed/failed actions.
If any step fails, do the following:
Common failures and workarounds:
| Failure | Likely Cause | Manual Workaround | |---------|-------------|-------------------| | Extension not detected | Extension not installed or disabled | Install from Chrome Web Store | | Login screen appears | Session expired | Log in manually, then retry | | Source fails to process | URL is paywalled or blocked | Download content and add as pasted text instead | | Mindmap not available | Source volume too low | Add more sources (NotebookLM requires minimum content) | | Audio overview grayed out | Sources not yet indexed | Wait 1–2 minutes for indexing, then retry |
development
Analyse competitor moves and translate them into strategic implications for your product roadmap. Use when a competitor announces a new feature, pricing change, partnership, or strategic shift, or when producing a periodic competitive intelligence report. Produces a categorised signal analysis with reactive-vs-proactive assessment, threat ratings, specific roadmap implications, and recommended responses with owners.
development
Build a community management playbook for a brand's social media channels. Use when asked to create guidelines for managing comments, DMs, and community interactions, define a moderation policy, or build response frameworks for social media community managers. Produces a complete playbook with response templates, escalation paths, moderation rules, and tone guidelines.
development
Activate a 4-stage coding discipline framework that forces Claude to plan before coding, isolate changes on a branch, write tests first, and self-review output twice before presenting it. Use when starting a complex coding task, when past Claude sessions produced broken first drafts, or when you want to prevent rework cycles. Produces a confirmed written plan, isolated feature branch, test-first implementation, and a double-reviewed output with a correctness and code-quality checklist.
development
Optimize an article for Answer Engine Optimization (AEO) — restructuring content so AI engines like ChatGPT, Perplexity, and Claude can extract, quote, and cite it. Rewrites headings as questions, drops 50-80 word answer capsules, audits paragraph length, and flags trust signals. Use when asked to AEO-optimize, make content AI-readable, improve AI citation chances, or adapt an article for answer engines.