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-refactor-inboxgit 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-refactor-inbox)<a href="https://agentmods.dev/skills/jtprogru/bear-skills/obsidian-refactor-inbox"><img src="https://agentmods.dev/badge/skills/jtprogru/bear-skills/obsidian-refactor-inbox/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-refactor-inbox"><img src="https://agentmods.dev/badge/skills/jtprogru/bear-skills/obsidian-refactor-inbox.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.00083 | $0.01476 |
| Opus 5 | $0.00042 | $0.00738 |
| Sonnet 5 | $0.00017 | $0.00295 |
| Haiku 4.5 | $0.00008 | $0.00148 |
Grade A, and why
obsidian-refactor-inbox 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 10d 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 — 100 lines — stays where its author put it; the contents beside it link to each section on GitHub.
obsidian-refactor-inbox
Полный цикл обработки заметки из 00. Входящие/: типизация → frontmatter → связи → перемещение в PARA.
Базовые правила (структура, теги, frontmatter, стиль) — в .agents/rules/. Здесь только специфика обработки inbox.
Связанные скиллы
| Когда | Что использовать |
|---|---|
| Сначала только осмотреть инбокс | obsidian-inbox-review |
| Обогатить frontmatter без перемещения | obsidian-enrich-note |
| Разбить большую заметку на части | obsidian-split-note |
Алгоритм
1. Прочти заметку и определи тип
Во входящих лежат две породы заметок, и обрабатываются они по-разному:
| Что за заметка | Признаки | Что делать |
|---|---|---|
| Черновик автора | frontmatter пустой или отсутствует, структурного тега нет, ai_generated нет |
полный цикл: типизация → frontmatter → связи → перемещение |
| Создана агентом | полный frontmatter, структурный тег уже стоит, #review, ai_generated: true |
тип уже определён: проверь связи и summary, сними #review, перенеси по структурному тегу |
Второй случай — это заметки скиллов (obsidian-ingest, obsidian-split-note, obsidian-untangle-knot), которые по правилу «Новые заметки рождаются во входящих» (workflows.md) рождаются в инбоксе. Не переизобретай их тип и не перезаписывай frontmatter — структурный тег в них уже финальный, он и указывает целевую папку. Твоя работа: убедиться, что автор заметку отревьюил (если нет — спроси), проверить связи и перенести.
Маршрутизация — таблица структурных тегов в tags.md. Утратившее актуальность — #archive → корень 04. Архив/, без подпапок (см. «Архивирование» ниже и навык /vault-archiving).
2. Обнови frontmatter
Шаблоны и поля — .agents/rules/note-types-frontmatter.md. Заметка должна иметь как минимум:
aliases— синонимы, английский вариант, аббревиатуры (см.enrich-noteниже)tags— структурный тег + домен (см.tags.md)up,down,other,links— связи (правила вcontent-style.md)summary— для знаниевых типов, контейнерным не ставится; до-генерация не ставитai_generated(политикаsummaryвnote-types-frontmatter.md)
What ships with it
2 files 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.
- 10d ago First seen · 100 lines · 83 tokens per session scan A 950df3ca3303
obsidian-refactor-inbox is a skill published in the GitHub repository jtprogru/bear-skills (1 stars, last pushed 23d ago), licensed MIT. It adds 83 tokens to every session and 1,476 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
obsidian-doc-structure
A read-only tool for inspecting the structure and properties of Obsidian notes. Obsidian is a note-taking app that stores linked Markdown files, and properties are fields such as status or date.
obsidian-safe-write
A process for clarifying and prioritising software requirements before detailed planning. It identifies the request type, asks six core questions, and can rank work by reach, impact, confidence, effort, and other priority methods.
memory-log
A read-only timeline of changes to an agent's stored memories, including additions, corrections, downgrades, migrations, and rollbacks. It rebuilds the timeline from event records and current memory metadata.
session-digest
A session-summary tool that records what changed during a coding session in a Markdown file for the next session to read.
librarian
A memory-maintenance role that reviews temporary notes and promotes well-supported facts into longer-term memory files. It also keeps shared knowledge concise and records what changed.
agent-memory
Set up repo-level agent memory: create an agent-memory.md learnings log at the repository root and wire up CLAUDE.md so agents read it when stuck and append durable learnings as they work. Use this whenever the user wants to add, set up, bootstrap, install, enable, or repair "agent memory," a "learnings file," a…