obsidian-enrich-note

obsidian-enrich-note is a skill for Claude Code from jtprogru/bear-skills. It costs 84 tokens per session (1,224 once invoked), scanned A, original, MIT.

A note-enrichment workflow that updates selected metadata fields without moving or rewriting the note.

In plain words
What is it for?
It can add or update aliases, parent and related-note links, summaries, and other frontmatter fields.
Why use it?
It helps improve search, summaries, and links while preserving the note's body, tags, and location.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions CLAUDE.md.

Part of the bear-skills plugin — 44 skills, 3 commands, 15 agents, 1 hook shipped together

Good fit It can add or update aliases, parent and related-note links, summaries, and other frontmatter fields.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/jtprogru/bear-skills/obsidian-enrich-note
Install

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.

Any agent
npx skills add jtprogru/bear-skills --skill obsidian-enrich-note
Clone the repo
git clone --depth 1 https://github.com/jtprogru/bear-skills

Made for: Claude Code.

Or install bear-skills, the plugin that ships this one along with the rest of its 44 skills, 3 commands, 15 agents, 1 hook.

Wrote 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.

agentmods badge for obsidian-enrich-note

README.md
[![agentmods](https://agentmods.dev/badge/skills/jtprogru/bear-skills/obsidian-enrich-note/github.svg)](https://agentmods.dev/skills/jtprogru/bear-skills/obsidian-enrich-note)
Your own site
<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.

agentmods 80×15 button for obsidian-enrich-note

Your own site · 80×15
<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>
Per session 84 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,224 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 12d ago against content hash c6d064d4c2d1, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

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.

domains/obsidian/skills/obsidian-enrich-note/SKILL.md · 105 lines

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)

Read the full file on GitHub · 105 lines

Files

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.

Changes

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.

  1. 12d ago First seen · 105 lines · 84 tokens per session scan A c6d064d4c2d1

Subscribe to this mod's changes

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.

Related

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…

chaitanyagiri/munder-difflin · 85 tokens

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…

zilliztech/memsearch · 82 tokens

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…

millionco/react-doctor · 108 tokens

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.

spencermarx/open-code-review · 44 tokens

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…

spencermarx/open-code-review · 178 tokens

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.

Fozikio/cortex-engine · 36 tokens