This skill builds a persistent gateway for an AI coding agent on a Mac. It bridges background workflows (Inngest, cron, pipelines) into your agent's session and optionally routes responses to external channels (Telegram, WebSocket).
GATEWAYROLE=central is required for the always-on session. Without it, the session runs as a satellite and misses heartbeats, system alerts, and any events not targeted at it specifically. Set it when launching:
serveHost is mandatory when Inngest runs in Docker and the worker runs on the host. The SDK advertises localhost:3100 as its callback URL, but Docker can't reach the host's loopback. Set it in your Hono serve handler:
Configure una puerta de enlace de agente de IA persistente en macOS con puente de eventos de Redis, monitoreo de latidos y enrutamiento multisesión. Preguntas y respuestas interactivas que se adaptan a su intención, desde mínimas (Redis + extensión) hasta completas (demonio integrado + Telegram + vigilancia). Úselo cuando: 'configurar una puerta de enlace', 'Quiero que mi agente esté siempre activo', 'puente de eventos', 'monitoreo de latidos', 'notificaciones de agente' o cualquier solicitud para hacer que un agente de IA sea persistente y accesible. Fuente: joelhooks/joelclaw.