·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