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:
Настройте постоянный шлюз агента AI в macOS с мостом событий Redis, мониторингом пульса и многосессионной маршрутизацией. Интерактивные вопросы и ответы в соответствии с вашими намерениями — от минимального (Redis + расширение) до полного (встроенный демон + Telegram + сторожевой таймер). Используйте, когда: «настройте шлюз», «я хочу, чтобы мой агент всегда был включен», «мост событий», «мониторинг пульса», «уведомления агента» или любой запрос, чтобы сделать агента AI постоянным и доступным. Источник: joelhooks/joelclaw.