ingest-doc

A document importer for a local file or web address that creates a five-part summary page in an AKB knowledge base. It can also keep the original file data in a separate raw-file layer.

In plain words
What is it for?
Use it to archive and summarise files or web pages in an AKB vault.
Why use it?
It turns source material into a consistent, readable summary while optionally preserving the original for reference. This avoids manually summarising each document before storing it.

Agent

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/dnotitia/akb/ingest-doc
Clone the repo
git clone --depth 1 https://github.com/dnotitia/akb
Per session 42 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 4,679 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. Scan, not verified.
Origin unknown 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 $0.00042 $0.04679
Opus 5 $0.00021 $0.02339
Sonnet 5 $0.00008 $0.00936
Haiku 4.5 $0.00004 $0.00468

Measured 2d ago against content hash 3eeecdd792a2, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

ingest-doc scanned grade A with 1 finding 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

tools: Read, Glob, WebFetch, Bash(curl *), Bash(rm *), mcp__akb__akb_search, mcp__akb__akb_get, mcp__akb__akb_put, mcp__akb__akb_put_file, mcp__akb__akb_update, mcp__akb__akb_link, mcp__akb__akb_relations, mcp__akb__akb_
plugins/claude/akb-wiki/agents/ingest-doc.md · 310 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. 2d ago First seen · 310 lines · 42 tokens per session scan A 3eeecdd792a2

Subscribe to this mod's changes

ingest-doc is an agent published in the GitHub repository dnotitia/akb (155 stars, last pushed 4d ago), with no licence file. It adds 42 tokens to every session and 4,679 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other agents, from other repositories

README

This folder consolidates, in a single location, the SoT for the project's five multi-agent roles plus the Universal Cycle skeleton. It is modeled on the role system of a Korean newspaper, and each role is self-contained in its capability boundary, I/O contract, and prompt template.

alfadur7/llm-wiki-newsroom · 0 tokens

columnist

Authors L2-2 full hub expansion + L2-2 timeline narrative + all L2-3·L2-4 content (cluster overview·theme contradiction·synthesis·trail·root overview·root contradiction). Deep cross-source sequential reading + synthesis. Performs the GROUND·APPLY·ADAPT cycle stages together. No direct external WebSearch.

alfadur7/llm-wiki-newsroom · 76 tokens

conversation-flow-map

这份文档用于维护 Chat/Coding 从用户发送消息到模型内容返回 UI 的主链路。它不是重构方案,而是后续学习、诊断和小步优化时的共同地图。.

CCDawn/Vibelution · 0 tokens

worktree-collaboration

This document defines the default collaboration protocol for multiple Agents working on Vibelution in parallel.

CCDawn/Vibelution · 0 tokens

apple-silicon-tuning

本文档汇总 parsepdftomarkdown 在 Apple M 系列芯片上的所有调优点: 设备探测 → 各引擎 MPS 策略 → 批处理 / 并行 / 量化。所有调优均循证: 来自 Docling、MinerU、Marker、PyTorch MPS 官方文档与 benchmark。.

ThreeFish-AI/negentropy · 0 tokens

pdf-engine-selection

本文档可视化 parsepdftomarkdown Pipeline 在 Adaptive Engine Selection (PR #163, PR2)下,各 Stage 的运行时引擎路由策略。决策结果会写入 StageResult.metadata.selectordecision,便于审计与调优。.

ThreeFish-AI/negentropy · 0 tokens