6 custom skills (assign-task, dispatch-webhook, daily-briefing, task-capture, qmd-brain, tts-voice) with technical documentation. Compatible with Claude Code, OpenClaw, Codex CLI, and OpenCode.
1.2 KiB
-
Update (17:53): 提供 Nginx 設定方案,將 gooddays.nature.edu.kg 反代至 127.0.0.1:5173,啟用站台與重載 Nginx 後,用 certbot --nginx 簽發並啟用自動 443/redirect;可選擇加上 Basic Auth 保護預覽。
-
Pending: 需在機器上以 sudo 執行上述步驟(建站台→啟用→nginx -t && reload→certbot),完成後測試 https://gooddays.nature.edu.kg;若失敗,回傳 nginx -t 或錯誤訊息。
-
Gateway Next Steps: 確認 slash route 的 path/payload/auth;若需調整 Telegram allowlist,提供目標群組 numeric chat_id;套用 config patch 新增 HTTP hook /hooks/slash(自動重啟);於本機 18789(token auth)驗證。
-
Update (17:55): 使用者詢問本機執行權限;已說明可在本機執行 openclaw/gateway 指令與套用 Gateway config.patch + restart,但需要明確授權;建議 slash route 以 HTTP hook /hooks/slash(Bearer token,POST JSON)實作。
-
Awaiting: 使用者「允許本機動手」的授權;若需 Telegram 群組 allowlist 變更,提供 numeric chat_id。
-
Plan: 授權後新增 /hooks/slash 至 config 並套用(自動重啟),以本機 18789 用 curl 驗證;若要對外預覽,再行 Nginx 反代 + certbot(需 sudo)。