Chat (Claude profile)
hermes --profile claude chat
Start interactive Hermes session with Claude OAuth
Chat (SiteManager)
hermes --profile sitemanager chat
SiteManager agent — orthobiologic + LBS Pro
One-shot task
hermes --profile claude -z "your task here"
Run a single task non-interactively
Background dispatch
dispatch --bg "your task here"
Queue task and spawn Hermes in background with log
Dispatch + profile
dispatch --bg --profile sitemanager "sync inventory"
Background dispatch to specific profile
Open Web UI
hermes dashboard --tui
Browser dashboard at localhost:9119 with chat tab
Web UI (network)
hermes dashboard --tui --insecure --port 9119
Exposes on Tailscale — opens API keys on network
Cron list
hermes cron list
Show all scheduled cron jobs
Cron jobs file
cat ~/.hermes/cron/jobs.json | python3 -m json.tool
View/edit cron job definitions
Status
hermes status
Show active agents + last cron runs
Skills list
hermes skills list
List all installed Hermes skills
Task queue
ls ~/.hermes/tasks/pending/
See queued tasks
Task done
ls ~/.hermes/tasks/done/ | tail -10
See recently completed tasks
Hermes logs
ls ~/.hermes/logs/ | tail -10
List dispatch logs
Auth check
hermes auth status
Verify Claude OAuth token is active