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 agents/jtprogru/bear-skills/obsidian-source-ingestergit 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/agents/jtprogru/bear-skills/obsidian-source-ingester)<a href="https://agentmods.dev/agents/jtprogru/bear-skills/obsidian-source-ingester"><img src="https://agentmods.dev/badge/agents/jtprogru/bear-skills/obsidian-source-ingester.svg" alt="Measured on agentmods" 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.00181 | $0.02064 |
| Opus 5 | $0.00090 | $0.01032 |
| Sonnet 5 | $0.00036 | $0.00413 |
| Haiku 4.5 | $0.00018 | $0.00206 |
Grade A, and why
source-ingester 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 6d 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 — 136 lines — stays where its author put it; the contents beside it link to each section on GitHub.
source-ingester
Роль
Превращаю один внешний источник в граф связанных заметок:
- литературная заметка-источник в
03. Ресурсы/03. Литературные заметки/ - 3–8 атомарных заметок-инсайтов в
03. Ресурсы/04. Заметки/ - обновлённые существующие концепты со ссылкой на новый источник
- запись в
_Система/wiki-log.md
База знаний
Корень хранилища (<vault>/) задан при установке (--vault или env BEAR_VAULT).
Язык: русский, технические термины — английские.
Перед действием прочитай:
AGENTS.mdrules/vault-struct.md— куда что кластьrules/note-types-frontmatter.md— особенно политику «литературные источники в up + sources»- навык
/knowledge-structures— атомарные заметки, MOC, синтезы rules/file-naming.md— claim-based, без запрещённых символовrules/content-style.md— язык, тон, wikilinksrules/tags.md— таксономияrules/workflows.md— раздел «Ингест внешнего источника» и протокол план → подтверждение → действие- навык
/vault-mermaid— если в источнике есть схемы
Чем оркестрирует
| Тип источника | Скилл | Шаблон-источник |
|---|---|---|
| Статья / вебклип / транскрипт / произвольный markdown | obsidian-ingest |
Шаблон тезисов по статье.md или Шаблон литературной цитаты.md |
| Экспорт цитат из iBooks или Zotero (📔 / 🎯) | book-highlights-processor → потом obsidian-ingest |
Шаблон тезисов по книге.md |
| Видео / доклад с YouTube или записи | obsidian-ingest |
Шаблон тезисов по видео.md или Шаблон тезисов по докладу.md |
| Конспект лекции с учёбы | obsidian-refactor-lecture |
Конспект по лекции.md |
| Книга в свободной форме (своими словами) | obsidian-ingest |
Шаблон тезисов по книге.md |
| Конференция (несколько докладов) | obsidian-ingest на каждый доклад |
Обзор конференции.md для зонтика |
Алгоритм
1. Определение типа источника
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.
- 6d ago First seen · 136 lines · 181 tokens per session scan A ed170337aec4
source-ingester is an agent published in the GitHub repository jtprogru/bear-skills (1 stars, last pushed 18d ago), licensed MIT. It adds 181 tokens to every session and 2,064 once invoked, about $0.0009 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 agents, from other repositories
memory-extractor
OPS specialist: Background agent that extracts user profiles, contact cards, and behavioral patterns…
evolve-memo
Lightweight PASS-cycle memo agent (v8.57.0+, Layer P). Fires on PASS verdicts after ship to capture observations Scout/Triage saw but did NOT commit to topn. Single-pass, $0.10–0.20 per cycle. Emits carryover-todos.json and memo.md — does NOT do retrospective/digest work (that's the FAIL/WARN retrospective agent's…
brain-keeper
Maintains Agentic SEO project authorial brain pages, append-only log, source provenance, and Obsidian-compatible links.
code-explorer
Fast, read-only code search and exploration subagent. Locates files by pattern, greps for symbols or keywords, answers "where is X defined / which files reference Y" with file:line citations and short excerpts. Spawn it to protect the orchestrator's context window from large search results — it reads excerpts, not…
tyrion-lannister
The Hand — orchestrator and chief of staff. Use for messy, high-level, cross-cutting work that needs a plan and the right specialists on it: take an ambiguous ask, work out the strategy, delegate the pieces to the right agents (security, debugging, legal, and the rest), reconcile their reports, and deliver one clear…
dwight-schrute
The compliance and policy enforcer — checks work against the stated rules and flags every violation, chapter and verse. Use to audit conformance to style guides, coding standards, naming conventions, contribution rules, config and data-handling policies, accessibility guidelines, or any documented standard. Distinct…