notebooklm-mode

Index verbatim source extracts and answer questions grounded in them.

15|3|Updated Jul 8, 2026
One-click install
npx skills add https://github.com/moonlight-lupin/agent-skills --skill notebooklm-mode
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: notebooklm-mode
Source: https://github.com/moonlight-lupin/agent-skills/tree/main/research/notebooklm-mode
Command: npx skills add https://github.com/moonlight-lupin/agent-skills --skill notebooklm-mode

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires web_search, web_extract, browser, terminal, library-rag, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill addresses the challenge of researching topics thoroughly and providing well-grounded answers using verbatim source extracts.

Core Features & Use Cases

  • Source-Grounded Research: Collects verbatim source extracts, indexes them, and answers questions based on those sources.
  • Augmented Grounding: Combines strict source grounding with labeled background knowledge.
  • Multi-Mode Execution: Direct mode runs all roles inline; subagent mode spawns agents for parallel research or user requests.
  • Customizable Vault: Stores source extracts, search index, and outputs for a single research topic.
  • Semantic Search: Optional semantic search engine for large vaults, allowing semantic search over the vault's content.

Quick Start

Start a research session on the topic "AI and machine learning" by invoking the "notebooklm-mode" skill.

Frequently Asked Questions about notebooklm-mode

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate academic research using verbatim source extracts?

Source-grounded research involves collecting and indexing verbatim source extracts to answer questions based strictly on those specific sources, ensuring responses are well-reasoned and verifiable.

Can I build a searchable knowledge base from collected web sources?

Yes, you can build a searchable knowledge base by storing verbatim source extracts and search indexes in a customizable vault, utilizing an optional semantic search engine for querying large volumes of content.

How does semantic search work over a large research vault?

Semantic search over a large research vault works by indexing stored verbatim source extracts, allowing the system to retrieve information based on conceptual meaning rather than exact keyword matches.

Does this research automation framework support parallel task execution?

Yes, it supports parallel task execution through a multi-mode design: direct mode runs all roles inline, while subagent mode spawns separate agents for parallel research processing.

What is the best way to synthesize knowledge from multiple web sources?

The best way to synthesize knowledge from multiple web sources is using augmented grounding, which combines strict source grounding with labeled background knowledge to generate comprehensive, well-reasoned responses.

When should I use subagent mode instead of direct mode for knowledge synthesis?

You should use subagent mode instead of direct mode when handling parallel research tasks or multiple user requests, whereas direct mode is suitable for running all roles inline within a single session.