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-inbox-reviewgit 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-inbox-review)<a href="https://agentmods.dev/skills/jtprogru/bear-skills/obsidian-inbox-review"><img src="https://agentmods.dev/badge/skills/jtprogru/bear-skills/obsidian-inbox-review/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-inbox-review"><img src="https://agentmods.dev/badge/skills/jtprogru/bear-skills/obsidian-inbox-review.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.00075 | $0.01062 |
| Opus 5 | $0.00037 | $0.00531 |
| Sonnet 5 | $0.00015 | $0.00212 |
| Haiku 4.5 | $0.00007 | $0.00106 |
Grade A, and why
obsidian-inbox-review 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 — 98 lines — stays where its author put it; the contents beside it link to each section on GitHub.
obsidian-inbox-review
Только чтение и отчёт. Файлы не изменяются. Результат — структурированный список рекомендаций.
Структура хранилища, теги и frontmatter — в .agents/rules/ (vault-struct.md, tags.md, note-types-frontmatter.md).
Триггеры: «разбери входящие», «inbox review», «что у меня в инбоксе», «помоги с #review», «сделай ревью заметок».
Алгоритм
1. Сканирование
# Все заметки во входящих, по дате изменения (старые сначала)
ls -t "00. Входящие/" | tac
# Только с тегом #review
rg -l "#review" "00. Входящие/"
# Созданные агентом и ещё не отревьюенные автором
rg -l "^ai_generated: true" "00. Входящие/"
Разделяй две группы: черновики автора (frontmatter пустой, структурного тега нет) и заметки, созданные скиллами (полный frontmatter, структурный тег, #review, ai_generated: true — см. workflows.md, «Новые заметки рождаются во входящих»). У второй группы тип уже определён — по ним рекомендация звучит как «отревьюить текст и перенести по тегу», а не «типизировать».
2. По каждой заметке — анализ (без изменений!)
- Прочитать содержимое
- Определить основную тему (одна заметка = одна тема)
- Проверить связи: есть ли wikilinks, упомянута ли в каких-то MOC
- Принять решение о категории
- Сформировать рекомендацию
3. Категоризация
Маршрутизация — таблица структурных тегов в tags.md. Отдельные случаи вне таблицы: дубль — рекомендация «объединить или пометить», утратившее актуальность — #archive → корень 04. Архив/ (правила — навык /vault-archiving; папку в отчёте не предлагай, архив плоский).
4. Приоритизация
Сначала разбирай:
- Заметки с явным wikilink на активные проекты
- Заметки с
TODO/#inbox/action - Свежие (последние 7 дней)
- Старые без связей (часто кандидаты в архив)
Формат отчёта
📥 Inbox: N заметок (M с тегом #review)
🎯 Высокий приоритет (связаны с активными проектами):
• [[Заметка А]] → #thought, 03. Ресурсы/04. Заметки/
Связана с [[Проект X]]; добавить в `up` ссылку на MOC.
• [[Заметка Б]] → #meeting, 02. Сферы/03. Работа/
⚖️ Средний приоритет:
• [[Заметка В]] → нужна доработка темы, оставить в inbox
❓ Требуют решения:
• [[Заметка Г]] — похоже на дубль [[Существующая заметка]]
• [[Заметка Д]] — тема непонятна, спросить пользователя
🗄 Кандидаты в архив:
• [[Старая заметка]] — нет связей, потеряла актуальность
📊 Статистика: X к обработке, Y к архиву, Z неясных.
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 · 98 lines · 75 tokens per session scan A ef94bfd0f60a
obsidian-inbox-review is a skill published in the GitHub repository jtprogru/bear-skills (1 stars, last pushed yesterday), licensed MIT. It adds 75 tokens to every session and 1,062 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
hunk-launch-video
Produces Hunk videos by driving the real TUI headlessly in a PTY, compositing captioned 1080p frames in Chromium, and encoding with ffmpeg. Use for feature demos, workflow explainers, announcements, launch videos, and full-release roundups.
docs-decisions
Work on Composio documentation content, Fumadocs configuration, changelogs, docs automation prompts, docs decisions, ADR-style records, and docs review guidance. Use for files under docs/, documentation workflows, or requests to record or update a docs decision. Do not use for SDK runtime changes unless docs are the…
ai-development-guide
Applies language-agnostic and backend technical decision criteria, anti-pattern detection, debugging, and quality gates. Use when reviewing general/backend implementation choices, code smells, failures, or implementation completeness.
recipe-front-review
Reviews completed frontend implementation for governing-source compliance, scope economy, repository quality, and security, then applies user-approved React corrections.
recipe-review
Reviews completed implementation for governing-source compliance, scope economy, repository quality, and security, then applies user-approved corrections.
buyer-job-intent-analysis
Recover source-bound buyer jobs, struggling moments, desired progress, forces, workarounds, information acts, journey states, criteria, constraints, roles, locales, and authentic language. Use on approved ICP hypotheses plus customer, search, review, forum, procurement, support, or public-market evidence before…