rullerzhou-afk/clawd-on-desk
Clawd on Desk is a pixel desktop pet that reacts to your AI coding agent's activity in real time, offering visual feedback for various states and supporting numerous AI agents including Hermes.
Awesome Hermes Plugins › Hooks & Observability
Bot HQ is a Hermes Agent plugin, part of the AgentRealm toolset, that replaces pure chat interaction with a per-bot dashboard called a Home. Each bot publishes its own dashboard as a home/schema.json plus home/data.json pair in its profile directory; the widget set is fixed by the plugin so a dashboard cannot rearrange itself and no bot-authored HTML or JavaScript ever executes, keeping the surface safe by construction. From the dashboard, users can trigger declared buttons (run_routine, open_chat, open_path, open_url) and use an optional one-line chat composer when conversation is actually useful. A fleet page lists every local Hermes profile with status and next scheduled routine, requiring no separate signup. Setup has three steps beyond installing the plugin: enabling the Bot HQ page in Hermes Desktop settings, and running a setup command that turns on a per-bot dashboard reader for every existing bot (and can be re-run safely whenever a new bot is added). A bot gets its first dashboard by having the plugin's bundled skill write one, and a cron job can refresh it on a schedule. The Python half of the plugin exists because the Hermes gateway itself has no file-read RPC, so a small server-side reader validates and serves each bot's Home JSON; the desktop half is a dependency-free ESM page. Known limitations: the fleet UI works only in Hermes Desktop today, and bots running on remote gateways show up with status but without a dashboard, since local plugin directories are scanned rather than a network protocol. MIT licensed, contributions welcome without a CLA.
https://github.com/the-spirit-realm/hermes-bot-hq
Clawd on Desk is a pixel desktop pet that reacts to your AI coding agent's activity in real time, offering visual feedback for various states and supporting numerous AI agents including Hermes.
A cross-harness task-boundary guard that ships a Hermes Agent plugin, blocking an AI coding agent from mutating files, dependencies or hashes outside the mode the user asked for.
Cronalytics is a Hermes Agent plugin providing detailed analytics and observability for scheduled agentic automations, tracking costs, tokens, and performance.
Hermes Desktop plugin showing live remaining-quota bars and reset timers for Claude, Codex, Cursor, and a dozen other AI provider plans on one page inside the app.
An OpenTelemetry plugin for Hermes Agent that exports LLM tool calls, model invocations, and API requests as OTel spans to various tracing backends like Phoenix, Langfuse, SigNoz, and Jaeger.
A Hermes Desktop plugin showing live model-provider quota as a status-bar chip and sidebar pane, fed by a local cache that a Python backend refreshes across eight providers.
A Hermes Agent plugin recording LLM calls and tool executions as Grafana Agent Observability generations while exporting OpenTelemetry traces and metrics over OTLP.
Architecture quality gate shipped as a native Hermes plugin, refusing to conclude a coding turn that leaves layer violations or missing strict types and recording every correction as a candidate rule.