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.
Awesome Hermes Plugins › Messaging Platforms
The arkseek/hermes-feishu plugin extends the Nous Research Hermes Agent to improve its integration with Feishu (Lark) messaging. The core problem it solves is the inability of Feishu's native Markdown component to render tables directly, which is a common output format for LLMs. This plugin introduces two primary tools: `send_feishu_card` and `send_feishu_table`. The `send_feishu_card` tool allows the agent to send rich card messages that can include Markdown content with tables, automatically converting Markdown table syntax into Feishu's native Table component. The `send_feishu_table` tool enables direct sending of structured table data (headers + rows) within a Feishu card. Additionally, it incorporates a `pre_llm_call` hook that automatically injects formatting instructions when the platform is Feishu, guiding the LLM to utilize these card tools for table output. This ensures that tabular data generated by the LLM is displayed correctly and aesthetically within Feishu. The plugin handles environmental configurations like `FEISHU_APP_ID`, `FEISHU_APP_SECRET`, and provides a fallback for `chat_id` due to a known issue in Hermes Agent's hook parameter passing. This makes the Hermes Agent a more capable and user-friendly assistant within Feishu environments by providing robust table rendering and rich messaging capabilities.
https://github.com/arkseek/hermes-feishu
Integrates Humalike APIs into Hermes Agent to enhance bot presence in chat, providing human-like turn-taking, persona, theory of mind, and social learning.
This plugin transforms Hermes Agent into a Telegram Business secretary bot, requiring explicit owner approval for every LLM-drafted message before sending to customers.
Integrates Hermes Agent with the Zalo messaging platform via an unofficial Node.js bridge, enabling chat with a personal Zalo account.
This plugin integrates Hermes Agent with Inkbox, providing communication capabilities like email, calls, SMS/MMS, and iMessage, directly manageable by the agent.
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.
An unofficial mobile PWA plugin for Hermes Agent, adding a "Mobile" tab to the Dashboard for phone-native chat, action approvals, and agent monitoring.
This repository provides an Octo (WuKongIM-based corporate IM) channel plugin for Hermes Agent, enabling bot-to-user DMs, group messaging, and media attachments.
A Hermes Agent plugin enabling true multi-tenancy for Feishu bots, routing multiple users to isolated agent profiles without modifying the core agent runtime.