Toolverse
All skills

agent-hq

by openclaw

Deploy the Agent HQ mission-control stack (Express + React + Telegram notifier / Jarvis summary) so other Clawdbot teams can spin up the same board, high-priority watcher, and alert automation. Includes setup, telemetry, and automation hooks.

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Author
openclaw
Category
DevOps

About this skill

Deploy the Agent HQ mission-control stack (Express + React + Telegram notifier / Jarvis summary) so other Clawdbot teams can spin up the same board, high-priority watcher, and alert automation. Includes setup, telemetry, and automation hooks.

How to use

  1. Sklonuj repozytorium i zainstaluj zależności: git clone https://github.com/thibautrey/agent-hq.git, przejdź do katalogu projektu, uruchom npm install oraz npm --prefix frontend-react install.

  2. Skonfiguruj Telegram: otwórz plik config/telegram.json i wpisz swój botToken oraz chatId, lub ustaw zmienne środowiskowe AGENT_HQ_TELEGRAM_TOKEN i AGENT_HQ_TELEGRAM_CHAT_ID. Plik konfiguracyjny traktuj jako poufny.

  3. Zbuduj interfejs i uruchom serwer: wykonaj npm --prefix frontend-react run build, a następnie npm run start:agent-hq. Panel będzie dostępny na porcie 4000, interfejs na ścieżce głównej, API pod /api.

  4. Skonfiguruj zadania cron: ustawić harmonogram dla skryptu jarvis-connector.js oraz notify-jarvis-telegram.js, aby regularnie sprawdzać status i wysyłać powiadomienia. Instrukcje znajdują się w pliku run-telegram-notifier.sh.

  5. Twórz karty zadań: użyj interfejsu webowego do dodawania kart lub wyślij żądanie POST do /api/cards/quick z tekstem zadania, aby szybko dodać nowe elementy do tablicy.

  6. Monitoruj tablicę: sprawdzaj status wszystkich agentów i zadań poprzez dashboard, otrzymuj automatyczne alerty na Telegram o priorytetowych zdarzeniach i zmianach statusu.

Related skills

resolve-conflicts

by antinomyhq

Use this skill immediately when the user mentions merge conflicts that need to be resolved. Do not attempt to resolve conflicts directly - invoke this skill first. This skill specializes in providing a structured framework for merging imports, tests, lock files (regeneration),

DevOps
48163

streamlit

by sverzijl

When working with Streamlit web apps, data dashboards, ML/AI app UIs, interactive Python visualizations, or building data science applications with Python

DevOps
49161

macos-cleaner

by daymade

Analyze and reclaim macOS disk space through intelligent cleanup recommendations. This skill should be used when users report disk space issues, need to clean up their Mac, or want to understand what's consuming storage. Focus on safe, interactive analysis with user confirmation

DevOps
1331

clawhub

by openclaw

Use the ClawHub CLI to search, install, update, and publish agent skills from clawhub.com. Use when you need to fetch new skills on the fly, sync installed skills to latest or a specific version, or publish new/updated skill folders with the npm-installed clawhub CLI.

DevOps
14106

grafana-dashboards

by wshobson

Create and manage production Grafana dashboards for real-time visualization of system and application metrics. Use when building monitoring dashboards, visualizing metrics, or creating operational observability interfaces.

DevOps
92262

chrome-devtools

by mrgoonie

Browser automation, debugging, and performance analysis using Puppeteer CLI scripts. Use for automating browsers, taking screenshots, analyzing performance, monitoring network traffic, web scraping, form automation, and JavaScript debugging.

DevOps
29141