ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

notebooklm

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

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/fadeloo/tiangong-notebooklm-cli
Or

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.

Metadata

Author@fadeloo
Stars2387
Views0
Updated2026-03-09
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-fadeloo-tiangong-notebooklm-cli": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.