add-dashboard
仓库创建 2026年1月31日最近提交 1 天前SkillHot 收录 20 天前
▸ 精选理由
便于实时查看代理群组、会话、令牌与日志,提升运维可观测性。
这个 Skill 做什么
为 NanoClaw 安装本地监控仪表盘,并推送周期性 JSON 快照展示状态与日志。
给 NanoClaw 快速部署一个本地监控面板,安装 @nanoco/nanoclaw-dashboard 并配合一个周期性发送 JSON 快照的 pusher。用来实时展示 agent 分组、会话、通道、用户、令牌使用、上下文窗口和实时日志,方便定位异常和分析性能。特点是轻量本地部署,能把数据库状态周期性转成可视化展示,便于运维观察。
▸ 展开 SKILL.md 英文原文
Add a monitoring dashboard to NanoClaw. Installs @nanoco/nanoclaw-dashboard and a pusher that sends periodic JSON snapshots.
3.0w
Stars
1.3w
Forks
40
仓库内 Skill
+241
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/nanocoai/nanoclaw/main/.claude/skills/add-dashboard/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/nanocoai/nanoclaw/main/.claude/skills/add-dashboard/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# /add-dashboard — NanoClaw Dashboard
Adds a local monitoring dashboard showing agent groups, sessions, channels, users, token usage, context windows, message activity, and real-time logs.
## Architecture
```
NanoClaw (pusher) Dashboard (npm package)
┌──────────┐ POST JSON ┌──────────────┐
│ collects │ ────────────────→ │ /api/ingest │
│ DB data │ every 60s │ in-memory │
│ tails │ ────────────────→ │ /api/logs/ │
│ log file │ every 2s │ push │
└──────────┘ │ serves UI │
└──────────────┘
```
## Steps
### 1. Install the npm package
```bash
pnpm install @nanoco/nanoclaw-dashboard
``via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有