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:
Configurez une passerelle d'agent IA persistante sur macOS avec le pont d'événements Redis, la surveillance du rythme cardiaque et le routage multi-session. Questions et réponses interactives pour correspondre à votre intention – du minimum (Redis + extension) au complet (démon intégré + Telegram + chien de garde). À utiliser lorsque : "configurer une passerelle", "Je veux que mon agent soit toujours actif", "pont d'événements", "surveillance du rythme cardiaque", "notifications d'agent" ou toute demande visant à rendre un agent IA persistant et accessible. Source : joelhooks/joelclaw.