obsidian-inbox-review

obsidian-inbox-review is a skill for Claude Code, Codex from alexeyshishin/as-skill. It costs 63 tokens per session (1,035 once invoked), scanned A, original, MIT.

A read-only reviewer for notes in an Obsidian inbox. Obsidian is a note-taking app that stores linked Markdown files; the reviewer recommends where each note belongs and what should happen next.

In plain words
What is it for?
Use it to scan inbox notes, identify their topics, check links and mentions, and recommend tags, folders, or follow-up actions.
Why use it?
It helps turn an unsorted inbox into a clear list of decisions without changing or moving any files. It also checks each note's topic and existing links.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to scan inbox notes, identify their topics, check links and mentions, and recommend tags, folders, or follow-up actions.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/alexeyshishin/as-skill/obsidian-inbox-review
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 alexeyshishin/as-skill --skill obsidian-inbox-review
Clone the repo
git clone --depth 1 https://github.com/alexeyshishin/as-skill

Made for: Claude Code, Codex.

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-inbox-review

README.md
[![agentmods](https://agentmods.dev/badge/skills/alexeyshishin/as-skill/obsidian-inbox-review/github.svg)](https://agentmods.dev/skills/alexeyshishin/as-skill/obsidian-inbox-review)
Your own site
<a href="https://agentmods.dev/skills/alexeyshishin/as-skill/obsidian-inbox-review"><img src="https://agentmods.dev/badge/skills/alexeyshishin/as-skill/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.

agentmods 80×15 button for obsidian-inbox-review

Your own site · 80×15
<a href="https://agentmods.dev/skills/alexeyshishin/as-skill/obsidian-inbox-review"><img src="https://agentmods.dev/badge/skills/alexeyshishin/as-skill/obsidian-inbox-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 63 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,035 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.00063 $0.01035
Opus 5 $0.00032 $0.00517
Sonnet 5 $0.00013 $0.00207
Haiku 4.5 $0.00006 $0.00103

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

Security

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.

domains/obsidian/skills/obsidian-inbox-review/SKILL.md · 108 lines

How it starts

The opening of the file, as written. The whole thing — 108 lines — stays where its author put it; the contents beside it link to each section on GitHub.

obsidian-inbox-review

Read-only, report only. Files are not modified. The output is a structured list of recommendations.

Vault structure, tags, and frontmatter — in .claude/rules/ (vault-struct.md, tags.md, note-types-frontmatter.md).

Triggers: "go through the inbox", "inbox review", "what's in my inbox", "help with #inbox/review", "review my notes".


Algorithm

1. Scan

# All notes in the inbox, by modification date (oldest first)
ls -t "00. Входящие/" | tac

# Only notes tagged #inbox/review
rg -l "#inbox/review" "00. Входящие/"

2. Analyze each note (no changes!)

  1. Read the content
  2. Determine the main topic (one note = one topic)
  3. Check links: are there wikilinks, is it mentioned in any MOC
  4. Decide on the category
  5. Formulate a recommendation

3. Categorization

Pick the structural tag and folder per .claude/rules/tags.md (the "Structural tags" section). Summary decision table:

What's in the note Tag Folder
Atomic thought / concept #thought 03. Ресурсы/<Тема>/База знаний/
Map / navigation #moc 02. Сферы/07. Карты/
Person #person No folder currently exists — ask the user where it should live
Book / article / video #book / #article / #video 03. Ресурсы/<Тема>/<Источник>/ — one subfolder per source
Project #project 01. Проекты/<Проект>/
Meeting / 1:1 #meeting 02. Сферы/02. Работа/
Conference notes #conference No folder currently exists — ask the user where it should live
Journal / reflection #journal/daily 05. Дневник/ (flat, filename DD-MM-YYYY.md)
Content for a channel + #telegram or #content 02. Сферы/04. Личный блог/
No longer relevant #archive 04. Архив/
Duplicate merge or flag

4. Prioritization

Process in this order:

  1. Notes with an explicit wikilink to active projects
  2. Notes with TODO / #inbox/action
  3. Recent ones (last 7 days)
  4. Old ones with no links (often archive candidates)

Read the full file on GitHub · 108 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 · 108 lines · 63 tokens per session scan A 0a7b4edee0d6

Subscribe to this mod's changes

obsidian-inbox-review is a skill published in the GitHub repository alexeyshishin/as-skill (4 stars, last pushed 23d ago), licensed MIT. It adds 63 tokens to every session and 1,035 once invoked, about $0.0003 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

behavior-design

Use when a goal must be converted into a repeatable behavior, cue, SOP, review cadence, and identity-aligned reinforcement.

Mark393295827/third-brain-v7-skills · 29 tokens

daily-okr

Use when planning or closing a daily knowledge-compounding cycle across input, cognition, wiki, behavior, creativity, output, and feedback.

Mark393295827/third-brain-v7-skills · 31 tokens

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.

Enakoneschniy/claude-dev-stack · 108 tokens

budget-continue

Show 4-option continuation prompt when session budget is low. Options: remind later (CronCreate), auto-continue locally (Desktop task), auto-continue in cloud (Cloud task), continue now. Trigger when: budget warning fires, session limit reached, context is full, user sees budget warning.

Enakoneschniy/claude-dev-stack · 64 tokens

tasknotes

Manage tasks in an Obsidian TaskNotes vault. Use for creating, reading, updating, or completing tasks; checking what is open or in progress; adding items to a list; marking tasks done or in progress; updating task status or priority; investigating why a task is missing from a view or board; troubleshooting TaskNotes…

vanillaflava/tasknotes-skill · 120 tokens

personalize

Customize this workspace to your role, company, and tools - quick (3 min) or deep (10 min).

aleksander-dytko/ai-pm-workspace · 26 tokens