/SKILL.md
Generate slide decks, audio podcasts, infographics, and video overviews from NotebookLM notebooks. Customizable by audience, format, language (80+), orientation, and visual themes. Use when asked to generate slides, create podcast, make infographic, video overview, or automate NotebookLM content creation.
npx skillsauth add ainergiz/notebooklm-superskill notebooklm-superskillInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Generate professional content from NotebookLM notebooks: slides, podcasts, infographics, and videos.
Use this skill when the user wants to:
All scripts MUST be run through run.py to ensure proper virtual environment setup:
python scripts/run.py <script_name> [args...]
Before first use, authenticate with Google:
# Interactive login (browser opens)
python scripts/run.py auth_manager.py setup
# Check status
python scripts/run.py auth_manager.py status
# Validate credentials work
python scripts/run.py auth_manager.py validate
Generate presentation slides with audience-specific customization.
# Single slide deck
python scripts/run.py generate_slides.py \
--notebook-url "https://notebooklm.google.com/notebook/..." \
--audience technical \
--format detailed \
--length default
# Multiple audiences at once
python scripts/run.py generate_slides.py \
--notebook-url URL \
--audiences technical,investor,customer
Options:
| Option | Values | Description |
|--------|--------|-------------|
| --audience | technical, investor, customer, executive, beginner | Target audience |
| --audiences | comma-separated | Generate multiple decks |
| --format | detailed, presenter | Slide format |
| --length | short, default, long | Slide count |
| --source | path | Upload source file first |
| --prompt | text | Custom prompt (overrides audience) |
Generate AI podcast-style deep dive discussions.
python scripts/run.py generate_audio.py \
--notebook-url URL \
--format deep-dive \
--language en-US
Options:
| Option | Values | Description |
|--------|--------|-------------|
| --format | deep-dive, brief, critique, debate | Podcast style |
| --language | en-US, es-ES, fr-FR, de-DE, ja-JP, etc. | 80+ languages |
| --prompt | text | Custom instructions |
Note: Audio generation takes 5-10 minutes.
Generate visual infographics for different platforms.
python scripts/run.py generate_infographic.py \
--notebook-url URL \
--orientation landscape \
--detail standard
Options:
| Option | Values | Description |
|--------|--------|-------------|
| --orientation | square, portrait, landscape | Aspect ratio |
| --detail | concise, standard, detailed | Information density |
| --prompt | text | Custom instructions |
Orientations:
square - 1:1 for social media postsportrait - 9:16 for Instagram Stories, TikToklandscape - 16:9 for LinkedIn, presentationsGenerate video explainers with visual themes.
python scripts/run.py generate_video.py \
--notebook-url URL \
--format explainer \
--theme futuristic
Options:
| Option | Values | Description |
|--------|--------|-------------|
| --format | brief, explainer | Video length |
| --theme | retro-90s, futuristic, corporate, minimal | Visual style |
| --custom-theme | text | Custom theme description |
| --prompt | text | Custom instructions |
Note: Video generation takes 10-15 minutes.
User wants slides? → Use generate_slides.py
--audiences flag--audience flagUser wants podcast/audio? → Use generate_audio.py
--language--format briefUser wants visual summary? → Use generate_infographic.py
--orientation portrait--orientation landscapeUser wants video? → Use generate_video.py
--format brief--format explainerAll scripts support:
--output DIR - Output directory (default: current)--headless - Run without visible browser--help - Show detailed help# Generate investor slides
python scripts/run.py generate_slides.py --notebook-url URL --audience investor
# Create brief overview podcast
python scripts/run.py generate_audio.py --notebook-url URL --format brief
# Make landscape infographic for deck
python scripts/run.py generate_infographic.py --notebook-url URL --orientation landscape
# Beginner-friendly slides
python scripts/run.py generate_slides.py --notebook-url URL --audience beginner --length long
# Deep dive podcast
python scripts/run.py generate_audio.py --notebook-url URL --format deep-dive
# Explainer video
python scripts/run.py generate_video.py --notebook-url URL --format explainer
# Portrait infographic for stories
python scripts/run.py generate_infographic.py --notebook-url URL --orientation portrait --detail concise
# Brief video with trendy theme
python scripts/run.py generate_video.py --notebook-url URL --format brief --theme retro-90s
Authentication issues:
python scripts/run.py auth_manager.py reauth
Script not found:
python /path/to/scripts/run.py ...Timeout errors:
--headless for faster executionFor detailed guides on each feature, see:
development
Maintainer-only workflow for handling GitHub Secret Scanning alerts on OpenClaw. Use when Codex needs to triage, redact, clean up, and resolve secret leakage found in issue comments, issue bodies, PR comments, or other GitHub content.
development
Maintainer workflow for OpenClaw releases, prereleases, changelog release notes, and publish validation. Use when Codex needs to prepare or verify stable or beta release steps, align version naming, assemble release notes, check release auth requirements, or validate publish-time commands and artifacts.
development
Run, watch, debug, and extend OpenClaw QA testing with qa-lab and qa-channel. Use when Codex needs to execute the repo-backed QA suite, inspect live QA artifacts, debug failing scenarios, add new QA scenarios, or explain the OpenClaw QA workflow. Prefer the live OpenAI lane with regular openai/gpt-5.4 in fast mode; do not use gpt-5.4-pro or gpt-5.4-mini unless the user explicitly overrides that policy.
development
End-to-end Parallels smoke, upgrade, and rerun workflow for OpenClaw across macOS, Windows, and Linux guests. Use when Codex needs to run, rerun, debug, or interpret VM-based install, onboarding, gateway smoke tests, latest-release-to-main upgrade checks, fresh snapshot retests, or optional Discord roundtrip verification under Parallels.