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,23 @@
## 2026-02-16 04:17:13 CST 系統維護記錄
- 修復 Bash 腳本 CRLF 行尾導致語法錯誤的問題unexpected end of file、'] not found' / near )。
- 影響檔案:
- /var/www/html/active_cloud/llm_framework/skills/web-artifacts-builder/scripts/bundle-artifact.sh
- /var/www/html/active_cloud/llm_framework/skills/web-artifacts-builder/scripts/init-artifact.sh
- 處置:將 CRLF 正規化為 LF並確保可執行權限以 bash -n 驗證均通過。
- 驗證結果bundle-artifact.sh / init-artifact.sh → CRLF=0、SYNTAX=OKMyCalend 專案下 .sh 語法亦 OK。
- 教訓:僅對真正 shell 腳本(依 shebang 過濾)執行 bash -n避免對 .md/.txt/.py/.html 等非腳本產生假陽性。
- 待辦(加固):在上述腳本加入 set -Eeuo pipefail 與 trap 顯示失敗行號;新增 .editorconfig/.gitattributes 強制 LF撰寫 fix-crlf.sh 以批次正規化與語法快檢。
## System setup and config — 2026-02-16 04:57:11 +0800
- Began apt installs: pandoc, libreoffice, poppler-utils, python3-pip (large download; continuing in background).
- Will install pip package defusedxml and npm -g package docx after apt completes; will verify versions.
- Wrote openclaw.json5 with multi-model providers:
- cliproxyapi at http://127.0.0.1:11434/v1 (OpenAI responses compat) including GPT-5;
- anthropic messages (Sonnet, Opus).
- Agents aligned to roles: Opus as project-manager and code-reviewer; Sonnet developer/doc-analyst; Haiku browser/file-organizer; main uses GPT-5 with fallbacks to Sonnet/Opus.
- Tool allowlists tightened per agent; removed wildcard sessions_* in favor of explicit sessions_* entries.
- Wrote auth-profiles.json with ag1=anthropic; ag2/ag3/user=cliproxyapi; order set. Keys managed externally by CLI Proxy/GA.
- Skills symlinking pending: llm_framework/skills path not found on disk; awaiting user to provide actual path to link into workspace/skills.
- Pending action: apply config and restart gateway for e2e test once approved; finish installs and run version checks.
- Note: sudo password provided by user and used; not stored.

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