BeClaude

notebooklm-researcher

New
2Community RegistryGeneralby Mineru

NotebookLM research automation plugin - orchestrates deep research, source discovery, and presentation slide creation using the nlm CLI

Community PluginView Source

Overview

NotebookLM 리서치 자동화 플러그인 - nlm CLI를 활용한 리서치부터 슬라이드 생성까지 자동화합니다.

Overview

이 플러그인은 Google NotebookLM을 활용하여 다음 워크플로우를 자동화합니다:

  1. 인증 확인 - nlm CLI 프로필 인증 상태 확인
  2. 노트북 생성 - 리서치 프로젝트용 노트북 생성
  3. 딥 리서치 - 웹 소스 자동 탐색 및 수집 (최대 40개 소스)
  4. 슬라이드 생성 - 수집된 소스 기반 발표 자료 자동 생성

Installation

Claude Code 마켓플레이스에서 설치 (권장)

bash
# 마켓플레이스에서 플러그인 추가
/plugin marketplace add Mineru98/notebooklm-skills

# 플러그인 설치
/plugin install notebooklm-skills

수동 설치

프로젝트 루트의 .claude/plugins.json에 직접 추가할 수도 있습니다:

json
{
  "plugins": [
    {
      "name": "notebooklm-researcher",
      "source": "github:Mineru98/notebooklm-skills"
    }
  ]
}

사전 요구사항

  • Claude Code CLI 설치
  • nlm CLI 설치
  • NotebookLM 인증 완료 (nlm login --profile work)

Usage

Claude Code에서 다음과 같이 사용:

code
리서치해줘: AI 에이전트 프레임워크 비교 분석

또는 직접 스킬 호출:

code
/notebooklm-researcher AI 에이전트 프레임워크 비교 분석

Workflow

code
Auth Check → Notebook Create → Deep Research → Import Sources → Create Slides

Plugin Structure

code
notebooklm-skills/
├── .claude-plugin/
│   ├── marketplace.json      # 마켓플레이스 메타데이터
│   └── plugin.json           # 플러그인 설정
├── skills/
│   └── notebooklm-researcher/
│       └── SKILL.md          # 메인 오케스트레이션 스킬
├── agents/
│   ├── auth-checker/
│   │   └── AGENT.md          # 인증 확인 에이전트
│   ├── notebook-manager/
│   │   └── AGENT.md          # 노트북 관리 에이전트
│   ├── research-conductor/
│   │   └── AGENT.md          # 리서치 수행 에이전트
│   └── slides-creator/
│       └── AGENT.md          # 슬라이드 생성 에이전트
└── README.md

Agents

AgentRole
auth-checkernlm CLI 인증 상태 확인 및 재인증 안내
notebook-manager노트북 목록 조회, 생성, 선택
research-conductor딥 리서치 시작, 상태 모니터링, 소스 임포트
slides-creator발표 슬라이드 생성 및 다운로드 안내

Configuration

OptionDefaultDescription
Profileworknlm 인증 프로필
Research Modedeepdeep (5분, 40소스) / fast (30초, 10소스)
Slide Formatpresenter_slidespresenter_slides / detailed_deck
Slide LanguagekoBCP-47 언어 코드
Slide Lengthdefaultdefault / short

License

MIT

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/notebooklm-researcher.md https://raw.githubusercontent.com/Mineru98/notebooklm-skills/main/SKILL.md
3
Invoke in Claude Code
/notebooklm-researcher
View source on GitHub
pluginnotebooklmresearchslidesautomationnlm-cli

Frequently Asked Questions

What is notebooklm-researcher?

NotebookLM research automation plugin - orchestrates deep research, source discovery, and presentation slide creation using the nlm CLI

How to install notebooklm-researcher?

To install notebooklm-researcher, create the .claude/skills directory in your project, then run the curl command to download the skill file. Once installed, invoke it in Claude Code with /notebooklm-researcher.

What is notebooklm-researcher best for?

notebooklm-researcher is a community categorized under General. It is designed for: plugin, notebooklm, research, slides, automation, nlm-cli. Created by Mineru.