Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add afaraha8403/balakit --skill nlm-skillgit clone --depth 1 https://github.com/afaraha8403/balakitWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/afaraha8403/balakit/nlm-skill)<a href="https://agentmods.dev/skills/afaraha8403/balakit/nlm-skill"><img src="https://agentmods.dev/badge/skills/afaraha8403/balakit/nlm-skill/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/afaraha8403/balakit/nlm-skill"><img src="https://agentmods.dev/badge/skills/afaraha8403/balakit/nlm-skill.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00126 | $0.01735 |
| Opus 5 | $0.00063 | $0.00868 |
| Sonnet 5 | $0.00025 | $0.00347 |
| Haiku 4.5 | $0.00013 | $0.00173 |
Grade A, and why
nlm-skill scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 165 lines — stays where its author put it; the contents beside it link to each section on GitHub.
NotebookLM CLI & MCP Expert
Leading words: nlm, NotebookLM, audio overview, studio artifacts, progressive disclosure, phase separation, confirm-required, capture IDs, alias shortcuts, no REPL.
This skill provides comprehensive guidance for using NotebookLM via both the
nlm CLI and MCP tools. The body carries the critical rules, the tool
detection decision tree, and the 3-phase workflow. Depth lives in
references/ behind context pointers.
Tool Detection (CRITICAL — read first)
ALWAYS check which tools are available before proceeding:
- Check for MCP tools: Look for tools starting with
mcp__notebooklm-mcp__*. - If BOTH MCP tools AND CLI are available: ASK the user which they prefer.
- If only MCP tools are available: Use them directly (see references/mcp_tools.md).
- If only CLI is available: Use
nlmCLI commands via Bash (see references/command_reference.md).
has_mcp_tools = check_available_tools() # mcp__notebooklm-mcp__*
has_cli = check_bash_available() # Can run nlm commands
if has_mcp_tools and has_cli:
user_preference = ask_user()
else if has_mcp_tools:
use_mcp_tools()
else:
use_cli()
Critical Rules (read first)
- Always authenticate first: Run
nlm loginbefore any operations. - Sessions expire in ~20 minutes: Re-run
nlm loginif commands start failing with auth errors. - ⚠️ ALWAYS ASK USER BEFORE DELETE: Deletions are irreversible. Show what will be deleted and warn about permanent data loss.
--confirmis REQUIRED: All generation and delete commands need--confirm/-y(CLI) orconfirm=True(MCP).- Research requires
--notebook-id: The flag is mandatory, not positional. - Capture IDs from output: Create/start commands return IDs needed for subsequent operations.
- Use aliases:
nlm alias set <name> <uuid>simplifies long UUIDs. - Check aliases before creating:
nlm alias listfirst to avoid name conflicts. - DO NOT launch REPL: Never
nlm chat start— it opens an interactive REPL that AI tools cannot control. Usenlm notebook queryfor one-shot Q&A. - Output format: Default (no flags) = compact + token-efficient.
--quietcaptures IDs for piping.--jsononly when parsing fields. - Use
--helpwhen unsure:nlm <command> --helpshows options.
What ships with it
4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 8d ago First seen · 165 lines · 126 tokens per session scan A 13d3f9a571bb
nlm-skill is a skill published in the GitHub repository afaraha8403/balakit (1 stars, last pushed 11d ago), licensed MIT. It adds 126 tokens to every session and 1,735 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
gws-classroom
Google Classroom: Manage classes, rosters, and coursework.
get-rep-call-feedback
Use when the user wants evidence-backed coaching for one rep's calls, especially by comparing the rep with peer examples to identify repeatable best practices, specific upgrade moments, and practical next-call language.
recipe-create-classroom-course
Create a Google Classroom course and invite students.
tutorial
Interactive tutorial teaching Ouroboros hands-on.
socratic-quiz
Use this when the user wants to deeply understand something through guided questioning. Trigger phrases include: "quiz me", "help me understand", "Socratic", "teach me", "walk me through with questions", "test my understanding", or when the user asks for an explanation and would benefit more from guided discovery than…
outline-builder
A study aid that helps build an outline from a learner's notes, textbook excerpts, or an existing outline. It creates the structure and leaves gaps for the learner to fill rather than writing the lesson for them.