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-daily-appendgit 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-daily-append)<a href="https://agentmods.dev/skills/jtprogru/bear-skills/obsidian-daily-append"><img src="https://agentmods.dev/badge/skills/jtprogru/bear-skills/obsidian-daily-append/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-daily-append"><img src="https://agentmods.dev/badge/skills/jtprogru/bear-skills/obsidian-daily-append.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.00088 | $0.02527 |
| Opus 5 | $0.00044 | $0.01264 |
| Sonnet 5 | $0.00018 | $0.00505 |
| Haiku 4.5 | $0.00009 | $0.00253 |
Grade A, and why
obsidian-daily-append 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 11d 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 — 162 lines — stays where its author put it; the contents beside it link to each section on GitHub.
obsidian-daily-append
Добавляет данные в ежедневную заметку текущего дня. Структура заметки нетривиальная — нельзя просто аппендить в конец файла, нужно роутить по разделам и сохранять стиль. Семантика хранилища, тегов и frontmatter — см. .agents/rules/.
Когда НЕ использовать: полноценная атомарная заметка — obsidian-ingest; ревью недели/месяца — obsidian-journal-review; запись про прошедший/будущий день — вручную; разбор большой заметки — obsidian-ingest / obsidian-split-note.
Алгоритм
1. Путь и существование файла
Путь: 05. Дневник/YYYY/MM/YYYY-MM-DD.md, дата — сегодняшняя (currentDate в системном контексте). Не пиши в прошедшие/будущие дни без явного запроса.
Если файл существует → шаг 2. Если нет → спроси: «Заметки на сегодня (YYYY-MM-DD.md) ещё нет. Создать её по шаблону и добавить туда данные?» После «да» — создай по разделу «Создание новой заметки» ниже, затем шаг 2.
2. Определи тип данных
| Тип | Признаки | Целевой раздел |
|---|---|---|
| Быстрая мысль / наблюдение | Короткая идея, инсайт без глубокого разбора, эмоция | ### Мысли вслух |
| Событие / факт дня | «Принял таблетку», «встретил X», «получил письмо» | ### Мысли вслух (по умолчанию) или отдельный блок, если крупное |
| Встреча / созвон | Участник, формат (1:1, синк, демо) | ### Встреча с [[@nick (Имя)]] или ### 1:1 с … |
| Ссылка на новую атомарную заметку | «Оформил мысль», «вынес в заметку», даёт wikilink | ### Заметка дня |
| Разбор / узел / инсайт | «Разобрал узел», глубокая саморефлексия | ### Узел №N — <тема> (N — следующий по счёту) |
| TODO / решение | «Не забыть», «надо сделать», «решил, что…» | callout > [!todo] под подходящим разделом или в ### Открытые узлы — что дальше |
3. Уточняющие вопросы — только при реальной неясности
Задавай уточняющий вопрос только когда тип записи или место вставки реально неясны; если всё ясно — вставляй молча. Если запрос можно разнести по 2+ типам — один вопрос с вариантами лучше неправильной вставки. Максимум два вопроса; короткие и конкретные, не «расскажи поподробнее».
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.
- 11d ago First seen · 162 lines · 88 tokens per session scan A 6cccf0597535
obsidian-daily-append is a skill published in the GitHub repository jtprogru/bear-skills (1 stars, last pushed 23d ago), licensed MIT. It adds 88 tokens to every session and 2,527 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
session-handoff
Write a handoff file so a stuck session can resume in the other tool without losing context. Use when asked to "hand this off", "switch to Codex", "switch to Claude Code", "write a handoff", "I'm stuck, try the other tool", or when a session has burned several attempts on the same problem.
configuring-grove
Use when a user wants to set up or change Grove's configuration, for a host/user or for a project. Covers the global user config, the committed project config, machine-local overrides, agents, init scripts, containers, tmux and peek tuning, the TUI theme, the daemon auth, notifications, and ticket providers (Gitea…
add-teams
Adds Microsoft Teams connector to a Power Apps code app. Use when sending Teams messages, posting to channels, or integrating with Teams chat.
sys-configure
Configure Claude Octopus — redirects to /octo:setup interactive wizard.
find-journalists
Build, refine, dedupe, and enrich small fit-checked journalist lists for newsjack campaigns. Uses the newsjack CLI (preferred) or the medialyst MCP for news search and journalist enrichment, and falls back to a best-effort local mode with no verified contacts; the agent owns how returned data is organized.
story-origin-check
Recover the first public timestamp and canonical major coverage for a newsjacking signal, then decide whether newer coverage is the same story, a different story, or a materially new development.