Artifact directory

Browse the ecosystem

Every artifact profile links back to its source surface and keeps seed-list provenance visible.

Category

Detection & Media Forensics

1 artifacts

repo

resemble-ai/detect-skill

Deepfake detection and media safety for agents. Detects AI-generated audio, images, video, and text; traces audio source (ElevenLabs, Resemble, etc.); applies invisible watermarks for provenance tracking; verifies speaker identity (Beta). Powered by Resemble AI. Core principle: never declare media real or fake without a completed detection result.

betamedium setupUpstream ↗
Category

Domain Applications

11 artifacts

application

anihermes

Local anime server and tracker with natural language interface. Browse, track, and get recommendations via conversation.

betamedium setupUpstream ↗
application

hermes-embodied

Self-improving robotics via VLA model fine-tuning. Applies the Hermes learning loop to physical robot control. Nous Hackathon project.

experimentalmedium setupUpstream ↗
application

hermes-genesis

Autonomous living world engine with procedural generation. Creates and maintains virtual worlds that grow in complexity over time.

experimentalmedium setupUpstream ↗
application

hermes-legal

Contract risk analysis with English and Turkish support. Identifies risky clauses and summarizes legal obligations.

experimentalmedium setupUpstream ↗
application

Hermes-mars-rover

Mars rover simulator with ROS2 and Gazebo. Uses Hermes's skill creation loop to improve navigation over time.

experimentalmedium setupUpstream ↗
application

hermes-research-agent

Autonomous LLM research agent. Handles literature review, hypothesis generation, and experiment design end-to-end.

experimentalmedium setupUpstream ↗
application

hermescraft

Embodied AI companion for Minecraft with persistent memory. Tracks inventory, learns building preferences, and retains context across sessions.

betamedium setupUpstream ↗
application

job-scout-agent

Autonomous job hunting agent. Searches listings, tracks applications, and manages the job search pipeline.

betamedium setupUpstream ↗
application

mercury

Multi-chain blockchain cash flow analyzer with WebGL dashboard. On-chain forensics and flow visualization.

betamedium setupUpstream ↗
Category

Forks & Derivatives

4 artifacts

repo

hermes-agent-camel

Hermes with integrated CaMeL trust boundaries. Adds formal trust verification to the agent loop for safety-critical deployments.

betamedium setupUpstream ↗
repo

hermes-alpha

Cloud-deployed Hermes with pre-configured infrastructure templates. Skips local setup.

betamedium setupUpstream ↗
repo

hermes-skill-distillation

Generates agentic training trajectories from real-world tasks. Hackathon project for producing fine-tuning data at scale.

experimentalmedium setupUpstream ↗
repo

orahermes-agent

Oracle AI Agent Harness — OCI GenAI and Oracle 26ai integration. Enterprise on-ramp for Oracle environments.

experimentalmedium setupUpstream ↗
Category

Guides & Documentation

3 artifacts

docs

hermes-agent-docs

Comprehensive community documentation for Hermes Agent. Covers v0.2.0 in detail, useful supplement to the official docs for deployment patterns.

betamedium setupUpstream ↗
docs

HermesWiki

Community-maintained wiki with practical patterns and deployment advice for building autonomous agents with Hermes. ---

betamedium setupUpstream ↗
Category

Integrations & Bridges

15 artifacts

repo

agent-android

LAN-first Android control for Hermes over WiFi — no USB, ADB, or root required once the AIVane service is running. Supports health checks, app listing/launching, UI tree inspection, taps, text input, swipes, navigation, screenshots, and inspect→act→smoke flows. Explicit safety boundaries: only connects to user-provided device URLs.

betamedium setupUpstream ↗
repo

clawsocial-hermes-plugin

Social discovery network plugin — helps users find and connect with people sharing their interests through their Hermes agent. Features semantic interest matching, real-time WebSocket messaging, shareable profile cards, local and web inbox, and 4 notification modes. All actions require explicit user request. Bilingual (English + Chinese), compatible with OpenClaw version.

betamedium setupUpstream ↗
repo

hermes-agent-acp-skill

Multi-agent delegation skill bridging Hermes, Codex, and Claude Code. Routes subtasks to the best-suited agent automatically.

betamedium setupUpstream ↗
repo

hermes-android

Android device bridge with a full Python toolset. Lets Hermes interact with and control Android devices.

betamedium setupUpstream ↗
repo

hermes-council

Adversarial multi-perspective council MCP server. Multiple AI viewpoints debate before the agent commits to a decision.

experimentalmedium setupUpstream ↗
repo

hindsight

