Install
openclaw skills install vizboardGenerate beautiful, self-contained HTML dashboards and visual pages — architecture diagrams, flowcharts, KPI dashboards, data tables, diff reviews, plan reviews, and project recaps. Use when the user asks for a diagram, architecture overview, diff review, plan review, project recap, comparison table, or any visual explanation of technical concepts. Also use proactively when you are about to render a complex ASCII table (4+ rows or 3+ columns) — present it as a styled HTML page instead.
openclaw skills install vizboardGenerate self-contained HTML pages for visual explanations of architectures, plans, diffs, data tables, and KPI dashboards.
4+ rows or 3+ columns must always be rendered as HTML (proactively).templates/architecture.htmltemplates/mermaid-flowchart.htmltemplates/data-table.html<table>.references/libraries.md.Save to:
~/.agent/diagrams/<descriptive-name>.htmlAfter generation, ALWAYS deliver the file to the user:
cp ~/.agent/diagrams/<file>.html ./<file>.htmlmessage(action="send", filePath="./<file>.html", message="<brief description of the dashboard>")rm ./<file>.htmlNO_REPLY after sendingDo NOT skip step 2 — the user expects to receive the file in chat, not just a file path. Do NOT skip step 3 — files in workspace accumulate.
references/css-patterns.md — layout, overflow, zoom controls.references/libraries.md — Mermaid/Chart.js/anime.js usage.references/responsive-nav.md — navigation for long pages.prompts/*.md — ready-made scenarios (diff-review, plan-review, fact-check, project-recap).