Agent Skill
2/7/2026

notebooklm

Complete API for Google NotebookLM - full programmatic access including features not in the web UI. Create notebooks, add sources, generate all artifact types, download in multiple formats. Activates on explicit /notebooklm or intent like "create a podcast about X"

E
efficacy38
1GitHub Stars
1Views
npx skills add efficacy38/nix-dotfile

SKILL.md

Namenotebooklm
DescriptionComplete API for Google NotebookLM - full programmatic access including features not in the web UI. Create notebooks, add sources, generate all artifact types, download in multiple formats. Activates on explicit /notebooklm or intent like "create a podcast about X"

How to bootstrap

Setup credential of nix-secret(another private repo to store encrypt secret)

  1. add git config in .ssh/config
Host github.com
  # IdentityFile ~/.ssh/gh.id_ed25519
  User git
  Hostname github.com
  1. clone this repo
git clone git@github.com:efficacy38/nix-dotfile.git
  1. switch to environment with nix helper
nix shell nixpkgs#nh
nh os switch --hostname=phoenixton

build minimal iso image

nix build .#nixosConfigurations.iso.config.system.build.isoImage
Skills Info
Original Name:notebooklmAuthor:efficacy38