Sanitized configuration and skill bundles for Hermes Agent.
config.yamlconfigures models, tools, memory, and personalities.SOUL.mdcontains an example agent persona.env.exampledocuments required and optional provider environment variables.skills/contains the local Hermes skill bundles.profiles/contains local named profile configuration and skills.devbox/contains configuration, profiles, and skills sourced from the devbox Hermes home.nix/modules/nixos/hermes-server.nixcomposes the official Hermes NixOS module with an optional dashboard, shared skills, and Cloudflare Tunnel connector.
Copy only the configuration, persona, profile, and skill directories you need into your Hermes home, then adapt them for your provider, operating system, and secret-management solution. All credential values, private keys, home paths, and generated runtime artifacts have been removed or redacted.
Import both the official Hermes NixOS module and
nix/modules/nixos/hermes-server.nix, then configure
services.hermesServer. The module intentionally does not manage DNS, firewall
rules, Cloudflare account resources, or secrets. Provide dashboard and tunnel
credentials through your own SOPS, Agenix, or equivalent generated
EnvironmentFiles.
This repository is synchronized from its private source of truth. Submit changes there or open an issue describing a proposed template improvement.
MIT