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.

跳到安装

来源信息

仓库
ai-workspace-lab/xworkspace-core-skills
最近来源活动
2026年5月26日 04:58
检测到的 SKILL.md 语言
英语
星标
7
分支
0

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。

文件资源管理器
5 个文件

正在显示 SKILL.md

SKILL.md
来源说明 · 只读预览
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.
在 GitHub 查看