notebooklm

Automate NotebookLM workflows by creating notebooks, adding sources, and generating artifacts.

4|1|Updated Jan 19, 2026
One-click install
npx skills add https://github.com/rongarede/skill-snapshots --skill notebooklm-rongarede
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: notebooklm
Source: https://github.com/rongarede/skill-snapshots/tree/main/obsidian/notebooklm
Command: npx skills add https://github.com/rongarede/skill-snapshots --skill notebooklm-rongarede

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

NotebookLM automation eliminates the manual overhead of creating notebooks, adding sources, and generating artifacts by orchestrating NotebookLM workflows end-to-end.

Core Features & Use Cases

  • Create notebooks, add sources, and chat with content to refine ideas.
  • Generate artifacts (podcasts, videos, quizzes) and download results for offline use.
  • Use Case: Automate a literature review by turning a set of URLs into a NotebookLM notebook and producing a synthesized podcast.

Quick Start

notebooklm create "Research: Topic X" notebooklm source add "https://example.com/article" notebooklm source list --json notebooklm generate audio "Overview of Topic X" notebooklm download audio ./topic-x.mp3

Frequently Asked Questions about notebooklm

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

FAQPage Schema
How do I automate NotebookLM workflows from the command line?

NotebookLM automation orchestrates end-to-end workflows by creating notebooks, adding sources, and generating artifacts. It supports research and content-generation scenarios across single or multi-account setups, from source ingestion to artifact retrieval.

Can I generate and download a podcast from URLs automatically?

Yes, you can automate literature reviews by adding URLs as sources to a notebook, generating an audio overview, and downloading the result. Use source add for ingestion and download audio for offline retrieval.

What steps are needed to add sources and generate artifacts in NotebookLM?

To generate artifacts, first create a notebook, add sources using source add, then issue a generate command for audio or video. The workflow coordinates tasks through standard commands including create, source add, artifact wait, and download.

Does NotebookLM automation support multi-account setups for parallel tasks?

Yes, the automation supports research and content-generation scenarios across single or multi-account setups. It coordinates tasks through standard commands with parallel-safety best practices to manage concurrent workflows.

What are the limitations of automating NotebookLM artifact generation?

The automation enforces authentication with notebooklm login and requires explicit activation via /notebooklm. Users must follow parallel-safety best practices when coordinating concurrent tasks across multi-account setups.