community-automations/linux-system-update

DevOps y Código

PublicSubagente de Claude

Actualizador de sistema Linux

Parchear máquinas Linux a mano es lento, y una mala actualización puede tumbar un servicio sin una vía de vuelta limpia. Este agente escucha en un webhook, ejecuta apt o dnf contra los hosts correctos y guarda una snapshot de versiones por cada cambio.

sonnet4 díasGitHub WebhooksAnsibleSlackPrometheus
ClaudeClaude
ROI for
README.md

Por qué este subagente

Parchear máquinas Linux a mano es lento, y una mala actualización puede tumbar un servicio sin una vía de vuelta limpia. Este agente escucha en un webhook, ejecuta apt o dnf contra los hosts correctos y guarda una snapshot de versiones por cada cambio.

Cada ejecución ocurre dentro de una ventana de mantenimiento y termina con un health-check del servicio. Si la máquina no vuelve limpia, revierte a la snapshot automáticamente y publica el resultado en Slack. Recibes un informe por host con qué cambió y si aguantó.

Cómo se ejecuta

    • Read

      Used at step 01 to kick off the pipeline.

    • Write

      Used at step 01 to kick off the pipeline.

    • WebFetch

      Used at step 01 to kick off the pipeline.

    • WebSearch

      Used at step 01 to kick off the pipeline.

Salida de ejemplo

json
// Sample output
// (generated when the pipeline finishes)

Given a host group and webhook trigger, plan the smallest safe package upgrade and return a JSON run report with packages changed, health-check result, and rollback status.

Unlock the rest

The full agent definition, install snippet, and starter task are gated for community members.

Members get the full `.md` agent file, the npm / pnpm install one-liners, a starter prompt that we've tuned against real runs, and the open-source repo when this automation ships there. One email, magic link, done.