Export Notebook banner
adrianwedd adrianwedd

Export Notebook

Development community

Description

--- name: export-notebook description: Export a NotebookLM notebook to local directory --- Use this skill when the user asks to export a notebook from NotebookLM. ## Workflow 1. **List available notebooks** (if notebook name not provided): ```bash nlm notebook list ``` 2. **Get notebook ID**: - If user provided a name, search the list - If user provided an ID, use it directly 3. **Export the notebook**: ```bash ./scripts/export-notebook.sh "<notebook-name-or-id>" ./expo

Installation

Installs to ~/.claude/skills/adrianwedd-notebooklm-automation-export-notebook/SKILL.md

Terminal
mkdir -p ~/.claude/skills/adrianwedd-notebooklm-automation-export-notebook && curl -fsSL https://raw.githubusercontent.com/adrianwedd/notebooklm-automation/HEAD/.claude/skills/export-notebook.md -o ~/.claude/skills/adrianwedd-notebooklm-automation-export-notebook/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository