Skip to main content

notebooklm

NotebookLM CLI wrapper via `node {baseDir}/scripts/notebooklm.mjs`. Use for auth, notebooks, chat, sources, notes, sharing, research, and artifact generation/download.

Jump to install

Source facts

Repository
ai-workspace-lab/xworkspace-core-skills
Last source activity
May 26, 2026 at 04:58
Detected SKILL.md language
English
Stars
7
Forks
0

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.

File Explorer
5 files

Showing SKILL.md

SKILL.md
Source instructions · Read-only preview
name
notebooklm
description
NotebookLM CLI wrapper via `node {baseDir}/scripts/notebooklm.mjs`. Use for auth, notebooks, chat, sources, notes, sharing, research, and artifact generation/download.
# NotebookLM CLI Wrapper ## Required parameters - `node` and `notebooklm` available on PATH. - NotebookLM CLI authenticated (run `login` if needed). ## Quick start - Wrapper script: `scripts/notebooklm.mjs` (invokes `notebooklm` CLI). - Run from the skill directory or use an absolute `{baseDir}` path. ```bash node {baseDir}/scripts/notebooklm.mjs status node {baseDir}/scripts/notebooklm.mjs login node {baseDir}/scripts/notebooklm.mjs list node {baseDir}/scripts/notebooklm.mjs use <notebook_id> node {baseDir}/scripts/notebooklm.mjs ask "Summarize the key takeaways" --notebook <notebook_id> ``` ## Request & output - Command form: `node {baseDir}/scripts/notebooklm.mjs <command> [args...]`. - Prefer `--json` for machine-readable output. - For long-running tasks, use `--exec-timeout <seconds>`; `--timeout` is reserved for wait/poll commands. ## References - `references/cli-commands.md` ## Assets - None.
View on GitHub