Long-term memory layer for agents with retain/recall/reflect workflows. Integrates with Hermes via plugin or MCP and supports semantic, graph, and temporal retrieval.

productionmedium setupUpstream ↗
repo

honcho-self-hosted

Self-hosted Honcho memory backend setup for Hermes. Useful when you need stronger cross-session memory behavior with local control.

betamedium setupUpstream ↗
repo

microsoft-workspace-skill

Full Outlook/Hotmail/Microsoft 365 integration via Microsoft Graph API. Email, calendar, contacts, user profile, and free/busy scheduling. OAuth2 with auto-refresh. Includes preview-before-send pattern that prevents shell $ variable mangling — a real pain point when agents compose emails with dollar amounts.

betamedium setupUpstream ↗
repo

NemoHermes

NVIDIA capability registry and Spark-aware routing layer. Routes compute-heavy tasks to available GPU infrastructure.

experimentalmedium setupUpstream ↗
repo

Not Human Search

MCP server for discovering other MCP servers. Indexes 8,600+ agent-friendly sites with agentic scoring, category filters, and live JSON-RPC verification. Wire it into Hermes via MCP to let the agent find and evaluate new tools to integrate on its own. Live at nothumansearch.ai.

productionmedium setupUpstream ↗
repo

reina

Autonomous AI agent for the Crustocean platform. Deep integration of Hermes into Crustocean's product.

betamedium setupUpstream ↗
repo

yantrikdb-hermes-plugin

Hermes-native memory provider for YantrikDB. Self-maintaining memory: think() canonicalizes duplicates, conflicts() surfaces contradictions instead of overwriting silently, and every recall() result carries a why_retrieved reason list so ranking is explainable. Drop-in install into plugins/memory/, talks HTTP to a user-run Rust backend.

betamedium setupUpstream ↗
Category

Level-Up Blueprints

6 artifacts

blueprint

hermes-agent-acp-skill

- Multi-agent execution layer — Combine Hermes core delegation with hermes-agent-acp-skill for Codex/Claude Code routing, zouroboros-swarm-executors for local executor handoff, and opencode-hermes-multiagent or bigiron when you need specialized agent roles.

unknownmedium setupUpstream ↗
blueprint

hermes-agent-self-evolution

- Self-improvement without self-delusion — Pair hermes-agent-self-evolution with scheduled regression checks, lintlang for prompt/config linting, and a second evaluation pass that blocks bad prompt mutations. The trick is not “evolve faster”; it’s “evolve without quietly getting weird.”

unknownmedium setupUpstream ↗
blueprint

hermes-paperclip-adapter

- Paperclip-managed autonomous ops — For teams that want Hermes operating inside a governed company workflow, combine hermes-paperclip-adapter with Hermes cron jobs and one of the operator dashboards above. That gives you task governance, approvals, and actual operational continuity instead of a clever demo that forgets what it was doing. ---

unknownhigh setupUpstream ↗
blueprint

hermes-workspace

- Operator cockpit for real work — Use hermes-workspace for the richest daily UI, mission-control when you need multi-agent fleet visibility and cost tracking, and hermes-webui if you want a lighter ops surface.

unknownhigh setupUpstream ↗
blueprint

honcho-self-hosted

- Memory stack that actually compounds — Start with built-in Hermes memory, then add honcho-self-hosted when you want stronger cross-session user modeling, hindsight when you need retain/recall/reflect workflows across large histories, and plur when you want portable shared memory artifacts in an open engram format. If you also want proactive recall, pair it with flowstate-qmd.

unknownlow setupUpstream ↗
blueprint

openclaw-to-hermes

- Migration + deployment hardening — If you are moving from OpenClaw, keep openclaw-to-hermes in the toolkit even if you prefer the native migration path. For repeatable deploys, look at nix-hermes-agent, hermes-agent-docker, and evey-setup depending on how opinionated you want the stack to be.

unknownmedium setupUpstream ↗
Category

Multi-Agent & Swarms

4 artifacts

orchestrator

Ankh.md

TAW Agent x Hermes multi-agent swarm framework. Coordinates multiple agents with shared goals and distributed task execution.

experimentalmedium setupUpstream ↗
orchestrator

bigiron

AI-native SDLC with Hermes and Supermodel code graph. Full software development lifecycle driven by coordinated agents.

betamedium setupUpstream ↗
orchestrator

gladiator

Two autonomous AI companies compete for GitHub stars. Hackathon project exploring autonomous agent competition dynamics.

experimentalmedium setupUpstream ↗
Category

Official Resources

11 artifacts

repo

autonovel

