hermes-agent

Installation
SKILL.md

Hermes Agent

Self-improving AI agent by Nous Research with a built-in learning loop, skills system, and multi-platform messaging gateway. The API server is available at http://{{HERMES_HOST}}:{{HERMES_API_PORT}}.

API Server (OpenAI-Compatible)

Hermes exposes an OpenAI-compatible API at port {{HERMES_API_PORT}}. Any tool or frontend that speaks the OpenAI Chat Completions format can connect directly.

Chat Completions

curl http://{{HERMES_HOST}}:{{HERMES_API_PORT}}/v1/chat/completions \
  -H "Authorization: Bearer {{HERMES_API_KEY}}" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "default",
    "messages": [{"role": "user", "content": "Hello Hermes"}]
  }'
Installs
2
GitHub Stars
58
First Seen
Apr 24, 2026
hermes-agent — bidewio/better-openclaw