Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
Version History
2026-02-09 release: README translation, changelog, new release notes
What This Skill Does
Deploys a self-hosted mission-control board with an Express/SQLite backend and React UI. Includes a Telegram notifier for high-priority alerts and a Jarvis summary connector with cron scheduling.
Bundles a mission-control UI, REST API, SQLite persistence, and Telegram notification pipeline into a single installable stack so teams skip wiring those pieces together manually.
When to use it
- Spinning up a team mission board to track agent tasks
- Sending Telegram alerts when high-priority jobs are queued
- Creating and managing cards via REST API from scripts
- Running scheduled Jarvis summaries of board activity
- Seeding a board with predefined missions before first launch
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: Set up Agent HQ with Telegram alerts enabled
- 1Clones the repo and installs backend and frontend dependencies
- 2Writes Telegram botToken and chatId to config/telegram.json
- 3Builds the React UI and starts the Express server on port 4000
- 4Configures cron jobs for the Telegram notifier and Jarvis summary scripts
- 5Posts a test card via /api/cards/quick and triggers a Telegram alert
Board running at http://localhost:4000 with Telegram notifications active and cron jobs scheduled
Requirements
Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.