🤖
NotebookLM CLI
NotebookLM CLI wrapper via `node {baseDir}/scripts/notebooklm.mjs`. Use for auth, notebooks, chat, sources, notes, sharing, research, and artifact generation/download.
安全通过
⚙️脚本
技能说明
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
nodeandnotebooklmavailable on PATH.- NotebookLM CLI authenticated (run
loginif needed).
Quick start
- Wrapper script:
scripts/notebooklm.mjs(invokesnotebooklmCLI). - Run from the skill directory or use an absolute
{baseDir}path.
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
--jsonfor machine-readable output. - For long-running tasks, use
--exec-timeout <seconds>;--timeoutis reserved for wait/poll commands.
References
references/cli-commands.md
Assets
- None.
如何使用「NotebookLM CLI」?
- 打开小龙虾AI(Web 或 iOS App)
- 点击上方「立即使用」按钮,或在对话框中输入任务描述
- 小龙虾AI 会自动匹配并调用「NotebookLM CLI」技能完成任务
- 结果即时呈现,支持继续对话优化