Autonomous novel-writing pipeline built on Hermes. Generates long-form manuscripts (100k+ words) end-to-end using the agent loop.

unknownmedium setupUpstream ↗
community

Discord

The Nous Research community. Bug reports, feature requests, and general discussion.

unknownmedium setupUpstream ↗
repo

Hermes Agent

The core project. Self-improving AI agent with a closed learning loop, multi-platform gateway (Telegram, Discord, Slack, WhatsApp, Signal, Feishu/Lark, WeCom), six terminal backends, cron scheduling, MCP integration, profiles (multi-instance), and fallback providers. 23k+ stars. Includes automatic migration from OpenClaw.

unknownmedium setupUpstream ↗
repo

hermes-agent-self-evolution

Evolutionary self-improvement using DSPy and GEPA (Genetic Evolution of Prompt Architectures). The research pipeline for optimizing Hermes's own prompts and behaviors.

unknownmedium setupUpstream ↗
repo

hermes-paperclip-adapter

Run Hermes as a managed employee in Paperclip companies. Connects the agent to Paperclip's task management and governance system.

unknownhigh setupUpstream ↗
site

Nous Portal

Managed and official organizational surface for Hermes positioning and hosting context.

unknownlow setupUpstream ↗
docs

Official Documentation

Comprehensive docs covering quickstart, CLI, configuration, messaging gateway, security, tools, skills, memory, MCP, cron, ACP, API server, and architecture.

unknownlow setupUpstream ↗
release-notes

Release Notes

Official changelog with feature highlights, migration notes, and reliability fixes for each Hermes version.

unknownmedium setupUpstream ↗
resource

Skills Hub

The open standard for agent skills. Compatible across Hermes, Claude Code, Cursor, Codex, and other agents.

unknownmedium setupUpstream ↗
repo

tinker-atropos

Standalone Atropos integration with Thinking Machines Tinker API. RL training infrastructure for fine-tuning tool-calling models on real agent trajectories.

unknownmedium setupUpstream ↗
Category

Operational Playbooks

4 artifacts

docs

configuration docs

- Tune session timeout/expiry early — Use configuration docs to adjust session retention for slower-moving threads so context is kept when needed.

unknownmedium setupUpstream ↗
playbook

hermes-agent-self-evolution

- Nightly self-evolution + guardrail evaluation — Run hermes-agent-self-evolution on a schedule, then run a second verification cron to score quality and block optimization-loop gaming.

unknownmedium setupUpstream ↗
docs

Honcho Memory docs

- Memory pressure handling with Honcho/Hindsight — If you are repeating context or losing long-term recall, review Honcho Memory docs, and evaluate hindsight or self-hosted memory backends.

unknownmedium setupUpstream ↗
playbook

openclaw-to-hermes

- OpenClaw side-by-side migration — Keep both systems running during migration using openclaw-to-hermes and native Hermes migration paths, then cut over once cron and routing behavior match.

unknownmedium setupUpstream ↗
Category

Skills & Plugins / Community Skills

12 artifacts

skill-pack

acca-tracker

Track multi-sport accumulator betting slips (football, basketball, tennis) via live score monitoring. Auto-detects sport per leg, 30+ bet types, scripts/scores.sh helper with TheSportsDB + ESPN fallback (NBA, WNBA, NCAA). 15-minute cron reports with per-leg status and acca health.

betamedium setupUpstream ↗
skill-pack

hermes-dojo

Self-improvement system that monitors agent performance, identifies weak skills, and iterates on them automatically.

betamedium setupUpstream ↗
skill-pack

hermes-incident-commander

Autonomous SRE agent for production incident detection and self-healing. Monitors services, diagnoses failures, and applies fixes. Works well with Hermes's cron scheduling.

betahigh setupUpstream ↗
skill-pack

hermes-life-os

Personal OS agent that detects daily patterns and learns your routines over time. Uses Hermes's memory system for lifestyle tracking, not just code.

experimentalmedium setupUpstream ↗
skill-pack

hermes-plugins

Goal management, inter-agent bridge, model selection, and cost control. Four plugins covering the most common operational needs. The inter-agent bridge is useful if you run multiple Hermes instances.

betamedium setupUpstream ↗
skill-pack

hermes-skill-factory

Meta-skill that auto-generates reusable skills from your workflows. Point it at a task you repeat and it creates a skill for it.

betamedium setupUpstream ↗
skill-pack

hermes-skill-marketplace

Agent that writes, tests, and publishes new skills autonomously. Automates the skill creation and distribution lifecycle.

experimentalmedium setupUpstream ↗
skill-pack

hermes-spotify-skill

