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/darkcodepe/brainstem/wiki-ingestnpx skills add DarkCodePE/brainstem --skill wiki-ingestgit clone --depth 1 https://github.com/DarkCodePE/brainstemWhat 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.00014 | $0.00457 |
| Opus 5 | $0.00007 | $0.00229 |
| Sonnet 5 | $0.00003 | $0.00091 |
| Haiku 4.5 | $0.00001 | $0.00046 |
Grade A, and why
wiki-ingest 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 yesterday.
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.
What it actually says
wiki-ingest
Process a source document through the full ingest pipeline.
Steps
- Read the source document from
raw/ - Classify the source type (article, paper, bookmark, voice_note)
- Generate a summary page at
wiki/sources/<slug>.md - Extract and create/update entity pages at
wiki/entities/ - Extract and create/update concept pages at
wiki/concepts/ - Add entries to
wiki/index.md - Append operation details to
wiki/log.md
Quality checks
- Every page has valid YAML frontmatter (type, title, date, sources, tags, origin)
typeis the OKF-mandatory field (ADR-045 §9.2); write_page injects it by folder if omitted- Every entity/concept mention uses
[[wikilink]]syntax - Summary is factual and traces to the source document
- Index is updated with all new pages
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.
- yesterday First seen · 61 lines · 14 tokens per session scan A b25705b23486
wiki-ingest is a skill published in the GitHub repository DarkCodePE/brainstem (1 stars, last pushed 1mo ago), licensed MIT. It adds 14 tokens to every session and 457 once invoked, about $0.0001 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
yopedia
Save research and reflections into (and recall from) your personal knowledge vault (yopedia) — your second brain.
wiki_submit
Submit wiki documentation pages to Wegent backend API. Simplifies the HTTP POST process for wiki content submission.
knowledge-base-management
Obsidian 知识库全生命周期管理:三层架构、素材入库(ABC分级)、健康检查、GBrain/GraphRAG/LLM Wiki 三件套集成、目录整理.
knowledge_base
Manage the user's personal knowledge base — knowledge graph, documents, and wiki vault.
watch-pr
Watch a pushed PR's checks with the Monitor tool, and act on the verdict. Use after opening or pushing to a PR.
add-strings
Add or back-fill user-facing Android strings across all locales in OpenTagViewer. Use whenever adding, renaming or translating any string that appears in the UI, or when checking translations are complete before a PR.