Plugin Marketplace

Browse, search, and install plugins for Hermes Agent. 37 bundled + 2 community/requested.

39
Total Plugins
37
Bundled
9
Categories
21
Top Rated ★4+
🧩 Standalone

Spotify

Bundled
★★★★★

Full Spotify playback control — 7 tools for playback, devices, queue, search, playlists, albums, and library. Uses Spotify Web API + PKCE OAuth.

🔌 Opt-in · Type: standalone
Requires: Spotify Premium account
Auth: hermes auth spotify (one-time PKCE OAuth)
hermes plugins enable spotify
🧩 Standalone

Google Meet

Bundled
★★★★★

Join Google Meet calls, transcribe live captions, and speak in realtime. Three modes: transcribe-only, duplex audio, remote node.

🔌 Opt-in · Type: standalone
Requires: Chrome with signed-in Google profile
Auth: Google account (browser-based)
hermes plugins enable google_meet
🧩 Standalone

Disk Cleanup

Bundled
★★★★☆

Auto-tracks and cleans up ephemeral files (test scripts, temp outputs, cron logs) created during sessions. Runs via hooks — no agent action required.

🔌 Opt-in · Type: standalone
Requires: None
hermes plugins enable disk-cleanup
🧩 Standalone

Teams Pipeline

Bundled
★★★☆☆

Microsoft Teams meeting pipeline with durable runtime state. Graph-backed transcript-first meeting summaries with operator CLI flows.

🔌 Opt-in · Type: standalone
Requires: Microsoft Graph API access, Teams admin permissions
Auth: Azure AD / Microsoft 365
hermes plugins enable teams_pipeline
🧩 Standalone

Kanban

Bundled
★★★★☆

Multi-profile work queue and orchestration board. Durable SQLite board for multi-agent collaboration with task lifecycle management.

🔌 Opt-in · Type: standalone
Requires: None (built-in)
Enabled by default in multi-agent setups
🔍 Web Search

Firecrawl

Bundled
★★★★★

Default web search backend. Excellent balance of speed and result quality. Supports direct API and Nous-hosted tool-gateway.

✅ Auto-loaded · Type: backend
Requires: FIRECRAWL_API_KEY
Auth: API key (freemium)
Set FIRECRAWL_API_KEY in .env
🔍 Web Search

Tavily

Bundled
★★★★☆

AI-optimized web search and content extraction. Good quality results tailored for agent use cases.

✅ Auto-loaded · Type: backend
Requires: TAVILY_API_KEY
Auth: API key (freemium)
Set TAVILY_API_KEY in .env
🔍 Web Search

SearXNG

Bundled
★★★★★

Self-hosted privacy-respecting metasearch engine. No API keys, no rate limits, no tracking. Aggregates multiple search sources.

✅ Auto-loaded · Type: backend
Requires: Docker (docker run -d -p 8080:8080 searxng/searxng)
Auth: None (self-hosted, free)
Set SEARXNG_URL in .env
🔍 Web Search

DuckDuckGo

Bundled
★★★☆☆

Free web search via DuckDuckGo. No API key needed. Lower result depth than dedicated APIs.

✅ Auto-loaded · Type: backend
Requires: pip install ddgs
Auth: None (free)
pip install ddgs
🔍 Web Search

Brave Search (Free)

Bundled
★★★★☆

Independent search index via Brave Data-for-Search API. 2,000 queries/month on free tier.

✅ Auto-loaded · Type: backend
Requires: BRAVE_SEARCH_API_KEY
Auth: API key (free tier: 2k queries/mo)
Set BRAVE_SEARCH_API_KEY in .env
🔍 Web Search

Exa

Bundled
★★★★☆

Exa web search and content extraction. Excellent for technical and academic content.

✅ Auto-loaded · Type: backend
Requires: EXA_API_KEY
Auth: API key (paid)
Set EXA_API_KEY in .env
🔍 Web Search

Parallel

Bundled
★★★☆☆

Parallel.ai web search with async SDK. Newer backend, less field-tested than alternatives.

✅ Auto-loaded · Type: backend
Requires: PARALLEL_API_KEY
Auth: API key (paid)
Set PARALLEL_API_KEY in .env
🧠 Memory

Holographic

Bundled
★★★★☆

Default built-in memory. Local SQLite fact store with FTS5 search, trust scoring, and HRR-based compositional retrieval. Zero setup, zero cost.

