Deep Research Notebooklm logo

Deep Research Notebooklm

CommunityPopular
davila7
deep-research-notebooklm

Deep research skill powered by NotebookLM MCP. Conducts structured multi-source research (market analysis, competitive intel, trend analysis, prospect research) using Google NotebookLM as the research engine, then delivers formatted briefs and optional studio artifacts (slides, audio podcasts, videos, infographics, reports, mind maps).

Overview

Publisherdavila7
Repositoryclaude-code-templates
Skill namedeep-research-notebooklm
Stars
30.8K
Forks
3.5K
Bundled files
1
LicenseMIT
Links
  • Markdown instructions

    A SKILL.md file the model loads on demand, so it only costs tokens when a request actually matches.

  • Works with any LLM

    AI skills are plain Markdown, not provider-specific code, so this works with GPT, Claude, Gemini, Grok, or a local model.

  • 1 bundled files

    Scripts, templates, and references the model can read while it works. Files are read-only and never executed.

  • Open source

    Published by davila7 on GitHub. Read the source before you install it.

Installation

Install the Deep Research Notebooklm AI skill in TypingMind to use it with any LLM, or drop it into another agent that reads SKILL.md.

1

Install in TypingMind

TypingMind installs a skill straight from its GitHub folder — it reads SKILL.md, bundles the resource files, and stores the result locally.

  1. Open the app and go to Plugins → Skills.
  2. Choose "Install from GitHub".
  3. Paste the skill folder URL below and confirm.
  4. Enable the skill in any chat where you want it available.
Plugins → Skills → Add skill → From GitHub URL, then paste the folder URL and press Continue.
2

Install in another agent

Any agent that reads the Agent Skills format can use this skill — copy the folder into that agent's skills directory.

Claude Code — .claude/skills
git clone --depth 1 https://github.com/davila7/claude-code-templates.git /tmp/claude-code-templates
mkdir -p .claude/skills
cp -r /tmp/claude-code-templates/cli-tool/components/skills/ai-research/deep-research-notebooklm .claude/skills/deep-research-notebooklm
Restart Claude Code after copying so it picks up the new skill.

Use it in TypingMind

Enable Deep Research Notebooklm in any TypingMind chat and the model takes it from there. Its name and description sit in the system prompt, and the moment a request matches, the model loads the full instructions itself — you never invoke it by hand, and it costs no tokens until it is actually used.

The model loads Deep Research Notebooklm on its own as soon as a request matches it.

Works with any AI model

AI skills are plain Markdown instructions rather than provider-specific code, so Deep Research Notebooklm is not tied to the model it was written for. Install it once in TypingMind and use it with GPT-5, Claude, Gemini, Grok, DeepSeek, Mistral, Llama, or a local model you run yourself — all on your own API keys.

  • Loaded only when it is needed

    The system prompt carries just the name and description. The instructions are fetched on the first matching request, so an idle skill costs nothing.

  • Switch models mid-chat

    Because the skill is instructions rather than code, changing model does not break it — the next model reads the same SKILL.md.

Skill instructions

This is the SKILL.md content the model loads. Read it before installing — a skill is instructions your model will follow.

Deep Research via NotebookLM

Research $ARGUMENTS deeply using the NotebookLM MCP server and deliver a structured research brief. Optionally generate studio artifacts (slides, audio podcasts, videos, infographics, reports, mind maps) from the research.

Prerequisites

  • NotebookLM MCP server must be configured. Install via: nlm setup add claude-code
  • If NotebookLM MCP tools are not available, tell the user to run the setup command and restart their session.

Research Workflow

Step 1: Define Scope

Determine the research type based on the user's request:

TypeFocus
Market ResearchIndustry trends, market sizing, opportunities, TAM/SAM/SOM
Competitive IntelCompetitor analysis, positioning gaps, feature comparisons
Client/Prospect ResearchCompany background, pain points, decision makers, recent news
Trend AnalysisTechnology trends, adoption patterns, forecasts, emerging players
Proposal ResearchBackground for proposals, sector-specific data, case studies
Academic/TechnicalPapers, frameworks, methodologies, state of the art

Tell the user what you plan to research and confirm the angle:

"I'll research [topic]. My angle: [specific focus]. I'll investigate: [2-3 specific questions]. Sound right, or should I adjust?"

Wait for confirmation before proceeding.

Step 2: Create NotebookLM Notebook

Use notebook_create to create a notebook named: Research: [Topic] - [YYYY-MM-DD]

Step 3: Add Context Sources

Use source_add to seed the notebook with relevant context:

  • Add any URLs the user provides (articles, company pages, reports)
  • Add any documents or files the user references
  • Add text summaries of relevant background if no URLs are available
  • If researching a company, add their website, LinkedIn, recent press

Step 4: Run Research

Use research_start with a well-crafted query based on the topic and context.

Mode selection:

  • Default: "fast" (~60 seconds, ~10 sources) -- good for most queries
  • Use "deep" only if the user explicitly asks for exhaustive research (can take 10+ minutes and may stall at 0 sources)

Tip: Run direct WebSearch calls in parallel with NotebookLM for faster initial data gathering while the research engine works.

Poll research_status until complete. Use the query parameter as fallback matching -- task IDs can change between research_start and research_status calls.

Step 5: Import Discovered Sources

Use research_import to bring discovered sources into the notebook for deeper analysis.

Step 6: Query for Insights

