Agent skill · AI & Agents

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.

Hermes-brasilgithub.com/Hermes-brasilGitHub ↗
claude-codeMIT
Install
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.

Facts
Files in the skill folder: 1
SKILL.md size: 5 KB
Bundled scripts: none
Path: skills/hermes-ops-producao/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 61

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Quando carregar
  2. Update
  3. Restart do gateway
  4. Sem systemd user bus
  5. SIGKILL no stop (systemd)
  6. Health-check ponta a ponta
  7. Avisos comuns (muitas vezes não-críticos)
  8. Profiles múltiplos
  9. Cron (ponte)
  10. Segurança operacional rápida
  11. Comandos de bolso
  12. Referências
Commands it runs
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/
More from hermes-brasil
All skills →
About this skill
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.

Keep going