AIAny
AI Client2026
Icon for item

notebooklm-py

Provides a Python API, CLI, and agent skill to programmatically access Google NotebookLM — exposing features the web UI omits (batch imports/exports, PPTX slides, mind‑map JSON) and integrating with LLM agents like Claude Code and Codex.

Introduction

Most NotebookLM users interact through a convenient web UI, but that UI limits batch workflows, reproducible research pipelines, and agent integration. notebooklm-py flips that constraint: it makes NotebookLM automatable and scriptable so you can bulk-import sources, drive research queries, export structured artifacts, and plug NotebookLM into language-agent workflows.

What Sets It Apart
  • Programmatic-first access: full Python API + CLI for notebook CRUD, source management (URLs, PDFs, YouTube, Drive), and artifact retrieval — so you can script repeatable research pipelines or CI jobs rather than relying on manual clicks.
  • Exposes UI-missing exports: batch downloads of audio/video/slides, PPTX slide exports, CSV data tables, and mind‑map JSON — meaning teams can integrate NotebookLM outputs into downstream tools (presentations, visualizers, data analysis) without manual rework.
  • Agent and tooling integration: ships with an agent skill and templates to integrate NotebookLM into LLM agents (Claude Code, Codex, etc.), enabling conversational agents to read, refresh, and operate on notebooks as part of multi-step automation.
  • Research & content automation features: bulk import, source fulltext access, quiz/flashcard structured exports, and multi-format content generation (audio overviews, video summaries) — so this is useful for scaling literature review, edu content generation, and ingestion-heavy workflows.
Who It's For & Trade-offs

Great fit if you need to automate NotebookLM workflows (research teams, content pipelines, agent developers) and want programmatic exports or to orchestrate NotebookLM via LLM agents. It’s also useful for prototyping RAG-like ingestion and reproducible research that depends on NotebookLM's indexing.

Look elsewhere if you need a stable, production‑grade API backed by Google support — this project uses undocumented Google endpoints (the README warns APIs may change or break) and may require browser-based login or Playwright for some flows. Expect rate limits, occasional maintenance overhead when Google changes internals, and the need to review security/privacy implications before using on sensitive data.

Where It Fits

notebooklm-py sits between manual NotebookLM use and full platform APIs: it converts interactive NotebookLM workflows into programmable building blocks for automation, agent orchestration, and bulk content engineering. For teams that require guaranteed SLA-backed integrations or long-term enterprise stability, an officially supported API (if/when available) would be preferable.

Information

  • Websitegithub.com
  • Authorsteng-lin
  • Published date2026/01/05

Categories

More Items

GitHub
AI Agent2026

Provides a lightweight Python harness that turns LLMs into working agents with tool-use, skills, persistent memory, permission controls and multi-agent coordination. Ships with a CLI/React TUI, 43+ built-in tools, a plugin/skill system and the ohmo personal-agent for chat gateways. Best for developers prototyping agent workflows and multi-agent experiments.

GitHub
AI Model2026

Runs the Bonsai family of quantized LLMs locally (including vision-capable 27B): provides scripts and demo UIs to run 1-bit and ternary Bonsai models on macOS (Metal), Linux/Windows (CUDA/Vulkan/ROCm), or CPU, with long context, tool-calling and an optional Open WebUI agent demo.

GitHub
AI Client2025

Turns Chromium into a local-first AI browser with an embedded assistant that can summarise pages, extract structured data, automate web tasks, and run scheduled agents. Built as an open-source Chromium fork with 53+ built-in browser tools, 40+ app integrations, and support for BYO AI keys or fully local models (Ollama / LM Studio).