✅ Auto-loaded · Type: exclusive
Requires: None
Auth: None (local)
Default — no action needed
🧠 Memory

Honcho

Bundled
★★★★☆

AI-native cloud memory with dialectic Q&A, semantic search, and persistent conclusions across devices.

🔌 Opt-in · Type: exclusive
Requires: Honcho account
Auth: Honcho API key
hermes config set memory.provider honcho
🧠 Memory

Mem0

Bundled
★★★☆☆

Server-side LLM fact extraction with semantic search, reranking, and auto-deduplication. Strong search but known perf issue with prompt caching.

🔌 Opt-in · Type: exclusive
Requires: Mem0 account
Auth: Mem0 API key
🐛 #25971
hermes config set memory.provider mem0
🧠 Memory

OpenViking

Bundled
★★★☆☆

Cloud memory provider. Community reports only ~30% of available API surface is utilized.

🔌 Opt-in · Type: exclusive
Requires: OpenViking account
Auth: OpenViking API key
🐛 #5627
hermes config set memory.provider openviking
🧠 Memory

Byterover

Bundled
★★☆☆☆

Cloud memory provider. Limited documentation available.

🔌 Opt-in · Type: exclusive
Requires: Byterover account
Auth: Byterover API key
hermes config set memory.provider byterover
🧠 Memory

Hindsight

Bundled
★★☆☆☆

Cloud memory provider. Limited documentation available.

🔌 Opt-in · Type: exclusive
Requires: Hindsight account
Auth: Hindsight API key
hermes config set memory.provider hindsight
🧠 Memory

RetainDB

Bundled
★★☆☆☆

Cloud memory provider. Limited documentation available.

🔌 Opt-in · Type: exclusive
Requires: RetainDB account
Auth: RetainDB API key
hermes config set memory.provider retaindb
🧠 Memory

Supermemory

Bundled
★★☆☆☆

Cloud memory provider. Limited documentation available.

🔌 Opt-in · Type: exclusive
Requires: Supermemory account
Auth: Supermemory API key
hermes config set memory.provider supermemory
🎨 Image Generation

OpenAI Image Gen

Bundled
★★★★★

OpenAI image generation using gpt-image-2. Best quality available. Saves to ~/.hermes/cache/images/.

✅ Auto-loaded · Type: backend
Requires: OPENAI_API_KEY
Auth: API key (paid)
Set OPENAI_API_KEY in .env
🎨 Image Generation

OpenAI Codex Image

Bundled
★★★★★

Image generation backed by ChatGPT/Codex OAuth. Same gpt-image-2 model, different billing path.

✅ Auto-loaded · Type: backend
Requires: Codex OAuth
Auth: OAuth (via Codex subscription)
Login via hermes login --provider openai-codex
🎨 Image Generation

xAI Image Gen

Bundled
★★★☆☆

xAI image generation via Grok-Imagine. Text-to-image. Newer and less refined than OpenAI.

✅ Auto-loaded · Type: backend
Requires: XAI_API_KEY
Auth: API key (paid)
Set XAI_API_KEY in .env
🎬 Video Generation

FAL Video

Bundled
★★★★☆

FAL.ai multi-model video generation. Supports Veo 3.1, Kling, Pixverse. Text-to-video and image-to-video.

✅ Auto-loaded · Type: backend
Requires: FAL_KEY
Auth: API key (paid)
Set FAL_KEY in .env
🎬 Video Generation

xAI Video Gen

Bundled
★★★☆☆

Grok-Imagine video generation. Text-to-video, image-to-video, reference-image-guided, video edit, video extend.

✅ Auto-loaded · Type: backend
Requires: XAI_API_KEY
Auth: API key (paid)
Set XAI_API_KEY in .env
💬 Gateway Platforms

Microsoft Teams

Bundled
★★★☆☆

Microsoft Teams gateway adapter via Bot Framework. Supports Adaptive Card approval prompts.

✅ Auto-loaded · Type: platform
Requires: TEAMS_CLIENT_ID, TEAMS_CLIENT_SECRET, TEAMS_TENANT_ID
Auth: Azure Bot Service
Configure in gateway section of config.yaml
💬 Gateway Platforms

IRC

Bundled
★★★☆☆

Internet Relay Chat gateway adapter. Uses Python stdlib asyncio — no external dependencies.

