Claude Skill
clawdeckio/clawdeck
ClawDeck is an open-source mission control dashboard for managing and monitoring OpenClaw agents. Real-time coordination, lightweight HTML interface.
Overview
Repository
Install this Skill
git clone https://github.com/clawdeckio/clawdeck.gitRegistry
Summary
ClawDeck is an open-source mission control dashboard designed to manage and monitor OpenClaw agents. Built with HTML, it provides a centralized interface for overseeing agent operations, making it easier to coordinate tasks and track performance in real time.
开源任务控制中心,专为您的OpenClaw代理设计 🦞
Key features
- Centralized mission control dashboard for OpenClaw agents
- Real-time monitoring and task coordination
- Open-source and community-driven development
- Lightweight HTML-based interface
Use cases
- Managing multiple OpenClaw agents from a single dashboard
- Monitoring agent task execution and status
- Coordinating complex multi-agent workflows
- Developing and testing agent-based automation systems
README excerpt
# 🦞 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
Topics
No topics yet.