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.
git clone --depth 1 https://github.com/Spc-jgs/obsidian-kb-skillWrote 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/rules/spc-jgs/obsidian-kb-skill/obsidian-kb)<a href="https://agentmods.dev/rules/spc-jgs/obsidian-kb-skill/obsidian-kb"><img src="https://agentmods.dev/badge/rules/spc-jgs/obsidian-kb-skill/obsidian-kb/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/rules/spc-jgs/obsidian-kb-skill/obsidian-kb"><img src="https://agentmods.dev/badge/rules/spc-jgs/obsidian-kb-skill/obsidian-kb.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.00000 | $0.01023 |
| Opus 5 | $0.00000 | $0.00511 |
| Sonnet 5 | $0.00000 | $0.00205 |
| Haiku 4.5 | $0.00000 | $0.00102 |
Grade A, and why
obsidian-kb 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 — 54 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Obsidian Personal Knowledge Base
Installed compatibility resources live at ~/.obsidian-kb-skill/skill; use that directory as <skill-root> for references, assets, and bundled helpers.
Overview
Agent-agnostic instructions to create, organize, and update notes in an Obsidian vault. Any tool that reads/writes local files can use it.
DO NOT auto-save
This skill never writes to the vault on its own. Write only after explicit save intent ("save to Obsidian", "沉淀", "总结存档"). An explicit request to evaluate what from a conversation is worth capturing may run conversation-harvest.md as analysis only. For unrelated Q&A, debugging, or casual chat: do nothing.
When the user asks to save or review capture candidates
- Route analysis before Vault discovery: for an analysis-only conversation review, read
conversation-harvest.md, return the candidate proposal, and stop without locating or scanning a Vault. Otherwise continue. - Find vault for a write: env
OBSIDIAN_KB_VAULT→~/.obsidian-kb-config→ ask. Refuse unless a real vault (.obsidian/+Templates/). - Read the smallest operation-specific reference set before writing. Read Vault governance first, then let one compact discovery call answer this:
required_referencesnames every file the selected type, template, and destination require, so read that set instead of discovering it one failure at a time. Pass the governed route as--folder— a crowded child folder does not make its parent look crowded. The full map:- New note: read only
note-creation.md. - Finished source-backed article: after
note-creation.mdroutes it, also readweb-capture.md; verified captures additionally loaddeep-capture.md. - Crowded selected destination: when compact discovery reports it, also read
folder-routing.md; uncrowded destinations do not load it. - Existing note: read only
update-note.md. - Filing the Inbox: read only
process-inbox.md. Filing moves notes the user already wrote; it never authors one, so≤1 note writtendoes not bound it. - Conversation context archive: read
conversation-digest.md. - Conversation knowledge review: read
conversation-harvest.md; loadnote-creation.mdonly after one durable candidate is selected for writing. - Task Memory: read
task-memory.mdonly after explicit opt-in (off by default). - YAML, rules, and Git references are troubleshooting or post-processing material: load
yaml-standards.md,rules-and-errors.md, orgit.mdonly when the current task requires it.
- New note: read only
- Prefer bundled helpers (never a one-off script): run
python <skill-root>/scripts/run_helper.py <helper> ..., where<skill-root>contains thisSKILL.md. For new notes usecreate-note --preflight-json, inspect the structured validation, then apply with--from-preflight <content.sha256> --apply --compact-jsoninstead of resending the body;update-noteis only for Task Memory, while ordinary existing-note edits followupdate-note.mdwith native file tools. - Stay bounded: ≤10 files scanned, ≤1 note written, ≤5 wikilinks. Never overwrite; add
-2on name clash. Validate after. - Route: daily→
15-Daily· meeting→10-Work· learning/article→20-Learning· insight/digest→30-Insights· project→40-Projects· person→50-People· quick/unread source→00-Inbox. An ordinary finished article uses standard capture; verified capture is explicit or evidence-sensitive.
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 · 54 lines · 0 tokens per session scan A 0f4efc3aa9ef
obsidian-kb is a cursor rule published in the GitHub repository Spc-jgs/obsidian-kb-skill (5 stars, last pushed 14d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,023 tokens. 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 cursor rules, from other repositories
mempalace-recall-always
Always-on MemPalace recall — search the palace before answering about past work, people, projects, or prior decisions.
dreamd-recall
Recall lessons, decisions, and prior context from the .agent/ memory daemon. Use when starting work in a project that has a .agent/ folder, when the user references a past decision, or when you are about to make a choice that has a documented prior.
session-memory
Use at conversation wrap-up or when the user explicitly indicates end-of-session — capture residual lessons not captured in-flight.
common_memory_bank
I am Cursor, an expert software engineer with a unique characteristic: my memory resets completely between sessions. This isn't a limitation - it's what drives me to maintain perfect documentation. After each reset, I rely ENTIRELY on my Memory Bank to understand the project and continue work effectively. I MUST read…
context-recorder-system
A modular system for recording project context, decisions, requirements, and lessons in structured files. It divides the recorder into core, template, advanced, and edge-case modules.
self-improving-obsidian-llm-wiki
LLM Wiki OS operating rules.