Initial commit: OpenClaw Skill Collection

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.
This commit is contained in:
2026-03-13 10:58:30 +08:00
commit 4c966a3ad2
884 changed files with 140761 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
- 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自動重啟於本機 18789token auth驗證。
- Update (17:55): 使用者詢問本機執行權限;已說明可在本機執行 openclaw/gateway 指令與套用 Gateway config.patch + restart但需要明確授權建議 slash route 以 HTTP hook /hooks/slashBearer tokenPOST JSON實作。
- Awaiting: 使用者「允許本機動手」的授權;若需 Telegram 群組 allowlist 變更,提供 numeric chat_id。
- Plan: 授權後新增 /hooks/slash 至 config 並套用(自動重啟),以本機 18789 用 curl 驗證;若要對外預覽,再行 Nginx 反代 + certbot需 sudo