Spotify playback control for headless Linux and Raspberry Pi 4/5. Search, play, pause, skip, set volume, transfer between Spotify Connect devices. No daemon — Hermes writes spotipy snippets and runs them via execute_code. Works with raspotify for Pi-as-speaker. Tested on Raspberry Pi OS Lite Bookworm 64-bit. The only Linux-native Spotify skill in the ecosystem.

betamedium setupUpstream ↗
skill-pack

litprog-skill

Literate programming skill that works across Claude Code, OpenCode, and Hermes. Weaves code and prose into documented, executable notebooks.

betamedium setupUpstream ↗
skill-pack

personal-api

Turn your Obsidian vault into an identity layer any AI agent can read in under 30 seconds

experimentalmedium setupUpstream ↗
skill-pack

super-hermes

Teaches Hermes to write its own analytical prompts. Adds a meta-reasoning layer where the agent generates better prompts for itself before executing tasks.

experimentalmedium setupUpstream ↗
skill-pack

Wizards-of-the-Ghosts

Fantasy spell-themed skill pack. Wraps real development operations (refactoring, linting, testing) in a tabletop RPG interface.

experimentalmedium setupUpstream ↗
Category

Skills & Plugins / Plugins

10 artifacts

plugin

evey-bridge-plugin

Claude Code plugin for bridging with Evey (hermes-agent). Lets Claude Code and Hermes share context and hand off tasks between each other.

betamedium setupUpstream ↗
plugin

hermes-cloudflare

Cloudflare browser rendering plugin. Headless browsing through Cloudflare's infrastructure instead of local browser automation.

experimentalmedium setupUpstream ↗
plugin

hermes-payguard

Safe USDC and x402 payment plugin. Lets Hermes send and receive payments with configurable spending limits and approval flows.

experimentalmedium setupUpstream ↗
plugin

hermes-web-search-plus

Multi-provider web search with intelligent routing across Serper, Tavily, Exa, and more. Replaces the built-in search with better result quality and source diversity.

betamedium setupUpstream ↗
plugin

hermes-wxtrain-plugin

ML pipeline plugin for building training datasets from HRRR/GFS/ERA5 weather models. Companion to the weather plugin for building weather ML pipelines.

experimentalmedium setupUpstream ↗
plugin

plur

Shared memory layer for AI agents with open engram format (YAML). Useful for persistent learning patterns in Hermes workflows.

betamedium setupUpstream ↗
plugin

rtk-hermes

Plugin that intercepts shell commands via pretoolcall and rewrites output through RTK, compressing terminal output before it reaches the LLM context window. 60-90% token reduction on shell commands, 96.6% efficiency across 11M+ tokens processed. Zero config — auto-loads on gateway boot. Real benchmarks: cargo test 90-99%, git log --stat 87%, ls -la 78%.

betamedium setupUpstream ↗
Category

Skills & Plugins / Skill Registries & Discovery

3 artifacts

resource

Global Chat

Cross-protocol agent discovery across MCP, A2A, and agents.txt. Searchable directory of 18K+ MCP servers and agents with a free agents.txt validator and MCP server for programmatic access.

productionmedium setupUpstream ↗
repo

hermeshub

Browse, share, and install community skills for Hermes. Community hub for skill discovery, still early but growing.

betamedium setupUpstream ↗
repo

skilldock.io

Registry of reusable AI skills compatible with OpenClaw, Claude Code, and Hermes. Established cross-platform skills marketplace with an active catalog.

productionmedium setupUpstream ↗
Category

Skills & Plugins / agentskills.io Ecosystem

14 artifacts

skill-pack

AgentCash

Skill giving agents access to 300+ premium APIs and a wallet balance to pay for them through x402 or MPP. A fresh Hermes install with only AgentCash is actually powerful — from web scraping to image generation to email sending, all through one skill with free USDC for trying out.

betamedium setupUpstream ↗
skill-pack

Agentic-MCP-Skill

MCP client with agentskills.io validation. Bridges MCP tool servers with the skills standard.

betamedium setupUpstream ↗
skill-pack

chainlink-agent-skills

Official Chainlink agent skills on the agentskills.io spec. Oracle network data, CCIP, and smart contract interaction.

productionmedium setupUpstream ↗
skill-pack

cognify-skills

19 business operations skills covering CRM, invoicing, and project management.

betamedium setupUpstream ↗
skill-pack

colony-skill

Collaborative intelligence platform where AI agents and humans post findings, discuss ideas, complete tasks, earn karma, and build reputation. Community hub at thecolony.cc.

betamedium setupUpstream ↗
skill-pack

execplan-skill

