source-ingester

source-ingester is an agent for Claude Code from jtprogru/bear-skills. It costs 181 tokens per session (2,064 once invoked), scanned A, original, MIT.

An agent for turning one outside source, such as an article, book, video, or lecture note, into linked notes in an Obsidian knowledge base.

In plain words
What is it for?
Use it to ingest a source, create a source note and several focused insight notes, update related concepts, and log the work.
Why use it?
It removes the manual work of extracting key ideas, connecting them to existing concepts, and recording the source consistently.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions AGENTS.md.

Part of the bear-skills plugin — 42 skills, 3 commands, 11 agents, 1 hook shipped together

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.

agentmods
npx agentmods add agents/jtprogru/bear-skills/obsidian-source-ingester
Clone the repo
git clone --depth 1 https://github.com/jtprogru/bear-skills

Made for: Claude Code.

Or install bear-skills, the plugin that ships this one along with the rest of its 42 skills, 3 commands, 11 agents, 1 hook.

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 source-ingester

README.md
[![agentmods](https://agentmods.dev/badge/agents/jtprogru/bear-skills/obsidian-source-ingester.svg)](https://agentmods.dev/agents/jtprogru/bear-skills/obsidian-source-ingester)
Your own site
<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>
Per session 181 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,064 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00181 $0.02064
Opus 5 $0.00090 $0.01032
Sonnet 5 $0.00036 $0.00413
Haiku 4.5 $0.00018 $0.00206

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

Security

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.

agents/obsidian-source-ingester.md · 136 lines

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.md
  • rules/vault-struct.md — куда что класть
  • rules/note-types-frontmatter.md — особенно политику «литературные источники в up + sources»
  • навык /knowledge-structures — атомарные заметки, MOC, синтезы
  • rules/file-naming.md — claim-based, без запрещённых символов
  • rules/content-style.md — язык, тон, wikilinks
  • rules/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. Определение типа источника

Read the full file on GitHub · 136 lines

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. 6d ago First seen · 136 lines · 181 tokens per session scan A ed170337aec4

Subscribe to this mod's changes

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.

Related

Other agents, from other repositories

memory-extractor

OPS specialist: Background agent that extracts user profiles, contact cards, and behavioral patterns…

Lifecycle-Innovations-Limited/claude-ops · 21 tokens

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…

mickeyyaya/evolve-loop · 86 tokens

brain-keeper

Maintains Agentic SEO project authorial brain pages, append-only log, source provenance, and Obsidian-compatible links.

agencia-conversion/agentic-seo-skills · 29 tokens

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…

ggemba/squad-mcp · 116 tokens

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…

takoyaro/the-agency · 0 tokens

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…

takoyaro/the-agency · 100 tokens