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 jtprogru/bear-skills --skill obsidian-enrich-notegit clone --depth 1 https://github.com/jtprogru/bear-skillsWrote 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/jtprogru/bear-skills/obsidian-enrich-note)<a href="https://agentmods.dev/skills/jtprogru/bear-skills/obsidian-enrich-note"><img src="https://agentmods.dev/badge/skills/jtprogru/bear-skills/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/jtprogru/bear-skills/obsidian-enrich-note"><img src="https://agentmods.dev/badge/skills/jtprogru/bear-skills/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.00084 | $0.01224 |
| Opus 5 | $0.00042 | $0.00612 |
| Sonnet 5 | $0.00017 | $0.00245 |
| Haiku 4.5 | $0.00008 | $0.00122 |
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 12d 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 — 105 lines — stays where its author put it; the contents beside it link to each section on GitHub.
obsidian-enrich-note
Точечное обновление frontmatter без перемещения файла и без изменения тегов. Меняются только: aliases, up, down, other, summary. Тело заметки, теги, links, sources — не трогаем.
Семантика полей up/down/other/links — в .agents/rules/content-style.md. Структура хранилища — в .agents/rules/vault-struct.md.
Когда НЕ использовать
| Ситуация | Используй вместо |
|---|---|
| Нужно сменить теги и переместить заметку | obsidian-refactor-inbox |
| Сначала понять, что в инбоксе | obsidian-inbox-review |
| Заметку нужно разбить | obsidian-split-note |
Алгоритм
1. Прочти заметку
Зафиксируй главную тему и ключевые концепции из заголовка и тела.
2. Составь aliases
Думай как поисковый запрос пользователя:
- Синонимы понятия на русском
- Английский эквивалент (если термин устоявшийся)
- Аббревиатуры
- Альтернативные написания
aliases:
- Закон Гудхарта
- Goodhart's Law
- Goodhart Law
3. Найди связи
Сначала — семантический поиск через mcp__obsidian-hybrid-search__myvault_search. Он ловит заметки про ту же тему, написанные другими словами, чего rg не делает. queries: [главная тема заметки на русском, английский эквивалент термина]. Параметры гибридного поиска — см. CLAUDE.md.
Из результатов раскидывай:
- MOC из
03. Ресурсы/07. Карты/→up - Атомарки из
03. Ресурсы/04. Заметки/по смежным темам →other - Заметки про людей из
02. Сферы/01. Люди/→other - Заметки, для которых эта — родительская тема →
down
Если по теме известен конкретный термин (имя инструмента, аббревиатура) — добавь точечный лексический поиск:
rg -l "KEYWORD" "03. Ресурсы/" "02. Сферы/01. Люди/" | head -20
4. Заполни поля
Правила (из content-style.md):
up— родительская тема / MOC, из которой вытекает заметка (от частного к общему)down— что эта заметка порождает (от общего к частному)other— горизонтальные связи (смежные темы, люди, MOC, не подходящие под up/down)
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.
- 12d ago First seen · 105 lines · 84 tokens per session scan A c6d064d4c2d1
obsidian-enrich-note is a skill published in the GitHub repository jtprogru/bear-skills (1 stars, last pushed yesterday), licensed MIT. It adds 84 tokens to every session and 1,224 once invoked, about $0.0004 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
md-audit
Read-only code quality audit — scan the current working directory for common issues (bugs, dead code, security hotspots, missing error handling) and return a prioritised findings report. No files are edited. Use when asked to "audit the code", "quick audit", "find issues", "code scan", or "what's wrong with this…
memory-to-skill
Turn workflows from your MemSearch memory into reusable skills. Use when the user asks to make/create/extract/distill a skill from what they just did or from past work, review skill candidates, install a distilled skill, or 'turn this into a skill'. Manages MemSearch procedural-memory candidates under…
improve-threejs
Audit and fix Three.js and React Three Fiber apps for frame-loop performance, GPU memory leaks, scene-graph correctness, and visual defects like z-fighting, shadow acne, wrong color space, and broken resize handling. Uses React Doctor as the scanning engine plus a visual rubric checked against rendered output. Use…
ocr
AI-powered multi-agent code review. Simulates a team of Principal Engineers reviewing code from different perspectives. Use when asked to review code, check a PR, analyze changes, or perform code review.
OCR Review-to-Approval Loop
Drive a PR to an approved code review by looping OCR's multi-agent review and address steps. Runs /ocr:review then /ocr:address repeatedly until the review verdict is APPROVE, then one final /ocr:address for leftover suggestions, posting every review and every address round to the GitHub PR as comments. Use when the…
cortex-memory
Persistent cognitive memory for AI agents — query, record, review, and consolidate knowledge across sessions with spreading activation, FSRS scheduling, and NLI contradiction detection.