← Back to list

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
-
Verify CLI
command -v nlm(if missing, ask how they want to install)
-
Verify auth
- Check
~/.nlm/envor env varsNLM_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
- Check
-
Select notebook
nlm list(shows recent)- Ask user to pick an ID if not provided
-
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
- Headless single question:
-
Guardrails
- Always confirm before destructive operations:
rm,rm-source,rm-note,delete-artifact,audio-rm - Confirm before privacy-impacting actions:
share(public) andshare-private
- Always confirm before destructive operations:
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