wiki-visualize

wiki-visualize is a command for Claude Code from ussumant/llm-wiki-compiler. It costs 0 tokens per session (258 once invoked), scanned A, original, MIT.

A command that opens an interactive graph of a compiled wiki in a web browser. Topics appear as nodes and shared concepts appear as connections between them.

In plain words
What is it for?
Use it to browse topic connections, open articles from graph nodes, search or filter topics, and inspect a project's compiled wiki locally.
Why use it?
It makes relationships in the wiki easier to explore than reading the pages one by one. The graph reads the wiki files directly, so changes made by compiling can appear while it is running.

Command for Claude Code

Written for Claude Code: ${CLAUDE_PLUGIN_ROOT} variable.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the llm-wiki-compiler plugin — 1 skill, 12 commands, 1 hook shipped together

Install

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.

Claude Code
/plugin marketplace add ussumant/llm-wiki-compiler
Claude Code
/plugin install llm-wiki-compiler

Made for: Claude Code.

Or install llm-wiki-compiler, the plugin that ships this one along with the rest of its 1 skill, 12 commands, 1 hook.

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-visualize

README.md
[![agentmods](https://agentmods.dev/badge/commands/ussumant/llm-wiki-compiler/wiki-visualize.svg)](https://agentmods.dev/commands/ussumant/llm-wiki-compiler/wiki-visualize)
Your own site
<a href="https://agentmods.dev/commands/ussumant/llm-wiki-compiler/wiki-visualize"><img src="https://agentmods.dev/badge/commands/ussumant/llm-wiki-compiler/wiki-visualize.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 258 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.1 $0.00000 $0.00258
Opus 5 $0.00000 $0.00129
Sonnet 5 $0.00000 $0.00052
Haiku 4.5 $0.00000 $0.00026

Measured 6d ago against content hash ac8af4605583, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

wiki-visualize 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.

plugin/commands/wiki-visualize.md · 37 lines

What it actually says

Visualize Wiki Knowledge Graph

Launch an interactive canvas-based knowledge graph of your compiled wiki. Topics appear as nodes, concepts as connecting edges. Click any node to read the article.

Instructions

  1. Check that .wiki-compiler.json exists in the project root

  2. Check that the wiki has been compiled (output directory has INDEX.md)

  3. If not compiled, suggest running /wiki-compile first

  4. Start the visualization server:

    node "${CLAUDE_PLUGIN_ROOT}/visualize/server.js" --wiki-dir "{output_path}"
    
  5. Open the browser:

    open "http://localhost:3848"
    
  6. Tell the user:

    📊 Wiki Knowledge Graph running at http://localhost:3848
    
    - Click nodes to read topic articles
    - Hover edges to see concept connections
    - Search to filter topics
    - The server reads your wiki files live — changes from /wiki-compile appear immediately
    
    Stop with Ctrl+C when done.
    

Arguments

  • (none) — launch visualization for current project's wiki
  • --port {number} — use a custom port (default: 3848)
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 · 37 lines · 0 tokens per session scan A ac8af4605583

Subscribe to this mod's changes

wiki-visualize is a command published in the GitHub repository ussumant/llm-wiki-compiler (321 stars, last pushed 16d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 258 tokens. 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.