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 alexeyshishin/as-skill --skill obsidian-enrich-notegit clone --depth 1 https://github.com/alexeyshishin/as-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/skills/alexeyshishin/as-skill/obsidian-enrich-note)<a href="https://agentmods.dev/skills/alexeyshishin/as-skill/obsidian-enrich-note"><img src="https://agentmods.dev/badge/skills/alexeyshishin/as-skill/obsidian-enrich-note/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/alexeyshishin/as-skill/obsidian-enrich-note"><img src="https://agentmods.dev/badge/skills/alexeyshishin/as-skill/obsidian-enrich-note.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.00122 | $0.00836 |
| Opus 5 | $0.00061 | $0.00418 |
| Sonnet 5 | $0.00024 | $0.00167 |
| Haiku 4.5 | $0.00012 | $0.00084 |
Grade A, and why
obsidian-enrich-note 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 11d 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 — 93 lines — stays where its author put it; the contents beside it link to each section on GitHub.
obsidian-enrich-note
A targeted frontmatter update without moving the file and without changing tags. Only these change: aliases, up, down, other. The note body, tags, links, sources are left untouched.
Semantics of the up/down/other/links fields — in .claude/rules/content-style.md. Vault structure — in .claude/rules/vault-struct.md.
When NOT to use this
| Situation | Use instead |
|---|---|
| Need to change tags and move the note | obsidian-refactor-inbox |
| First need to understand what's in the inbox | obsidian-inbox-review |
| The note needs to be split | obsidian-split-note |
Algorithm
1. Read the note
Note down the main topic and the key concepts from the title and body.
2. Compose aliases
Think like the user's search query:
- Synonyms of the concept
- English equivalent (if the term is well-established)
- Abbreviations
- Alternative spellings
aliases:
- Закон Гудхарта
- Goodhart's Law
- Goodhart Law
3. Find links
rg -l "KEYWORD" "03. Ресурсы/" "02. Сферы/" | head -20
Where to look:
02. Сферы/07. Карты/— candidates forup(MOC)03. Ресурсы/<Тема>/База знаний/— atomic notes on adjacent topics (other)- If the topic relates to a person, there's no dedicated folder yet — search the whole vault for an existing note about them before adding an
otherlink
4. Fill in the fields
Rules (from content-style.md):
up— the parent topic / MOC this note derives from (from specific to general)down— what this note gives rise to (from general to specific)other— horizontal links (adjacent topics, people, MOCs that don't fit under up/down)
An empty field is fine if there's no link. Don't make things up.
5. Update frontmatter via Edit
If a field is already filled — add to it, don't overwrite it. Wikilinks — in quotes if they contain a colon or start with [[:
aliases:
- Синоним 1
- English Name
up:
- "[[Родительская тема]]"
down:
- "[[Дочерняя тема]]"
other:
- "[[Смежная тема]]"
- "[[Имя Человека]]"
What ships with it
1 file 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.
- 11d ago First seen · 93 lines · 122 tokens per session scan A 62f6c92b20bc
obsidian-enrich-note is a skill published in the GitHub repository alexeyshishin/as-skill (4 stars, last pushed 22d ago), licensed MIT. It adds 122 tokens to every session and 836 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
knowledge-ops
Use when an Obsidian knowledge system needs classification, deduplication, retrieval, synchronization, debt queues, or governed Agent/Wiki promotion.
context-manager
Use when a long-running agent task needs context budgeting, checkpointing, compaction, retrieval, or capability-based model routing.
session-learn
Use when a completed work session should yield durable concepts, corrections, decisions, reusable patterns, and a traceable next action.
session-manager
A fallback skill for recording development sessions and restoring project context from an Obsidian vault, a folder of linked notes. It handles explicit resume, handoff, status, and end-of-session requests when automatic capture is unavailable.
cds-stats
Show project memory statistics: session count, observation counts by type, entity count, top entities, and project planning status.
cds-search
Search past session observations using the sessions.search MCP tool. Falls back to CLI if the MCP server is not available.