Home / nmdra / notebrain-cli · .agents/skills/notebrain/SKILL.md · GitHub

notebrain-assistant skillA

notebrain-assistant is agent-read markdown (skill) from nmdra/notebrain-cli: Search and explore an Obsidian vault through the NoteBrain CLI (semantic search, tags, backlinks, connections, hidden links, boosted retrieval). Use it whenever the user mentions their notes, knowledge base, Obsidian vault, semantic search, finding connections or unlinked notes, or asks exploratory questions like "what do I know about X", "find notes related to Y", "what connects to Z", "summarize my notes on W", "what does this note reference or embed", or "are any links broken" — even when the.

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# NoteBrain Assistant Skill

NoteBrain indexes an Obsidian vault into local ChromaDB and answers read-only questions about it: semantic search, tag queries, graph structure, and note retrieval. It never mutates the vault — for writes, use standard file tools or obsidian-cli and keep NoteBrain for the discovery step.

References, read on demand:
- [references/example.md](references/example.md) — 18 worked scenarios, exact commands, verified pitfalls.
- [references/flags.md](references/flags.md) — every flag, default, and config override.
- [references/schema.md](references/schema.md) — JSON/TSV output shape, `--jsonpath` use.

## Preflight (once per conversation)

```bash
notebrain stats --format=json
```

| Result | Do |
| ------ | -- |
| `chunks: 0` | The vault is unindexed — tell the user to run `notebrain ingest` first. Do not try to read the vault another way. |
| Binary missing / errors | Say NoteBrain isn't available and offer to check setup. Do not `grep`/`find` the vault instead. |
| `chunks > 0` | Proceed. |
…

Read the whole file at its exact version.

How to install

Latest version
mdr add nmdra/notebrain-cli/notebrain-assistant@git:20260814.443f8c5
Exact content
mdr add nmdra/notebrain-cli/notebrain-assistant@sha256:3b6a654a5a29c36c

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_emdarrc5gwk6aped.svg)](https://markdownregistry.com/a/art_emdarrc5gwk6aped)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260814.443f8c5 latest2026-08-14 443f8c5 9,131 BA view · diff
git:20260814.285579d2026-08-14 285579d 9,228 BA view · diff
git:20260813.11b52ca2026-08-13 11b52ca 8,064 BA view · diff
git:20260812.9f5feff2026-08-12 9f5feff 8,063 BA view · diff
git:20260807.63367392026-08-07 6336739 7,363 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (9131 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

nmdra/notebrain-cli · 27 stars · license MIT · pushed 2026-09-22 · branch master

API

GET https://markdownregistry.com/api/v1/artifacts/art_emdarrc5gwk6aped
GET https://markdownregistry.com/api/v1/resolve?ref=nmdra/notebrain-cli/notebrain-assistant
GET https://markdownregistry.com/api/v1/blob/3b6a654a5a29c36c45da453929a0beb1e4e3a38ad3f252b46d682843ccde96d0

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from nmdra/notebrain-cli

AGENTS.md@.agents agents
nmdra/notebrain-cli · .agents/AGENTS.md
git:20260814.ab28f86 · audit A · 27 stars

Every file in nmdra/notebrain-cli

Browse by kind, by grade A, or by owner.