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 skills add TrueHOOHA/LLM-Wiki --skill llm-wiki-querygit clone --depth 1 https://github.com/TrueHOOHA/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/skills/truehooha/llm-wiki/llm-wiki-query)<a href="https://agentmods.dev/skills/truehooha/llm-wiki/llm-wiki-query"><img src="https://agentmods.dev/badge/skills/truehooha/llm-wiki/llm-wiki-query/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/skills/truehooha/llm-wiki/llm-wiki-query"><img src="https://agentmods.dev/badge/skills/truehooha/llm-wiki/llm-wiki-query.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.00066 | $0.00920 |
| Opus 5 | $0.00033 | $0.00460 |
| Sonnet 5 | $0.00013 | $0.00184 |
| Haiku 4.5 | $0.00007 | $0.00092 |
Grade A, and why
llm-wiki-query 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 — 44 lines — stays where its author put it; the contents beside it link to each section on GitHub.
LLM Wiki Query Skill
Purpose
Answer operator questions using the wiki as the primary source of truth, with reusable syntheses optionally filed back into the wiki. The wiki is an OKF v0.1 bundle (see SPEC.md); wiki/ is the bundle root.
Preconditions (must pass before analysis)
- An operator question is provided.
wiki/index.mdexists and is readable as the routing map for relevant pages.
Guardrails
- Primary-source discipline: Use wiki pages first (
wiki/index.md, then linked pages) before external assumptions. - Cited answers: Claims in the answer must cite relevant wiki pages via Obsidian wikilinks (
[[note]]/[[note|Display]]); external sources use standard markdown links. - Conditional filing: Do not file a synthesis page without operator confirmation when framing/reusability is ambiguous.
- Append-only log when filing: If a synthesis is filed, append a new date-grouped entry to
wiki/log.mdonly; do not edit prior entries (OKF §7). - Index freshness when filing: If a new synthesis page is created,
wiki/index.mdmust be rebuilt in the same operation. - Single source of truth: The schema is defined in
AGENTS.md. This skill enforces it; it never re-defines page types, frontmatter, or sections inline.
Required Step Order (exact)
- Read
wiki/index.mdto discover relevant pages. - Read relevant pages across entities, concepts, sources, and syntheses.
- Synthesize answer with citations using Obsidian wikilinks to pages used.
- Present answer to operator.
- If reusable/new synthesis: file it in
wiki/syntheses/followingAGENTS.md§ Synthesis Pages (frontmatter with non-emptytypeplustitle/description/question/tags/timestamp; H1 sections including# Citationswith numbered wikilinks for source pages and markdown links for external URLs), then rebuildwiki/index.mdper the Canonical rebuild procedure inAGENTS.md§ Update Rules for Special Files, and append towiki/log.mda single new## YYYY-MM-DDentry (OKF §7) with bullets* **Query**: <question> — <summary>.,* **Pages touched**: ...,* **Notes**: ...,* **Open questions**: ....
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 · 44 lines · 66 tokens per session scan A c4e8d674a3bc
llm-wiki-query is a skill published in the GitHub repository TrueHOOHA/LLM-Wiki (22 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 66 tokens to every session and 920 once invoked, about $0.0003 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 skills, from other repositories
wiki-export
Export the Obsidian wiki's knowledge graph to structured formats for use in external tools. Use this skill when the user says "export wiki", "export graph", "export to JSON", "export to Gephi", "export to Neo4j", "export to Postgres", "export to SQL", "graphml", "visualize wiki", "knowledge graph export", "export to…
wiki-query
Answer questions by searching the compiled Obsidian wiki. Use this skill when the user asks a question about their knowledge base, wants to find information across their wiki, asks "what do I know about X", "find everything related to Y", or wants synthesized answers with citations from their wiki pages. Also use when…
cross-linker
Scan the Obsidian wiki and automatically discover missing cross-references between pages. Use this skill when the user says "link my pages", "find missing links", "cross-reference", "connect my wiki", "add wikilinks", "what pages should be linked", or after any large ingestion to ensure new pages are woven into the…
pi-history-ingest
Ingest Pi coding agent session history into the Obsidian wiki. Use this skill when the user wants to mine their past Pi sessions for knowledge, import their /.pi/agent/sessions folder, extract insights from previous coding sessions, or says things like "process my Pi history", "add my Pi sessions to the wiki", "ingest…
wiki-agent
Query-driven targeted ingest from a specific AI agent's raw history. Use this skill when the user invokes /wiki-claude, /wiki-codex, /wiki-hermes, /wiki-openclaw, /wiki-copilot, /wiki-pi — with or without a search topic. Different from wiki-history-ingest (which bulk-ingests everything new): this skill finds sessions…
wiki-capture
Save the current conversation as a permanent, structured wiki note. Use this skill when the user says "save this", "/wiki-capture", "capture this", "file this conversation", "preserve this", "add this to my wiki", or wants to turn what was just discussed into lasting knowledge. The skill classifies the content…