Create Automated Notebook banner
adrianwedd adrianwedd

Create Automated Notebook

Development community

Description

--- name: create-automated-notebook description: Create a NotebookLM notebook with automated workflows --- Use this skill when the user wants to create a new notebook with sources and artifacts. ## Workflow ### Option 1: Using Configuration File (Recommended) 1. **Create JSON configuration**: ```json { "title": "Notebook Title", "sources": [ "url:https://example.com", "text:Direct text content" ], "studio": [ {"type": "quiz"}, {"type":

Installation

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

Terminal
mkdir -p ~/.claude/skills/adrianwedd-notebooklm-automation-create-automated-notebook && curl -fsSL https://raw.githubusercontent.com/adrianwedd/notebooklm-automation/HEAD/.claude/skills/create-automated-notebook.md -o ~/.claude/skills/adrianwedd-notebooklm-automation-create-automated-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