LaunchKit · 2026
Back to Skills

Deploy the Agent HQ mission-control stack (Express + React + Telegram notifier / Jarvis summary) so other Clawdbot.

4
1.1k downloads
by @thibautrey

Setup & Installation

openclaw skills install @thibautrey/agent-hq

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install agent-hq

Version History

v1.0.1Feb 9, 2026 - Version note by skill developer:

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.

INPUT

User asks: Set up Agent HQ with Telegram alerts enabled

AGENT
  1. 1Clones the repo and installs backend and frontend dependencies
  2. 2Writes Telegram botToken and chatId to config/telegram.json
  3. 3Builds the React UI and starts the Express server on port 4000
  4. 4Configures cron jobs for the Telegram notifier and Jarvis summary scripts
  5. 5Posts a test card via /api/cards/quick and triggers a Telegram alert
OUTPUT

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.

Telegram bot token (create via BotFather, set as AGENT_HQ_TELEGRAM_TOKEN)Telegram chat ID (set as AGENT_HQ_TELEGRAM_CHAT_ID)