add-clidash
仓库创建 2026年1月31日最近提交 1 天前SkillHot 收录 20 天前
▸ 精选理由
零依赖、运行时生成界面,便于快速观察和调试资源状态。
这个 Skill 做什么
从任何能输出 JSON 的 CLI 动态生成只读的网页仪表盘和表格视图。
把任何能输出 JSON 的 CLI 变成一个只读的网页仪表盘,运行时自动为每种资源生成标签页和表格,支持 ncl 的 agent 列表、消息图表、日志尾随和只读文件查看。适合想把 CLI 资源可视化给团队看或者做快速运维面板而不想写前端时使用。特色是零依赖、按 CLI 动态生成列和标签,免维护。
▸ 展开 SKILL.md 英文原文
Add clidash — a zero-dependency, read-only web dashboard that derives its tabs and tables at runtime from any CLI that lists resources as JSON. Ships pre-wired for NanoClaw's ncl CLI (agent groups, sessions, channels, users, roles), plus message-activity charts, a log tail, and a read-only file viewer for group skills/CLAUDE.md/profiles.
3.0w
Stars
1.3w
Forks
40
仓库内 Skill
+241
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/nanocoai/nanoclaw/main/.claude/skills/add-clidash/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/nanocoai/nanoclaw/main/.claude/skills/add-clidash/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# /add-clidash — CLI-derived read-only dashboard clidash is a small, read-only web dashboard. You point it at any CLI that can list resources as JSON (NanoClaw's `ncl`, `docker`, `kubectl`, …) and it builds the dashboard at runtime: one tab per resource, a generic table over whatever columns the rows have. A new `ncl` resource becomes a new tab and a new column becomes a new table column with **zero code changes**. It ships pre-wired for NanoClaw's `ncl` CLI and adds three NanoClaw-aware panels driven entirely by config: - **Agents overview** — status cards joining groups + sessions + messaging groups + wirings (green <15m / amber <2h / red older). - **Activity** — per-session inbound/o
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有