Awesome Hermes PluginsTools & Automation

barkley-assistant/caduceus

⭐ 13 Rust added to this list on 2026-08-31 repository created 2026-07-12

Caduceus is a Unix daemon written in Rust and shipped as a Hermes plugin that converts labeled GitHub issues into pull requests without supervision of each step. Driven by cron, it polls GitHub with ETag-aware conditional requests, elects a scheduler leader, writes a per-issue claim file, prepares an isolated Git worktree, runs an external AI harness against the issue under a hard timeout, then finalises the outcome as branch, push, pull request and issue close. The design separates deterministic infrastructure from the model loop on principle: the daemon owns polling, claims, worktrees, timeouts, Git, GitHub, retries and a public-voice rule, while the worker only decides what the code says and what it should say next. The two meet at a single environment-variable contract and a single result file, and the project states it will not put a model call inside its state machine nor a GitHub client inside the harness. Networking is outbound only — the daemon refuses to listen on any port — and it refuses to publish a comment or pull request body containing a hardcoded list of internal tool names. The bridge to the harness is a file the operator owns: setup seeds a reference `worker-bridge.py` under the Hermes directory that can be pointed at any harness, plugin updates never overwrite it, and a changed upstream template is written as a sibling candidate file with a notice instead of clobbering local edits. Linux is the primary target with real process identity, descendant reaping and subreaper semantics; macOS is supported and covered by CI using process-group kills and best-effort descendant enumeration through the same portable seam; Windows is explicitly not a target. The stated purpose is to reduce an operator's workload rather than remove the operator: every pull request it opens is opened for a human to read and merge. Distributed as a single Rust binary plus a Python bridge script. MIT licensed.

https://github.com/barkley-assistant/caduceus

githubautomationdaemonrustworktreespull-requestsissue-triage

Also in Tools & Automation

DietrichGebert/ponytail

Ponytail is a set of plugins for AI agent development tools like Claude Code and GitHub Copilot CLI that helps agents write more efficient, concise, and safe code by following a 'lazy senior dev' m...

XiaoMi/xiaomi-miloco

Miloco is Xiaomi's open-source AI solution for whole-home intelligence, functioning as an Agent plugin on OpenClaw and Hermes to orchestrate devices for a proactive, intelligent experience.

indranilbanerjee/digital-marketing-pro

Digital Marketing Pro is an open-source AI marketing plugin for agencies and in-house teams, offering 158 skills, 24 specialist agents, and a 12-Part Strategy Flow, with EU AI Act Article 50 readin...

Tommy-yw/RunbookHermes

RunbookHermes is an AIOps agent built on Nous Research Hermes Agent, designed for evidence-driven incident response, approval-gated remediation, and continuous learning.

robbyczgw-cla/hermes-web-search-plus

A source-only Hermes Agent plugin for multi-provider web search and URL extraction, offering diagnostic routing and transparent evidence.

Codename-11/hermes-relay

Hermes-Relay is an Android companion app and CLI that extends Hermes Agent with chat, voice, and device control, enabling mobile interaction and remote execution.

Cassette-Editor/oh-my-cassette

Oh My Cassette is a video editing plugin and skill for AI agents like Hermes, enabling agent-supervised video montage workflows with minimal token overhead.

AtlasOmnia/hermes-tool-router

A Hermes Agent plugin that intelligently routes tools to reduce first-turn schema tokens and optimize LLM interactions, featuring deterministic routing and optional model-based classification.