Claude Skill
madrzak/vidclaw
VidClaw 是一个基于 TypeScript 的开源仪表盘,用于 OpenClaw,支持 AI 智能体的统一管理与监控。在 GitHub 上探索其功能。
概览
仓库信息
安装这个 Skill
git clone https://github.com/madrzak/vidclaw.gitRegistry 信息
项目简介
VidClaw 是一个基于 TypeScript 构建的 OpenClaw 开源仪表盘,旨在通过统一界面管理和监控 AI 智能体。
The OpenClaw Dashboard 🦞
要点
- OpenClaw AI 智能体的统一仪表盘
- 使用 TypeScript 构建,确保类型安全
- 开源且由社区驱动
- 实时监控功能
使用场景
- 从单一仪表盘管理多个 AI 智能体
- 监控智能体的性能和状态
- 开发和测试基于 OpenClaw 的 AI 工作流
- 团队协作进行 AI 智能体项目
README 摘要
# VidClaw A secure, self-hosted command center for managing your OpenClaw AI agent.    ## Features - **🗂️ Kanban Task Board** — Backlog → Todo → In Progress → Done. Drag & drop, priorities, skill assignment. Your agent picks up tasks automatically via heartbeat or cron. - **📊 Usage Tracking** — Real-time token usage and cost estimates parsed from session transcripts. Progress bars matching Anthropic's rate limit windows. - **🔄 Model Switching** — Switch between Claude models directly from the dashboard. Hot-reloads via OpenClaw's config watcher. - **📅 Activity Calendar** — Monthly view of agent activity, parsed from memory files and task history. - **📁 Content Browser** — Browse workspace files with markdown preview, syntax highlighting, and download. - **🧩 Skills Manager** — View all bundled/workspace skills, enable/disable them, create custom skills. - **💜 Soul Editor** — Edit SOUL.md, IDENTITY.md, USER.md, AGENTS.md with version history and persona templates. - **⚡ Task Execution** — Tasks execute automatically via cron (every 2 min) or heartbeat (every 30 min). Hit "Run Now" for immediate execution. ## Security VidClaw binds to localhost only (`127.0.0.1:3333`) — no external network calls, all data stays on your machine. Remote access is handled via **Tailscale Serve** (enabled by default on port 8443). Alternatively, use an SSH tunnel: `ssh -L 3333:localhost:3333 <user>@<server>`. Then open `https://your-machine.your-tailnet.ts.net:8443` (Tailscale) or `http://localhost:3333` (SSH). ## Prerequisites - OpenClaw installed an