·gateway-setup
</>

gateway-setup

使用 Redis 事件桥、心跳监控和多会话路由在 macOS 上设置持久 AI 代理网关。符合您意图的交互式问答 - 从最小(Redis + 扩展)到完整(嵌入式守护程序 + Telegram + 看门狗)。在以下情况下使用:“设置网关”、“我希望我的代理始终开启”、“事件桥”、“心跳监控”、“代理通知”或任何使 AI 代理持久且可访问的请求。

18安装·1热度·@joelhooks

安装

$npx skills add https://github.com/joelhooks/joelclaw --skill gateway-setup

如何安装 gateway-setup

通过命令行快速安装 gateway-setup AI 技能到你的开发环境

  1. 打开终端: 打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 运行安装命令: 复制并运行以下命令:npx skills add https://github.com/joelhooks/joelclaw --skill gateway-setup
  3. 验证安装: 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

来源:joelhooks/joelclaw。

SKILL.md

查看原文

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
分类
</>开发工具
认证
收录时间
2026-03-08
更新时间
2026-03-10

Browse more skills from joelhooks/joelclaw

快速解答

什么是 gateway-setup?

使用 Redis 事件桥、心跳监控和多会话路由在 macOS 上设置持久 AI 代理网关。符合您意图的交互式问答 - 从最小(Redis + 扩展)到完整(嵌入式守护程序 + Telegram + 看门狗)。在以下情况下使用:“设置网关”、“我希望我的代理始终开启”、“事件桥”、“心跳监控”、“代理通知”或任何使 AI 代理持久且可访问的请求。 来源:joelhooks/joelclaw。

如何安装 gateway-setup?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/joelhooks/joelclaw --skill gateway-setup 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

这个 Skill 的源码在哪?

https://github.com/joelhooks/joelclaw