Hermes
Reference

CLI

The Hermes commands you use with this configuration.

Hermes agent

These ship with the Hermes agent itself:

CommandWhat it does
hermesStart the interactive CLI / TUI
hermes modelChoose the model provider
hermes toolsToggle enabled tools and toolsets
hermes skillsList installed skills and usage counts
hermes setup --portalLog in and enable the Tool Gateway
hermes gatewayStart a messaging gateway
hermes config setSet a config value
hermes updateUpdate Hermes

Pulling the skills

The GIS skills are not a plugin; they are markdown you clone from GitHub into the skills directory:

git clone github.com/daraobeirnecode/hermes-gis-skills ~/.hermes/skills/gis
cd ~/.hermes/skills/gis && git pull   # update later

Common flags

--model <id>        # override the model for this session
--json              # machine-readable output

See Configuration summary for the full inventory of what is set up.

On this page