NotebookLM 技能

Manage Google NotebookLM notebooks and run source-grounded Q&A via the notebooklm-py CLI.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/crimes342/skills --skill notebooklm-crimes342
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: NotebookLM 技能
Source: https://github.com/crimes342/skills/tree/main/skills/notebooklm/skills/notebooklm
Command: npx skills add https://github.com/crimes342/skills --skill notebooklm-crimes342

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires google-auth.

What problem does it solve?

This Skill helps you operate Google NotebookLM end-to-end from the command line, so you can organize sources and quickly generate Q&A, reports, and rich media outputs without manually driving the web UI.

Core Features & Use Cases

  • Source-backed research & Q&A: Add URLs/files and use NotebookLM to answer questions grounded in those sources.
  • Notebook management: Create, switch, list, inspect status, and manage notebooks to keep work organized.
  • One-command content generation: Generate outputs like audio, video, slide decks, quizzes, flashcards, infographics, mind maps, data tables, and reports.
  • Hermes-friendly autonomy: Defines safe auto-execution vs confirmation-needed actions to fit chat/cron workflows.

Quick Start

Ask for “创建笔记本” to run notebook creation, then add sources and ask a question to get source-grounded answers.

Frequently Asked Questions about NotebookLM 技能

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

FAQPage Schema
How do I automate source-grounded question answering with Google NotebookLM?

Source-grounded question answering is automated by using the notebooklm-py CLI to add document or URL sources to a notebook, then querying those sources directly to generate answers without manual web UI interaction.

Can I generate multimedia outputs like audio and slide decks from NotebookLM sources via command line?

Multimedia outputs are generated by running one-command content generation via the CLI, allowing you to produce audio, video, slide decks, quizzes, flashcards, infographics, and reports directly from your organized NotebookLM sources.

Do I need a google-auth dependency to run NotebookLM CLI workflows?

The google-auth dependency is required to establish an authenticated Google session, enabling the NotebookLM CLI to securely manage notebooks and execute automated content generation using profile-based saved storage state.

What is the best way to manage multiple NotebookLM notebooks for research automation?

Managing multiple notebooks is handled through CLI commands to create, switch, list, and inspect notebook status, keeping research automation workflows organized across distinct document and URL source collections.

Does NotebookLM CLI support chat and cron workflows for content generation?

Chat and cron workflows are supported through Hermes-friendly autonomy, which distinguishes between safe auto-execution actions and confirmation-needed operations to fit scheduled or interactive content generation tasks.

What are the limitations of using CLI workflows for NotebookLM source ingestion?

CLI workflows for source ingestion are limited by the requirement of an active authenticated Google session and profile-based saved storage state, meaning operations fail without proper google-auth dependency setup.