Awesome Hermes PluginsMessaging Platforms

cuongdev/hermes-zalo-plugin

⭐ 36 JavaScript added to this list on 2026-07-15 repository created 2026-06-04

This plugin provides a Node.js bridge to connect Nous Research Hermes Agent with Zalo, a popular Vietnamese messaging platform, using the `zca-js` unofficial Zalo API. It allows users to interact with their Hermes agent from a personal Zalo account, facilitating communication through a cross-platform solution (macOS, Linux, Windows). The bridge handles inbound Zalo events via a WebSocket listener and outbound actions (send, upload, react) via HTTPS to Zalo's API. Communication between the bridge and Hermes Agent for inbound events (Zalo to Hermes) occurs via Server-Sent Events (SSE) on GET /events, while outbound communication (Hermes to Zalo) uses REST endpoints like POST /send. The project utilizes `zca-js` due to its active maintenance and richer feature set compared to other unofficial Python clients, despite requiring a Node.js intermediary. It includes an installer that manages QR login, saves credentials, and sets up a background service for automatic operation. The plugin also provides detailed configuration options via environment variables for port, host, security tokens, data directories, and granular access control over Zalo actions. Users are cautioned about the unofficial nature of the Zalo API and recommended to use a secondary Zalo account. Requirements include Node.js (>=18), a Zalo account, Hermes Agent, and Python `aiohttp`.

https://github.com/cuongdev/hermes-zalo-plugin

hermes-agentmessagingzalonodejsbridgechatbotvietnamcommunicationplatformapi

Also in Messaging Platforms

Humalike/hermes-humalike-plugin

Integrates Humalike APIs into Hermes Agent to enhance bot presence in chat, providing human-like turn-taking, persona, theory of mind, and social learning.

NousResearch/hermes-telegram-business

This plugin transforms Hermes Agent into a Telegram Business secretary bot, requiring explicit owner approval for every LLM-drafted message before sending to customers.

inkbox-ai/hermes-agent-plugin

This plugin integrates Hermes Agent with Inkbox, providing communication capabilities like email, calls, SMS/MMS, and iMessage, directly manageable by the agent.

agentchatme/agentchat-hermes

This plugin integrates Hermes Agent with the AgentChat platform, providing persistent peer-to-peer messaging capabilities via WebSocket and a rich set of agent-to-agent communication tools.

stasstepv/hermes-pwa

An unofficial mobile PWA plugin for Hermes Agent, adding a "Mobile" tab to the Dashboard for phone-native chat, action approvals, and agent monitoring.

Mininglamp-OSS/hermes-channel-octo

This repository provides an Octo (WuKongIM-based corporate IM) channel plugin for Hermes Agent, enabling bot-to-user DMs, group messaging, and media attachments.

arkseek/hermes-feishu

This plugin enhances Hermes Agent's Feishu messaging channel to support rich card messages and proper table rendering, addressing character limitations of Feishu's default Markdown.

eggyrooch-blip/hermes-multitenancy

A Hermes Agent plugin enabling true multi-tenancy for Feishu bots, routing multiple users to isolated agent profiles without modifying the core agent runtime.