Jump to related tools in the same category or review the original source on GitHub.

Browser & Automation @fadeloo Updated 2/26/2026

Tiangong Notebooklm Cli OpenClaw Skill - ClawHub

Do you want your AI agent to automate Tiangong Notebooklm Cli workflows? This free skill from ClawHub helps with browser & automation tasks without building custom tools from scratch.

What this skill does

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

Install

npx clawhub@latest install tiangong-notebooklm-cli

Full SKILL.md

Open original
namedescription
notebooklmNotebookLM 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.
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.
Original URL: https://github.com/openclaw/skills/blob/main/skills/fadeloo/tiangong-notebooklm-cli

Related skills

If this matches your use case, these are close alternatives in the same category.