Getting it into your agent
This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.
/plugin marketplace add deepfounder-ai/llm-wiki/plugin install llm-wikiWrote 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/commands/deepfounder-ai/llm-wiki/wiki-ingest)<a href="https://agentmods.dev/commands/deepfounder-ai/llm-wiki/wiki-ingest"><img src="https://agentmods.dev/badge/commands/deepfounder-ai/llm-wiki/wiki-ingest/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/commands/deepfounder-ai/llm-wiki/wiki-ingest"><img src="https://agentmods.dev/badge/commands/deepfounder-ai/llm-wiki/wiki-ingest.svg" alt="Reviewed on agentmods" width="80" 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.00039 | $0.00671 |
| Opus 5 | $0.00019 | $0.00336 |
| Sonnet 5 | $0.00008 | $0.00134 |
| Haiku 4.5 | $0.00004 | $0.00067 |
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 9d 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 — 56 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/wiki-ingest
You are routing an ingest request to the wiki-curator sub-agent. Do the minimum work in the main
session and dispatch the heavy work.
Inputs
$ARGUMENTS may contain, in any order:
- An optional scope flag:
--globalor--local. - An optional positional source: a URL (starts with
http://orhttps://), or an absolute/relative filesystem path.
If no positional source is given, the source is "the current session" — summarise the relevant insights from the conversation so far (what we learned, decided, or clarified that has lasting value) into a short briefing for the curator.
Steps
-
Parse
$ARGUMENTS. Identify scope flag (if any) and source (if any). Validate that a filesystem path (non-URL) exists before proceeding; if it does not, tell the user and stop. -
Ensure the target wiki exists.
- If scope is
globalor unspecified, check that~/.claude/wiki/schema.mdexists. If not, runbash ${CLAUDE_PLUGIN_ROOT}/scripts/init-wiki.sh --scope global. - If scope is
local, check that./wiki/schema.mdexists. If not, runbash ${CLAUDE_PLUGIN_ROOT}/scripts/init-wiki.sh --scope local. - If scope is unspecified and
./wiki/exists, tell the curator there is a local wiki too so it can auto-route.
- If scope is
-
Dispatch to
wiki-curatorvia the Agent tool withsubagent_type: "wiki-curator". The prompt you pass must include:- The scope flag (or "auto — decide based on content").
- Whether a local wiki exists at
<cwd>/wiki/(yes/no) and, if yes, the absolute cwd. - The source, structured:
- For URL:
type: url, value: <url> - For file:
type: file, value: <abs path> - For session:
type: session, value: <your written session briefing — 200-600 words>
- For URL:
- Instruction: "Follow your standard procedure (load schemas + indexes, choose update-vs-create,
maintain bidirectional
related[], run build-index.sh, append to log.jsonl). Return the concise report."
-
When the curator returns, print its report verbatim to the user. Do not re-process or paraphrase it.
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.
- 9d ago First seen · 56 lines · 39 tokens per session scan A 4bfd4122c206
wiki-ingest is a command published in the GitHub repository deepfounder-ai/llm-wiki (13 stars, last pushed 4mo ago), licensed MIT. It adds 39 tokens to every session and 671 once invoked, about $0.0002 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 commands, from other repositories
wiki-status
Report the health of an existing LLM Wiki — page counts, recent activity, and orphan pages.
draft
Draft an output document, pulling from the wiki. Trigger FR — rédiger un livrable, draft un document, produire un brief, générer une synthèse à partir du wiki.
output
Generate output artifacts from active wiki content — summaries, reports, study guides, slide outlines, timelines, glossaries, comparisons. Outputs are filed back into the wiki.
brand-generate
Generate an on-brand document from a saved Brand Profile.
show
Display a past OCR review session.
generate-report
Generate a professional HTML report from assessment results in the conversation.