wiki

wiki is a command for Claude Code from odere-pro/claude-wiki-pages-plugin. It costs 27 tokens per session (576 once invoked), scanned A, original, MIT.

A single command for starting, updating, or querying the project's LLM Wiki. It checks the wiki's state and chooses the next suitable operation for you.

In plain words
What is it for?
Use it after installation, when new files are added, when the wiki is out of date, or when you want to ask it a question.
Why use it?
It removes the need to know which specialized command or agent to run. It can notice new source files or unfinished earlier work before continuing.

Command for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: mentions CLAUDE.md.

Part of the claude-wiki-pages plugin — 26 skills, 5 commands, 17 agents, 7 hooks shipped together

Good fit Use it after installation, when new files are added, when the wiki…

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/odere-pro/claude-wiki-pages-plugin/wiki
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.

Clone the repo
git clone --depth 1 https://github.com/odere-pro/claude-wiki-pages-plugin

Made for: Claude Code.

Or install claude-wiki-pages, the plugin that ships this one along with the rest of its 26 skills, 5 commands, 17 agents, 7 hooks.

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/odere-pro/claude-wiki-pages-plugin/wiki.svg)](https://agentmods.dev/commands/odere-pro/claude-wiki-pages-plugin/wiki)
Your own site
<a href="https://agentmods.dev/commands/odere-pro/claude-wiki-pages-plugin/wiki"><img src="https://agentmods.dev/badge/commands/odere-pro/claude-wiki-pages-plugin/wiki.svg" alt="Measured on agentmods" height="20"></a>
Per session 27 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 576 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00027 $0.00576
Opus 5 $0.00014 $0.00288
Sonnet 5 $0.00005 $0.00115
Haiku 4.5 $0.00003 $0.00058

Measured 6d ago against content hash f4ba3cf016e9, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, 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 6d 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.

commands/wiki.md · 44 lines

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.

/claude-wiki-pages:wiki

Top-level entry point for claude-wiki-pages. One verb the user types; the plugin figures out the rest.

What this command does

  1. Probe vault state. Resolve the vault path via scripts/resolve-vault.sh. Inspect vault/CLAUDE.md (does schema_version exist?), vault/raw/ (any files newer than the last entry in vault/wiki/log.md?), and the most recent wiki/log.md operation (was the previous run an ingest not yet followed by a lint?).
  2. Delegate to the orchestrator. Dispatch the user's prompt and the probe results to the claude-wiki-pages-orchestrator-agent via the Task tool. The orchestrator owns the routing decision; this command does not.
  3. Surface the result. Print whatever the orchestrator returns. Specialist fan-out is invisible to the user.

When to use this command

  • The user just installed the plugin and wants to start.
  • New files dropped into vault/raw/.
  • A vault that has not been touched in a while needs to catch up.
  • A natural-language question against the wiki.
  • Any time the user is unsure which llm-wiki-* skill or agent to invoke — this command picks for them.

For power users running a single phase directly, the existing llm-wiki-* skills and agents remain available and unchanged.

Invocation

Pass the user's prompt verbatim ($ARGUMENTS) to the orchestrator. Do not pre-classify the prompt; that is the orchestrator's job. If $ARGUMENTS is empty, hand control to the orchestrator anyway — it will probe state and either run the wizard, run an ingest, or ask one clarifying question.

Task → claude-wiki-pages-orchestrator-agent
  prompt: $ARGUMENTS
  context: vault path, schema version (if present), raw/ count, last wiki/log.md entry

Companion command

  • /claude-wiki-pages:doctor — environment health check. Run it once after install and any time something feels wrong.

Specification anchor

Contracts: docs/architecture.md (orchestrator command & claude-wiki-pages-orchestrator-agent contract).

Read the full file on GitHub · 44 lines

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. 6d ago First seen · 44 lines · 27 tokens per session scan A f4ba3cf016e9

Subscribe to this mod's changes

wiki is a command published in the GitHub repository odere-pro/claude-wiki-pages-plugin (1 stars, last pushed 2mo ago), licensed MIT. It adds 27 tokens to every session and 576 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.