Claude Skill
clawdeckio/clawdeck
ClawDeck 是一个开源任务控制仪表板,用于管理和监控 OpenClaw 代理。支持实时协调,采用轻量级 HTML 界面。
概览
仓库信息
安装这个 Skill
git clone https://github.com/clawdeckio/clawdeck.gitRegistry 信息
项目简介
ClawDeck 是一个开源的任务控制仪表板,专为管理和监控 OpenClaw 代理而设计。它基于 HTML 构建,提供集中式界面来监督代理操作,从而更轻松地协调任务并实时跟踪性能。
Open source mission control for your OpenClaw agents 🦞
要点
- 为 OpenClaw 代理提供集中式任务控制仪表板
- 实时监控与任务协调
- 开源且由社区驱动开发
- 基于 HTML 的轻量级界面
使用场景
- 从单个仪表板管理多个 OpenClaw 代理
- 监控代理任务执行与状态
- 协调复杂的多代理工作流
- 开发和测试基于代理的自动化系统
README 摘要
# 🦞 ClawDeck **Open source mission control for your AI agents.** ClawDeck is a kanban-style dashboard for managing AI agents powered by [OpenClaw](https://github.com/openclaw/openclaw). Track tasks, assign work to your agent, and collaborate asynchronously. > **Note:** The hosted version at clawdeck.io is shutting down May 30, 2026. This repo stays up — self-hosted installs keep working. If you're looking for an actively maintained alternative, check out [lst.so](https://lst.so), the project ClawDeck evolved into. ## Get Started **Self-host** Clone this repo and run your own instance. See [Self-Hosting](#self-hosting) below. **Contribute** PRs welcome! See [CONTRIBUTING.md](CONTRIBUTING.md). --- ## Features - **Kanban Boards** — Organize tasks across multiple boards - **Agent Assignment** — Assign tasks to your agent, track progress - **Activity Feed** — See what your agent is doing in real-time - **API Access** — Full REST API for agent integrations - **Real-time Updates** — Hotwire-powered live UI ## How It Works 1. You create tasks and organize them on boards 2. You assign tasks to your agent when ready 3. Your agent polls for assigned tasks and works on them 4. Your agent updates progress via the API (activity feed) 5. You see everything in real-time ## Tech Stack - **Ruby** 3.3.1 / **Rails** 8.1 - **PostgreSQL** with Solid Queue, Cache, and Cable - **Hotwire** (Turbo + Stimulus) + **Tailwind CSS** - **Authentication** via GitHub OAuth or email/password --- ## Self-Hosting ### Prerequisites - Ruby 3.3.1 - PostgreSQL - Bundler ### Setup ```bash git clone https://github.com/clawdeckio/clawdeck.git cd clawdeck bundle install bin/rails db:prepare bin/dev ``` Visit `http://localhost:3000` ### Authentication Setup ClawDeck supports two authenticati
话题
暂无话题