Install
$ agentstack add skill-hermes-brasil-hermes-brasil-hermes-ops-producao ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ● Environment & secrets Used
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
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 subiuhermes gateway restarttrava ou não relança processoshermes statusok mas mensagem não chega- Erro
Failed to connect to bus: No medium found - Pós-reboot do VPS
Update
hermes update
hermes version # obrigatório validar
hermes doctor --fix
O update tipicamente:
- Backup em
~/.hermes/backups/pre-update-YYYY-MM-DD-HHMMSS... git pullno source (ex.:/usr/local/lib/hermes-agentem install root FHS)- Reinstall no venv do projeto
- Build da web UI se existir
Pitfalls
- Timeout do comando ≠ update falhou. Backup grande demora; confira
hermes version. - Nunca use
pipdo sistema. Fallback manual:cdno source e./venv/bin/pip install -e . - Depois do update, reinicie gateway se as conexões de messaging ficarem stale
Restart do gateway
hermes gateway restart
# se a CLI aceitar na sua versão:
hermes gateway status
ps aux | grep 'gateway run' | grep -v grep
Graceful shutdown pode estourar timeout da CLI enquanto o processo ainda está drenando sessões. Olhe o PID e os logs.
Sem systemd user bus
systemctl --user stop hermes-gateway
# → Failed to connect to bus: No medium found
Nesse ambiente:
- Não dependa de
systemctl --user ps aux | grep 'gateway run'kill -TERMno gateway principal- Relançar via supervisor do Hermes,
hermes gateway run, ou o unit/supervisor que você configurou no host
Se a imagem permitir systemd de verdade:
sudo loginctl enable-linger "$USER"
# units em ~/.config/systemd/user/
systemctl --user daemon-reload
systemctl --user restart hermes-gateway
SIGKILL no stop (systemd)
Se o journal mostra status=9/KILL no restart, o gateway passou de TimeoutStopSec drenando agentes. Mitigações comuns:
- Aumentar
TimeoutStopSecno unit KillMode=process(não mata cgroup inteiro de uma vez)- Ajustar timeouts de drain/inactivity na
config.yamldo Hermes
Health-check ponta a ponta
Ordem curta:
hermes version
hermes doctor --fix
hermes status --all
tail -40 ~/.hermes/logs/gateway.log
tail -20 ~/.hermes/logs/errors.log
hermes send --to telegram:CHAT_ID "ping pós-ops"
# fórum/tópico:
hermes send --to telegram:CHAT_ID:THREAD_ID "ping thread"
Checklist mental:
| Check | OK se | |---|---| | Versão | string de versão + commit recente | | Doctor | sem erro bloqueante | | Processo | gateway run presente | | Send | mensagem chega no app | | Cron | hermes cron list sem rain de last_status ruim |
Avisos comuns (muitas vezes não-críticos)
Home-channel startup notification failed: send_path_degraded— confirme comhermes sendAPI server network-accessible AND terminal backend local— risco de desenho; não “ignore para sempre” se a API está públicaSecret redaction: DISABLED— ligue se quiser:hermes config set security.redact_secrets trueRunning as ROOT— comum em VPS single-tenant; ciente do blast radius
Profiles múltiplos
hermes profile list
ps aux | grep 'hermes.*-p \|gateway run' | grep -v grep
Após update/restart, confira se o default voltou. Workers Kanban usam -p no spawn — profile inexistente = task pronta que nunca anda (assignee fantasma).
Ver: guides/profiles-e-kanban.md
Cron (ponte)
Jobs de produção: prompt autocontido, delivery explícito, ledger se muta o mundo, script = filename em ~/.hermes/scripts/.
Ver: guides/cron-em-producao.md
Segurança operacional rápida
.enve tokens fora de git e de skill pública- Preferir approve mode consciente em gateway (
approvals.mode) - Não expor API server + shell local na internet sem auth e rede restrita
- Backup de
~/.hermesantes de migração grande (hermes backupse disponível na versão)
Comandos de bolso
hermes version
hermes doctor --fix
hermes status --all
hermes update
hermes gateway status
hermes gateway restart
hermes cron list
hermes profile list
hermes logs # se disponível
tail -f ~/.hermes/logs/gateway.log
Referências
- Docs: https://hermes-agent.nousresearch.com/docs/
- Skill oficial de produto (no seu Hermes instalado):
hermes-agent - Guias neste repo:
guides/instalacao-producao-vps.md,cron-em-producao.md,profiles-e-kanban.md
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: Hermes-brasil
- Source: Hermes-brasil/hermes-brasil
- License: MIT
- Homepage: https://hermesatlas.com
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.