Awesome Hermes PluginsTools & Automation

svix/ai

⭐ 18 Python added to this list on 2026-08-24 repository created 2026-05-11

This repository collects everything Svix publishes for AI agents working with webhooks: agent skills that load integration guidance on demand, MCP servers for debugging live deliveries against a Svix account, and personal agent plugins that let a runtime receive webhooks without hosting a public endpoint. The Hermes-relevant part is `svix-hermes/`, a gateway plugin with a Hermes manifest, a Python entry point, an adapter module and a delivery module. It inverts the usual webhook arrangement. Agent runtimes normally accept webhooks by exposing an inbound HTTP route, which requires a public URL, an open port or a tunnel. This plugin instead polls a Svix sink using the SDK's auto-configuring consumer and hands each message to the runtime as though it had arrived as an inbound POST. Nothing listens on a socket, so it works from a laptop behind NAT or inside a locked-down network, and the buffer in front of the poller means events survive a restart. Each polled event flows through a route, a prompt and a delivery pipeline. The route decides which events matter, the prompt shapes what the agent is asked to do with the payload, and the delivery step sends the response to a log file, a GitHub comment, or any platform already connected to the Hermes gateway. Example configurations, including a GitHub one, ship alongside the plugin. A sibling directory provides the same polling approach for a different runtime, so the pattern is not Hermes-specific. The wider repository also packages its skills as an agent plugin bundle installable through a skills CLI, and points at Svix documentation for the MCP server side. The repository is a vendor publication rather than a community plugin collection, so its Hermes content is one directory among several concerns. Everything here is MIT licensed.

https://github.com/svix/ai

webhookssvixgatewaypollingeventsintegration

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.