notebooklm
NotebookLM CLI wrapper via `node {baseDir}/scripts/notebooklm.mjs`. Use for auth, notebooks, chat, sources, notes, sharing, research, and artifact generation/download.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/fadeloo/tiangong-notebooklm-cliNotebookLM 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.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-fadeloo-tiangong-notebooklm-cli": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
wps-word-automation
Automate common Word/WPS document operations on Windows via COM (read text, replace, insert, headings, headers/footers, page breaks, merge, split, export to PDF/TXT, add/replace images). Use for single-document actions (no batch).
wps-ppt-automation
Automate common PowerPoint/WPS Presentation operations on Windows via COM (read text/notes/outline, export PDF/images, replace text, insert/delete slides, unify font/size/theme, extract images/media). Use for single-presentation actions (no batch).