notebooklm-superskill

Generate slides, podcasts, infographics, and videos from NotebookLM notebooks.

3|1|Updated Dec 31, 2025
One-click install
npx skills add https://github.com/ainergiz/notebooklm-superskill --skill notebooklm-superskill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: notebooklm-superskill
Source: https://github.com/ainergiz/notebooklm-superskill/tree/main/.
Command: npx skills add https://github.com/ainergiz/notebooklm-superskill --skill notebooklm-superskill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires patchright, python-dotenv, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates turning NotebookLM notebooks into ready-made content packages: slide decks, audio podcasts, infographics, and video overviews. It reduces manual production time and lets you publish summaries with consistent quality.

Core Features & Use Cases

  • Multi-format content generation: Create slides, podcasts, infographics, and videos from a single NotebookLM notebook.
  • Audience-aware output: Generate audience-specific slides (technical, investor, customer, executive, beginner) and language support (80+ languages) for podcasts.
  • Automation of production pipelines: Run end-to-end from authentication to download, saving time and reducing manual steps.

Quick Start

  • Install dependencies and authenticate: python scripts/run.py auth_manager.py setup
  • Generate a technical slide deck: python scripts/run.py generate_slides.py --notebook-url "<URL>" --audience technical
  • Create a deep-dive podcast: python scripts/run.py generate_audio.py --notebook-url "<URL>" --format deep-dive
  • Produce a landscape infographic: python scripts/run.py generate_infographic.py --notebook-url "<URL>" --orientation landscape
  • Generate a video overview: python scripts/run.py generate_video.py --notebook-url "<URL>" --format explainer