OpenClaw Config Visualizer
Paste your openclaw.json and instantly see your entire agent setup as an interactive node graph — channels, agents, skills, models, and tools, all rendered in your browser with zero server involvement.
Five Node Types
Channels (blue), Agents (green), Skills (purple), Models (orange), and Tools (gray) — each with distinct icons, badges, and status indicators.
Automatic Layout
The graph auto-arranges left-to-right using a hierarchical layout algorithm. Drag nodes to rearrange. Zoom, pan, and minimap built in.
JSON5 Support
Fully parses OpenClaw's JSON5 format including comments, trailing commas, and unquoted keys. Parse errors show exact line and character position.
Shareable Links
Share your graph via URL. Config is compressed into a URL hash fragment — entirely client-side, never sent to any server.
Warning Indicators
Visual flags for risky configs: sandbox OFF with exec allowed, open DM policies, missing fallback models, and known-vulnerable skills.
Node Detail Panels
Click any node to see a full detail panel — model roles, skill status, channel policies, tool permissions, and raw config blocks.
How to Visualize Your OpenClaw Config
- 1
Open ClawChart
Navigate to clawchart.xyz. No account or installation required. Click "Try with example" to see a demo graph instantly.
- 2
Paste your openclaw.json
Copy the contents of ~/.openclaw/openclaw.json and paste into the input area, or use the 'Upload file' button to select the file directly.
- 3
Explore the graph
Your agent stack renders as an interactive node graph. Click nodes for details, hover edges for binding rules, zoom and pan freely.
- 4
Run a security audit
Toggle "Security Audit" to see severity-scored issues and your overall config security grade (A–F).
- 5
Discover skills
Open the Skills Explorer to browse 5,700+ OpenClaw skills with context-aware recommendations based on your current setup.
Frequently Asked Questions
How do I visualize my openclaw.json config?
Paste your openclaw.json into ClawChart at clawchart.xyz. The graph renders instantly in your browser — no upload, no account, no server. You can also click "Try with example" to see a demo multi-agent graph.
What does the OpenClaw config visualizer show?
ClawChart renders five node types: Channels (blue), Agents (green), Skills (purple), Models (orange), and Tools (gray). Edges show bindings between channels and agents, skill assignments, model roles (primary/fallback/heartbeat), and tool policies.
Does the visualizer support JSON5 format?
Yes. ClawChart fully supports JSON5 — the format OpenClaw uses for openclaw.json. This includes comments, trailing commas, and unquoted keys. Parse errors show the exact line number and character position.
Can I share my OpenClaw agent graph with others?
Yes. ClawChart compresses your config into a URL hash fragment and generates a shareable link. The config never leaves your browser — the hash is processed entirely client-side. Anyone with the link can view the same graph.