✅ Auto-loaded · Type: platform
Requires: IRC_SERVER, IRC_CHANNEL, IRC_NICKNAME
Auth: None (server credentials if needed)
Configure IRC_SERVER, IRC_CHANNEL, IRC_NICKNAME in config
💬 Gateway Platforms

Google Chat

Bundled
★★★☆☆

Google Chat gateway via Cloud Pub/Sub pull subscription. No public URL required.

✅ Auto-loaded · Type: platform
Requires: GOOGLE_CHAT_PROJECT_ID, GOOGLE_CHAT_SUBSCRIPTION_NAME, service account JSON
Auth: GCP service account
Configure in gateway section of config.yaml
💬 Gateway Platforms

LINE

Bundled
★★★☆☆

LINE Messaging API gateway with HMAC-SHA256 signature verification and reply token optimization.

✅ Auto-loaded · Type: platform
Requires: LINE_CHANNEL_ACCESS_TOKEN, LINE_CHANNEL_SECRET
Auth: LINE API credentials
Configure in gateway section of config.yaml
📊 Observability

Langfuse

Bundled
★★★★☆

Full observability — traces conversations, LLM calls, and tool usage. Hooks into pre/post API requests, LLM calls, and tool calls. Essential for debugging.

🔌 Opt-in · Type: standalone
Requires: HERMES_LANGFUSE_PUBLIC_KEY, HERMES_LANGFUSE_SECRET_KEY
Auth: Langfuse API keys
Set HERMES_LANGFUSE_PUBLIC_KEY and HERMES_LANGFUSE_SECRET_KEY in .env
🤖 Model Providers

OpenRouter

Bundled
★★★★★

Gateway to 200+ models from every major provider. One API key gives access to everything. The recommended starting point.

✅ Auto-loaded · Type: model-provider
Requires: OPENROUTER_API_KEY
Auth: API key
Set OPENROUTER_API_KEY in .env, then hermes model
🤖 Model Providers

Anthropic

Bundled
★★★★★

Claude models (Sonnet, Haiku, Opus). Best-in-class for coding and complex reasoning.

✅ Auto-loaded · Type: model-provider
Requires: ANTHROPIC_API_KEY
Auth: API key
Set ANTHROPIC_API_KEY in .env
🤖 Model Providers

OpenAI

Bundled
★★★★★

GPT-4o, GPT-4o mini, o-series reasoning models. Broad capabilities, excellent tool-use.

✅ Auto-loaded · Type: model-provider
Requires: OPENAI_API_KEY
Auth: API key
Set OPENAI_API_KEY in .env
🤖 Model Providers

DeepSeek

Bundled
★★★★☆

DeepSeek Chat and DeepSeek Reasoner. Excellent quality-to-price ratio. Strong for coding.

✅ Auto-loaded · Type: model-provider
Requires: DEEPSEEK_API_KEY
Auth: API key
Set DEEPSEEK_API_KEY in .env
🤖 Model Providers

Google Gemini

Bundled
★★★★☆

Gemini 2.0 Flash, Pro, and experimental models. Fast, cheap, large context window.

✅ Auto-loaded · Type: model-provider
Requires: GOOGLE_API_KEY
Auth: API key
Set GOOGLE_API_KEY in .env
🤖 Model Providers

Ollama (Local)

Bundled
★★★★☆

Local models via Ollama. Run Llama 3.2, Mistral, Phi-3, and hundreds more on your own hardware. Zero API cost.

✅ Auto-loaded · Type: model-provider
Requires: Ollama installed locally
Auth: None (local)
ollama pull llama3.2, then set model.provider to ollama
🧠 Memory

mempalace

Request

Proposed external memory provider for augmented recall. Most-wanted plugin feature request.

🔌 Opt-in · Type: community
Requires: Not yet implemented
Auth: TBD
🐛 #6323
🔧 Utilities

Hermes Achievements

Bundled
★★★☆☆

Achievement/badge tracking system. Originally community-built by @PCinkusz, later brought into the main repo.

🔌 Opt-in · Type: standalone
Requires: None
hermes plugins enable hermes-achievements
💬 Gateway Platforms

Canon

Request

Proposed gateway platform plugin. Feature request on GitHub.

🔌 Opt-in · Type: community
Requires: Not yet implemented
Auth: TBD
🐛 #25671
🔍

No plugins match your search. Try a different filter or keyword.