Use notebook_query to ask 3-5 targeted questions based on the research type:

  1. Overview: "What are the key findings about [topic]?"
  2. Opportunities: "What opportunities or gaps exist in this space?"
  3. Actions: "What are the most actionable insights from this research?"
  4. Risks: "What are the main risks, challenges, or counterarguments?"
  5. Custom: A question specific to the research type (e.g., "Who are the top 5 competitors and how do they differentiate?" for competitive intel)

Step 7: Write Research Brief

Save the findings to a local file using the research brief template:

File path: research/[topic-slug]-[YYYY-MM-DD].md

Use the template from research-brief-template.md to structure the output. Create the research/ directory if it does not exist.

Step 8: Present Takeaways

After saving, present the user with:

  • 3-5 headline findings (bullets, direct, no filler)
  • 1-2 recommended actions connected to the user's stated goals
  • Surprises or contrarian findings -- anything that challenges assumptions
  • The file path where the full brief is saved
  • The NotebookLM notebook URL so the user can explore sources directly

Step 9 (Optional): Generate Studio Artifacts

Ask the user: "Want me to generate any artifacts from this research? Options: slides, audio (podcast), video, infographic, report, mind map."

If yes, use studio_create with the notebook_id from Step 2.

Available artifact types and recommended settings:

TypeKey paramsBest for
slide_deckslide_format: detailed_deck or presenter_slides; slide_length: short or defaultExecutive presentations, client pitches
audioaudio_format: deep_dive, brief, critique, or debate; audio_length: short, default, longPodcast-style deep dives, learning on the go
videovideo_format: explainer, brief, cinematic; visual_style: auto_select, classic, whiteboard, etc.Visual explainers, social media content
infographicorientation: landscape, portrait, square; infographic_style: professional, bento_grid, etc.One-pagers, social sharing
reportreport_format: Briefing Doc, Study Guide, Blog Post, Create Your OwnWritten deliverables, summaries
mind_maptitleVisual knowledge mapping

Common params for all artifact types:

  • language: Set to the user's preferred language (e.g., "en", "es", "pt")
  • focus_prompt: A clear directive about what to emphasize in the artifact
  • confirm: Must be true to proceed with generation

After creating an artifact:

  1. Poll studio_status until completed (audio/video: 5-15 min; slides/infographics: 2-5 min)
  2. Use download_artifact to save locally if needed
  3. Provide the notebook URL so the user can access artifacts directly

Tips:

  • audio with deep_dive format produces the best podcast-style analysis
  • slide_deck with detailed_deck format works best for standalone reading; presenter_slides is better when accompanied by speaker notes
  • Audio status may show "unknown" once completed -- check for audio_url presence instead of waiting for a "completed" status

Notes

  • Fast mode is recommended as the default. Deep mode is powerful but can take 10+ minutes and occasionally stalls.
  • Always confirm the research scope with the user before starting -- a well-scoped query produces dramatically better results.
  • The research brief template ensures consistent, actionable output across all research types.

Additional Resources

Bundled files

The model reads these on demand while the skill is loaded. They are exposed as readable files and are never executed.

Frequently asked questions

What does the Deep Research Notebooklm AI skill do?

Deep research skill powered by NotebookLM MCP. Conducts structured multi-source research (market analysis, competitive intel, trend analysis, prospect research) using Google NotebookLM as the research engine, then delivers formatted briefs and optional studio artifacts (slides, audio podcasts, videos, infographics, reports, mind maps).

Why use Deep Research Notebooklm on TypingMind?

Because you install it once and use it with any model. Deep Research Notebooklm is plain Markdown rather than provider-specific code, so the same skill runs on GPT-5, Claude, Gemini, Grok, or a local model — and you can switch model mid-chat without it breaking. TypingMind runs on your own API keys, so you pay providers directly instead of a per-seat subscription, and your skills and chats stay in your own storage.

How do I install Deep Research Notebooklm in TypingMind?

Open Plugins → Skills → Install from GitHub in TypingMind and paste https://github.com/davila7/claude-code-templates/tree/main/cli-tool/components/skills/ai-research/deep-research-notebooklm. TypingMind reads its SKILL.md and bundles its files and installs it as a skill you can enable per chat.

Which AI models can use Deep Research Notebooklm?

Any model you connect in TypingMind. AI skills are plain Markdown instructions rather than provider-specific code, so GPT, Claude, Gemini, Grok, and local models can all load this skill when a request matches it.

How many AI models can I use with Deep Research Notebooklm?

As many as you like. As long as a model supports skills, you can use Deep Research Notebooklm with it — GPT, Claude, Gemini, Grok, DeepSeek, Mistral, Llama and more — all on TypingMind with your own API keys.

Is the Deep Research Notebooklm AI skill free?

Yes. It is published on GitHub by davila7 under the MIT license. You only pay your own AI provider for the tokens you use.

What are AI skills?

An AI skill is a reusable instruction bundle that teaches an AI model how to do one specific task. It follows the open Agent Skills format: a SKILL.md file with a name and description, plus any scripts, templates or reference files the model may need. The model reads the instructions only when your request matches the skill, so an installed skill costs nothing until it is used.

How are AI skills different from plugins or MCP servers?

A plugin or MCP server gives a model new tools to call — code that runs somewhere and returns a result. An AI skill gives the model knowledge and process instead: how to approach a task, which steps to follow, what good output looks like. Skills are plain Markdown, so they need no server, no API key and no runtime, and they work with any model.

View all

Set up your own AI workspace now

Get notified about new features and future giveaways by subscribing to our newsletter 👇