Generate various artifact types from your notebook content.
Supported Types
audio, video, cinematic, slides, report, study-guide, quiz, flashcards, mind-map, infographic, data-table.
Generation Workflow
For long-running media jobs, use --no-wait to get a task ID. You can then list artifacts to find the specific ARTIFACT_ID and download it later.
Output Formats
- Quizzes/Flashcards: Supports
json, markdown, or html. - Slides: Supports
pdf or pptx.
Note: Existing files will be rejected unless you use the --force flag.
# Generate slides with specific formatting
notebooklm-skill generate \
--notebook "AI safety evidence" \
--type slides --lang zh-TW \
--slide-format presenter-slides \
--output ./output/deck.pptx --output-format pptx
# Detached media generation and download
notebooklm-skill generate --notebook NOTEBOOK_ID --type audio --no-wait
notebooklm-skill list-artifacts --notebook NOTEBOOK_ID --type audio
notebooklm-skill download --notebook NOTEBOOK_ID --type audio \
--artifact-id ARTIFACT_ID --output ./output/podcast.m4a