Reference
CLI
The Hermes commands you use with this configuration.
Hermes agent
These ship with the Hermes agent itself:
| Command | What it does |
|---|---|
hermes | Start the interactive CLI / TUI |
hermes model | Choose the model provider |
hermes tools | Toggle enabled tools and toolsets |
hermes skills | List installed skills and usage counts |
hermes setup --portal | Log in and enable the Tool Gateway |
hermes gateway | Start a messaging gateway |
hermes config set | Set a config value |
hermes update | Update 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 laterCommon flags
--model <id> # override the model for this session
--json # machine-readable outputSee Configuration summary for the full inventory of what is set up.