Awesome Hermes PluginsHooks & Observability

Adolanium/hermes-resetwatch

⭐ 68 Python added to this list on 2026-09-14 repository created 2026-08-20

Resetwatch is a Hermes Desktop plugin that puts remaining-quota tracking for AI subscription and API plans on one page inside Hermes, instead of scattered vendor dashboards. Live cards fill in automatically for logins already present on the machine - Claude, Codex, Cursor, Kimi, GLM, DeepSeek, OpenCode Go, Ollama Cloud, MiniMax, Novita, DeepInfra, AI Gateway, Command Code and the Nous portal plan itself - showing how much quota is used, how much is left, and when each resets. Providers without a readable API, such as Gemini or Perplexity, can be tracked with manual clocks where the user pastes the percent remaining and reset time. The plugin is a single uncompiled plugin.js paired with a Python probe.py helper; live data comes through the desktop plugin SDK's host.request JSON-RPC calls (gateway methods like usage.bars and account.usage) plus probe.py invoking shell.exec against the same CLIs and app logins the vendors already use, including reading ~/.claude and ~/.codex credential files read-only. Nothing is scraped from vendor websites and tokens are never printed to stdout. Cards refresh every five minutes while the page is open, probe results are cached for five minutes with a one-minute floor to avoid hammering vendor APIs, and a failed vendor call is shown as unavailable with a reason rather than silently disappearing. Kimi and Grok tokens can occasionally be invalidated if the plugin and the CLI both refresh a rotating token at the same time; the plugin merges written token fields to avoid clobbering concurrent CLI writes. Installation is a two-file copy into the Hermes desktop plugin folder, with no build step, fork, or extra server required. It targets users who run several metered AI CLIs and subscriptions at once and want a single glance at what is left before hitting a limit.

https://github.com/Adolanium/hermes-resetwatch

quota trackingusage dashboardhermes desktopapi limitsobservability

Also in Hooks & Observability

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.

lennney/stop-that-shit

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.

8bit64k/cronalytics

Cronalytics is a Hermes Agent plugin providing detailed analytics and observability for scheduled agentic automations, tracking costs, tokens, and performance.

briancaffey/hermes-otel

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.

rarf/hermes-quota-plugin

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.

alexander-akhmetov/grafana-agento11y-hermes

A Hermes Agent plugin recording LLM calls and tool executions as Grafana Agent Observability generations while exporting OpenTelemetry traces and metrics over OTLP.

BULDEE/ai-craftsman-superpowers

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.

nujovich/hermes-telemetry

A comprehensive telemetry plugin for Hermes Agent that provides real-time budget enforcement and detailed observability for AI operations.