hermes-ops-producao
Operar Hermes Agent em produção no VPS — update, restart de gateway, health-check, profiles múltiplos e ambientes sem systemd user bus.
npx skills add Hermes-brasil/hermes-brasil --skill hermes-ops-producao --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Hermes Ops — Produção Procedimentos para manter o Hermes Agent saudável 24/7. Use antes/depois de update, quando o gateway “some”, quando Telegram para de responder, ou quando `systemctl --user` falha. Guia longo: `guides/instalacao-producao-vps.md` neste repositório. ## Quando carregar - `hermes update` / dúvida se a versão subiu - `hermes gateway restart` trava ou não relança processos - `hermes status` ok mas mensagem não chega - Erro `Failed to connect to bus: No medium found` - Pós-reboot do VPS ## Update ```bash hermes update hermes version # obrigatório validar hermes doctor --fix ``` O update tipicamente: 1. Backup em `~/.hermes/backups/pre-update-YYYY-MM-DD-HHMMSS...` 2. `git pull` no source (ex.: `/usr/local/lib/hermes-agent` em install root FHS) 3. Reinstall no venv do projeto 4. Build da web UI se existir **Pitfalls** - Timeout do comando ≠ update falhou. Backup grande demora; confira `hermes version`. - Nunca use `pip` do sistema. Fallback manual: `cd` no source e `./venv/bin/pip install -e .` - Depois do update, reinicie gateway se as conexões de messaging ficarem stale ## Restart do gateway ```bash hermes gateway restart # se a CLI aceitar na sua versão: hermes gat
- Quando carregar
- Update
- Restart do gateway
- Sem systemd user bus
- SIGKILL no stop (systemd)
- Health-check ponta a ponta
- Avisos comuns (muitas vezes não-críticos)
- Profiles múltiplos
- Cron (ponte)
- Segurança operacional rápida
- Comandos de bolso
- Referências
hermes update hermes version # obrigatório validar hermes doctor --fix hermes gateway restart se a CLI aceitar na sua versão: hermes gateway status ps aux | grep 'gateway run' | grep -v grep systemctl --user stop hermes-gateway sudo loginctl enable-linger "$USER" units em ~/.config/systemd/user/
What does the hermes-ops-producao skill do?
Operar Hermes Agent em produção no VPS — update, restart de gateway, health-check, profiles múltiplos e ambientes sem systemd user bus.
How do I install it?
Run `npx skills add Hermes-brasil/hermes-brasil --skill hermes-ops-producao --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From Hermes-brasil/hermes-brasil, a repository with 61 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
