clidash — веб-дашборд для CLI с JSON-выводом

★ 7.5 · devops

add-clidash is a Claude Code skill that installs clidash — a zero-dependency, read-only web dashboard that builds its tabs and tables at runtime from any CLI returning JSON. It ships pre-wired for NanoClaw's `ncl` CLI, covering agent groups, sessions, channels, users, and roles, and adds three NanoClaw-specific panels: an Agents overview with status cards, per-session message-activity charts sourced directly from session DBs, a log tail for allowlisted host log files, and a read-only file viewer for group skills, CLAUDE.md, and profiles. Setup requires only copying the `tools/clidash` directory and creating a config from the included example — no NanoClaw source edits, no build step, no added npm dependencies. The server binds to `127.0.0.1:4690` by default; `execFile` only ever receives allowlist-validated argv templates, making the tool safe for local and tailnet use.