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 agentmods add skills/smixs/agent-second-brain/dbrain-processornpx skills add smixs/agent-second-brain --skill dbrain-processorgit clone --depth 1 https://github.com/smixs/agent-second-brainWhat 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 | $0.00060 | $0.03954 |
| Opus 5 | $0.00030 | $0.01977 |
| Sonnet 5 | $0.00012 | $0.00791 |
| Haiku 4.5 | $0.00006 | $0.00395 |
Grade A, and why
dbrain-processor 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 2d 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 — 513 lines — stays where its author put it; the contents beside it link to each section on GitHub.
d-brain Processor
Process daily entries → thoughts (Obsidian) + HTML report (Telegram).
Integrates with Your Business data for business context.
CRITICAL: Output Format
ALWAYS return RAW HTML. No exceptions. No markdown. Ever.
Your final output goes directly to Telegram with parse_mode=HTML.
Rules:
- ALWAYS return HTML report — even if entries already processed
- ALWAYS use the template below — no free-form text
- NEVER use markdown syntax (**, ##, ```, -)
- NEVER explain what you did in plain text — put it in HTML report
WRONG:
<b>Title</b>
CORRECT: Title
Processing Flow
- Load personal context — Read goals/1-yearly, goals/2-monthly, goals/3-weekly
- Load business context:
- Read
business/_index.md— Your Business (клиенты, проекты, CRM) - Read
projects/_index.md— личные проекты (если релевантно)
- Read
- Read daily — daily/YYYY-MM-DD.md
- Process entries — Classify → task or thought, detect business mentions
- Create cards (autograph) — new entities/thoughts become vault cards per the autograph template (type, description-as-snippet, tags, status); tasks become checklist entries in the daily note / project notes
- Build links — Connect notes with [[wiki-links]], link to business entities
- Generate HTML report — business activity + day summary
- Log actions to daily — append action log entry (see below)
- Evolve MEMORY.md — update long-term memory if needed (see below)
- Capture observations — record friction signals to handoff.md (see below)
ОБЯЗАТЕЛЬНО: Логирование в daily/
После ЛЮБЫХ изменений в vault — СРАЗУ пиши в daily/YYYY-MM-DD.md:
Формат:
## HH:MM [text]
{Описание действий}
**Создано/Обновлено:**
- [[path/to/file|Name]] — описание
Что логировать:
- Создание файлов в thoughts/
- Обновление business/ или projects/
- Добавление task-записей в daily/проекты
- Синхронизация с внешними системами
Пример:
## 14:30 [text]
Обработка ежедневных записей
**Создано задач:** 2
- [ ] Follow-up Acme Corp (due: завтра, p2)
- [ ] Подготовить КП Unilever (due: пятница, p2)
**Сохранено мыслей:** 1
- [[thoughts/ideas/product-launch|Product Launch]] — идея запуска
What ships with it
11 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.
- phases/capture.md 3.0 KB
- phases/execute.md 2.0 KB
- phases/reflect.md 2.2 KB
- references/about.md 544 B
- references/business-context.md 642 B
- references/classification.md 6.2 KB
- references/contacts.md 298 B
- references/goals.md 2.8 KB
- references/links.md 5.0 KB
- references/report-template.md 3.4 KB
- references/rules.md 2.1 KB
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.
- 2d ago First seen · 513 lines · 60 tokens per session scan A fca129032676
dbrain-processor is a skill published in the GitHub repository smixs/agent-second-brain (361 stars, last pushed 27d ago), licensed MIT. It adds 60 tokens to every session and 3,954 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-30.
Other skills, from other repositories
graph-mutation-plan
Cookbook for composing an applygraphmutations plan — stable entitykey patterns, the canonical label/edge vocabulary, evidence/invalidation/confidence discipline, and a worked example. Load this when building a non-trivial mutation plan.
scienceworld-growth-focuser
Use when you have planted a seed or need to track a plant's growth stage (sprouting, flowering, reproduction). Applies the 'focus on' action to a specific plant or biological entity to signal intent and monitor its development. Trigger after planting or when you need to observe life cycle progression in the…
scienceworld-conditional-box-placer
Moves an object to one of two destination containers based on a numeric threshold check. Trigger after a measurement (e.g., temperature) is taken. Place object in 'green' box if value > threshold, or 'blue' box if value < threshold.
ledger
OPS on-demand: This skill should be used when the user asks to "ops ledger", "what did we handle", or…
Use this skill whenever the user wants to do anything with PDF files. This includes reading or extracting text/tables from PDFs, combining or merging multiple PDFs into one, splitting PDFs apart, rotating pages, adding watermarks, creating new PDFs, filling PDF forms, encrypting/decrypting PDFs, extracting images, and…
po-pass
Run the solo product-owner gate before product, UX, graph, MCP, CLI, workflow, or macOS-shell work. Separate phenomenon from problem, score all six rubric rows, and escalate mechanically.