Back to list
anntnzrb

notebooklm

by anntnzrb

Configurations for LLM Harnesses

0🍴 0📅 Jan 23, 2026

SKILL.md


name: notebooklm description: "Use the nlm CLI to talk to NotebookLM notebooks. Activate when the user mentions NotebookLM, notebook, knowledge base, or asks to chat with their notebooks."

NotebookLM CLI

Use nlm to list notebooks, select a target, and ask questions via generate-chat or chat.

Workflow

  1. Verify CLI

    • command -v nlm (if missing, ask how they want to install)
  2. Verify auth

    • Check ~/.nlm/env or env vars NLM_AUTH_TOKEN, NLM_COOKIES
    • If missing, run:
      • nlm auth --all --notebooks
      • If profiles are locked: NLM_USE_ORIGINAL_PROFILE=1 nlm auth --all --notebooks --debug
    • If auth still fails, fail fast and ask the user to complete browser login manually
  3. Select notebook

    • nlm list (shows recent)
    • Ask user to pick an ID if not provided
  4. Interact

    • Headless single question: nlm generate-chat <notebook-id> "<prompt>"
    • Interactive session: nlm chat <notebook-id>
    • Source-based transformations: ask for source IDs, then use summarize, explain, outline, faq, briefing-doc, timeline, toc
  5. Guardrails

    • Always confirm before destructive operations: rm, rm-source, rm-note, delete-artifact, audio-rm
    • Confirm before privacy-impacting actions: share (public) and share-private

Quick commands

nlm list
nlm generate-chat <notebook-id> "Question about my knowledge base"
nlm chat <notebook-id>

Notes

  • If user says "talk to my knowledge base", ask which notebook ID to use.
  • No implicit state: do not assume a last-used notebook.

Score

Total Score

40/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon