Claude Code plugin analyzes any plugin and generates interactive wiki reports

✍️ OpenClawRadar📅 Published: March 27, 2026🔗 Source
Claude Code plugin analyzes any plugin and generates interactive wiki reports
Ad

A developer has created a Claude Code plugin that analyzes any plugin and automatically generates an interactive wiki report. The plugin addresses the challenge of understanding complex plugins that pack dozens of skills, hooks, agents, and MCP servers into single installations.

How it works

The plugin takes any plugin path or GitHub URL and generates a self-contained interactive HTML wiki report with 11 sections. Reports include architecture diagrams, skill breakdowns, hook mappings, agent relationships, and security audits — all on a single navigable page.

Key features

  • Interactive diagrams with zoom/pan functionality and fullscreen mode
  • Export diagrams as PNG files
  • Section-level feedback that exports as JSON for targeted fixes
  • Security audit with permission analysis, hook injection risks, and risk classification
  • Responsive navigation and curated typography with anti-slop rules for readability
Ad

Additional skills

The plugin also includes these capabilities:

  • Visualize git diffs
  • Generate project recaps
  • Review implementation plans
  • Fact-check reports
  • Manage generated reports

Installation and usage

Install with:

claude plugin add vision-powers@claude-code-zero

Generate reports with:

/agent-extension-visualizing github.com/owner/repo

The developer mentions plugins like oh-my-claudecode, everything-claude-code, and get-shit-done as examples of complex plugins that benefit from this analysis tool.

📖 Read the full source: r/ClaudeAI

Ad

👀 See Also

Claude Code Used to Simulate 4,000+ Blind Werewolf Games with LLMs
Tools

Claude Code Used to Simulate 4,000+ Blind Werewolf Games with LLMs

A developer used Claude Code to build a simulator where LLMs play blind one-night Werewolf, running ~4,600 games across OpenAI and xAI models. The experiment revealed consistent name-based voting patterns despite minimal game signals.

OpenClawRadar
OpenClaw Agent Maintains Memory When Switching from Claude Subscription to API
Tools

OpenClaw Agent Maintains Memory When Switching from Claude Subscription to API

A developer reports successfully migrating their OpenClaw setup from a Claude subscription to API key without losing agent memory, using the mengram-memory skill that saves to an external layer. The agent retained ~100+ learned facts, evolved procedures, and episodic memories.

OpenClawRadar
Local RAG Tool Built with Nemotron Nano 9B v2 and vLLM Tool Calling
Tools

Local RAG Tool Built with Nemotron Nano 9B v2 and vLLM Tool Calling

A developer built a local-first RAG research tool that runs entirely on a single GPU using Nemotron Nano 9B v2 Japanese on vLLM with custom parser plugins for tool calling. The system features a two-step extract-execute flow with bilingual keyword extraction and parallel FTS5/DuckDuckGo search.

OpenClawRadar
Custom llama.cpp Backend Offloads LLM Matrix Multiplication to AMD XDNA2 NPU on Ryzen AI MAX 385
Tools

Custom llama.cpp Backend Offloads LLM Matrix Multiplication to AMD XDNA2 NPU on Ryzen AI MAX 385

A developer built a custom llama.cpp backend that dispatches GEMM operations directly to the AMD XDNA2 NPU on Ryzen AI MAX 385 (Strix Halo), achieving 43.7 t/s decode at 0.947 J/tok with Meta-Llama-3.1-8B-Instruct Q4_K_M. The NPU decode path saves ~10W versus Vulkan-only while matching decode throughput.

OpenClawRadar