Manages complex, long-running task execution with proper lifecycle handling — progress tracking, checkpoints, and failure recovery.

betamedium setupUpstream ↗
skill-pack

maestro

Skill orchestration with Conductor planning and Beads tracking. Structures multi-step skill execution into observable pipelines.

betahigh setupUpstream ↗
skill-pack

pydantic-ai-skills

Pydantic AI with agentskills.io support. Adds type-safe schema validation to agent skill inputs and outputs.

productionmedium setupUpstream ↗
skill-pack

ripley-xmr-gateway

Monero (XMR) blockchain gateway for agents. Enables private cryptocurrency transactions from agent workflows.

experimentalmedium setupUpstream ↗
skill-pack

skillsdotnet

C# implementation of agentskills.io with MCP integration. .NET alternative to the Python/TypeScript SDKs.

betamedium setupUpstream ↗
skill-pack

wondelai/skills

Cross-platform agent skills for Claude Code and agentskills.io-compatible platforms.

productionmedium setupUpstream ↗
Category

Tools & Utilities

16 artifacts

tool

Clarvia

AEO (Agent Experience Optimization) scoring for MCP tools. Analyzes 15,400+ indexed MCP servers for agent-friendliness. REST API + MCP server so agents can evaluate tools from within their own loops. Use GET /v1/score?url= to score any MCP server or GET /v1/search?q= to find agent-ready tools by topic.

productionmedium setupUpstream ↗
tool

evey-setup

One-command setup for the full hermes-agent stack with free models and 29 plugins. Opinionated defaults that cover most use cases.

betalow setupUpstream ↗
tool

flowstate-qmd

Anticipatory memory for AI agents with RAG and vector search. Pre-fetches relevant context before queries hit the agent.

betamedium setupUpstream ↗
tool

hermes-desktop

Native macOS workspace for Hermes built around a direct, host-first SSH connection model, with a real embedded terminal, session browsing, canonical file editing, skills browsing, and usage metrics without extra gateway or daemon layers.

betamedium setupUpstream ↗
tool

hermes-neurovision

Terminal neurovisualizer with 42 animated themes. Decorative terminal overlays for agent activity.

experimentalmedium setupUpstream ↗
tool

hermes-ui

Single-file glassmorphic web UI with SSE streaming, tool call visualization, activity panel, image analysis (Gemini Vision), session management, PDF export, skill browser, memory viewer, and mobile support. Python proxy server (stdlib only) on port 3333, no build step required.

betamedium setupUpstream ↗
tool

hermes-webui

Lightweight process monitoring and configuration dashboard. Simpler alternative to hermes-workspace, focused on ops.

betalow setupUpstream ↗
tool

hermes-workspace

Web-based workspace with chat, terminal, memory browser, skills manager, and inspector. The most complete GUI for Hermes. Built during the Nous Hackathon 2026.

productionmedium setupUpstream ↗
tool

lintlang

Static linter for AI agent configs and prompts with HERM v1.1 scoring. Catches config mistakes that silently degrade agent behavior.

betamedium setupUpstream ↗
tool

mission-control

Open-source dashboard for AI agent orchestration. Manage agent fleets, dispatch tasks, track costs, and coordinate multi-agent workflows. Self-hosted, SQLite-powered. 3.7k+ stars.

productionhigh setupUpstream ↗
tool

mnemo-hermes

Semantic memory plugin adding pgvector vector search to Hermes's built-in FTS5 memory. 5 tools (mnemoremember, mnemorecall, mnemolearn, mnemopredict, mnemoprofile) + onsession_start hook for auto-context loading. Runs entirely local via Ollama, no API keys needed. MIT licensed.

betamedium setupUpstream ↗
tool

openclaw-to-hermes

Community migration tool from OpenClaw to Hermes. Built when the native hermes-migrate had critical bugs. For Hermes v0.3.0+, prefer the native hermes claw migrate command — it now covers the full migration path.

betamedium setupUpstream ↗
tool

SkillClaw

Open-source companion that auto-evolves, deduplicates, and improves your skill library from real session data. Adds a post-task evolution loop on top of Hermes's built-in skill creation. Native Hermes integration via ~/.hermes/skills, safety flows (skillclaw doctor hermes / skillclaw restore hermes). Works across multiple devices and isolated skill silos. 705 stars, MIT licensed, active through 2026-04-17.

productionmedium setupUpstream ↗
tool

vessel-browser

AI-native Linux browser with MCP control and autonomous browsing. Full browser built for agent use, not a headless wrapper.

experimentalmedium setupUpstream ↗
Category

Tools & Utilities / Deployment

4 artifacts