什么是 gateway-setup?
使用 Redis 事件桥、心跳监控和多会话路由在 macOS 上设置持久 AI 代理网关。符合您意图的交互式问答 - 从最小(Redis + 扩展)到完整(嵌入式守护程序 + Telegram + 看门狗)。在以下情况下使用:“设置网关”、“我希望我的代理始终开启”、“事件桥”、“心跳监控”、“代理通知”或任何使 AI 代理持久且可访问的请求。 来源:joelhooks/joelclaw。
使用 Redis 事件桥、心跳监控和多会话路由在 macOS 上设置持久 AI 代理网关。符合您意图的交互式问答 - 从最小(Redis + 扩展)到完整(嵌入式守护程序 + Telegram + 看门狗)。在以下情况下使用:“设置网关”、“我希望我的代理始终开启”、“事件桥”、“心跳监控”、“代理通知”或任何使 AI 代理持久且可访问的请求。
通过命令行快速安装 gateway-setup AI 技能到你的开发环境
来源:joelhooks/joelclaw。
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:
使用 Redis 事件桥、心跳监控和多会话路由在 macOS 上设置持久 AI 代理网关。符合您意图的交互式问答 - 从最小(Redis + 扩展)到完整(嵌入式守护程序 + Telegram + 看门狗)。在以下情况下使用:“设置网关”、“我希望我的代理始终开启”、“事件桥”、“心跳监控”、“代理通知”或任何使 AI 代理持久且可访问的请求。 来源:joelhooks/joelclaw。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/joelhooks/joelclaw --skill gateway-setup使用 Redis 事件桥、心跳监控和多会话路由在 macOS 上设置持久 AI 代理网关。符合您意图的交互式问答 - 从最小(Redis + 扩展)到完整(嵌入式守护程序 + Telegram + 看门狗)。在以下情况下使用:“设置网关”、“我希望我的代理始终开启”、“事件桥”、“心跳监控”、“代理通知”或任何使 AI 代理持久且可访问的请求。 来源:joelhooks/joelclaw。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/joelhooks/joelclaw --skill gateway-setup 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/joelhooks/joelclaw