Setup & Installation

Install NotebookLM CLI using the ClawHub CLI or OpenClaw CLI:

clawhub install tiangong-notebooklm-cli

If the CLI is not installed:

npx clawhub@latest install tiangong-notebooklm-cli

Or install with OpenClaw CLI:

openclaw skills install tiangong-notebooklm-cli

View on ClawHub · View on GitHub

What This Skill Does

NotebookLM CLI is a Software Development skill for OpenClaw by fadeloo.

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.

Version History

Latest version: 0.1.1

First published: Jan 28, 2026. Last updated: Feb 7, 2026.

2 versions released.

Frequently Asked Questions

Is NotebookLM CLI free to use?
Yes. NotebookLM CLI is a free, open-source skill available on the OpenClaw Skills Registry. You can install and use it at no cost, and the source code is publicly available for review and contribution.
What languages/platforms does NotebookLM CLI support?
It runs on any platform that supports OpenClaw, including macOS, Linux, and Windows. As long as you have the OpenClaw runtime installed, NotebookLM CLI will work seamlessly across operating systems.
How do I update NotebookLM CLI?
Run openclaw skills update tiangong-notebooklm-cli to get the latest version. OpenClaw will download and apply the update automatically, preserving your existing configuration.
Can I use NotebookLM CLI with other skills?
Yes. OpenClaw skills are composable — you can combine NotebookLM CLI with any other installed skill in your workflows. This allows you to build powerful multi-step automations by chaining skills together.