OpenClaw Functional Validation¶
Certificacion operativa final¶
- Fecha:
2026-05-31 - Entorno:
srv977009 - Dominio:
openclaw.alpuntodeventa.com.ar - Resultado global:
VERDE - Validacion visual humana:
- Gabi confirmo Portainer navegable
- Gabi confirmo Containers, Stacks, Networks y Volumes visibles
- Gabi confirmo pairing aprobado
- Gabi confirmo chat funcional
- Gabi confirmo respuesta de prueba:
OpenClaw OK
Safe point y runtime¶
- Safe point local:
git status -sb->## main...origin/maingit rev-parse HEAD->e7c255532e70d4122bb182779838cd49ce0bb4e0- VPS:
hostname->srv977009uptime->up 2 days, 11:24- Contenedores activos:
portainer->portainer/portainer-ce:2.39.2nginx-proxy-manager->jc21/nginx-proxy-manager:latestopenclaw-openclaw-gateway-1->ghcr.io/openclaw/openclaw:2026.5.5
OpenClaw CLI¶
- Modelo efectivo:
openai/gpt-5.5 - Alias activo:
GPT -> openai/gpt-5.5 - Provider OpenAI:
- presente en
auth-profiles.json - auth efectiva por perfil
- sin imprimir secretos en docs
- Agente por defecto:
main - Health:
ok: truedefaultAgentId: mainsessions.count: 1- Doctor:
- warning no bloqueante por
NODE_COMPILE_CACHEausente - warning no bloqueante por
OPENCLAW_NO_RESPAWNausente - command owner no configurado
- plugin registry persistido marcado como missing or stale
- sin errores de plugins cargados
Smoke tests¶
| Prueba | Resultado | Evidencia |
|---|---|---|
| HTTPS publico | PASS | curl -I https://openclaw.alpuntodeventa.com.ar/ -> HTTP/2 200 |
| UI publica | PASS | HTML servido por openresty |
| Inferencia directa | PASS | openclaw infer model run --model openai/gpt-5.5 -> OpenClaw_OK |
Agente main |
PASS | openclaw agent --agent main ... --json -> status: ok, OpenClaw_OK |
| Gateway interno desde contenedor | PASS | curl -I http://127.0.0.1:18789/ dentro de openclaw-openclaw-gateway-1 -> HTTP/1.1 200 OK |
| Gateway interno desde NPM | PASS | curl -I http://openclaw-gateway:18789/ dentro de nginx-proxy-manager -> HTTP/1.1 200 OK |
Gateway en host 127.0.0.1:18789 |
EXPECTED FAIL | no esta publicado al host; consistente con topologia conservadora sin ports |
| Portainer HTTPS local | PASS | curl -k -I https://127.0.0.1:9443 -> HTTP/1.1 200 OK |
| Portainer version | PASS | docker exec portainer /portainer --version -> 2.39.2 |
Logs y comportamiento reciente¶
- No aparecen errores criticos de caida persistente.
- Se observan reinicios limpios historicos del
2026-05-29y2026-05-30. - Se observan warnings
token_missingypairing requiredprevios al pairing; luego la UI vuelve a conectarse y respondehealth,models.listysessions.list. - El runtime queda consistente con la validacion visual final de Gabi.
Diagnostico principal¶
OpenClaw queda certificado end-to-end para su caso principal: UI publica,
pairing, chat, agente main, provider OpenAI, Docker, NPM y Portainer en
estado operativo.
Proximo frente¶
El proximo frente ya no es infraestructura. Quedan por delante casos de uso, automatizaciones y endurecimiento operativo no bloqueante.