wiki

wiki is a command for coding agents from Achitokun14/claude-universal. It costs 14 tokens per session (310 once invoked), scanned A, original, MIT.

A read-only command for searching a local llm-wiki, a collection of saved notes, for earlier information about a topic.

In plain words
What is it for?
Use it to search past notes and the resource list, review grouped matches with context, and identify whether a topic has already been documented.
Why use it?
It helps you find relevant notes and saved resources from previous work instead of researching or recording the same information again.

Command

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 commands/achitokun14/claude-universal/wiki
Clone the repo
git clone --depth 1 https://github.com/Achitokun14/claude-universal

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 wiki

README.md
[![agentmods](https://agentmods.dev/badge/commands/achitokun14/claude-universal/wiki.svg)](https://agentmods.dev/commands/achitokun14/claude-universal/wiki)
Your own site
<a href="https://agentmods.dev/commands/achitokun14/claude-universal/wiki"><img src="https://agentmods.dev/badge/commands/achitokun14/claude-universal/wiki.svg" alt="Measured on agentmods" height="20"></a>
Per session 14 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 310 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 $0.00014 $0.00310
Opus 5 $0.00007 $0.00155
Sonnet 5 $0.00003 $0.00062
Haiku 4.5 $0.00001 $0.00031

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

Security

Grade A, and why

wiki 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 5d 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.

user/commands/wiki.md · 29 lines

What it actually says

Search ~/Desktop/ACTIVITIES/llm-wiki/ for prior notes matching $ARGUMENTS.

Steps:

  1. If $ARGUMENTS is empty, ask: "What topic should I look up?".
  2. Run a Grep over ~/Desktop/ACTIVITIES/llm-wiki/ (recursive, case-insensitive) for $ARGUMENTS using output_mode: "content" with -B 2 -A 5 and head_limit: 40.
  3. Also Grep ~/Desktop/ACTIVITIES/useful-resources.md for the same pattern (that's where URLs/packages from past sessions live).
  4. Group matches by file (date) and print:
    📚 Wiki hits for "$ARGUMENTS"
    
    2026-04-12.md (3 entries)
      14:23 — <section title> ...snippet...
      16:05 — <section title> ...snippet...
    2026-03-30.md (1 entry)
      ...
    
    🔗 Resources matches (useful-resources.md): N
      - <bulleted list of up to 10 URL/package lines>
    
  5. If zero matches, suggest: "No prior notes. Use /learn <insight> to create the first entry on this topic."

Read-only — never modify files.

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. 5d ago First seen · 29 lines · 14 tokens per session scan A ee71278a4b88

Subscribe to this mod's changes

wiki is a command published in the GitHub repository Achitokun14/claude-universal (2 stars, last pushed 2mo ago), licensed MIT. It adds 14 tokens to every session and 310 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.