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:
47
openclaw-knowhow-skill/專案小結.md
Executable file
47
openclaw-knowhow-skill/專案小結.md
Executable file
@@ -0,0 +1,47 @@
|
||||
專案小結
|
||||
專案目標
|
||||
將 OpenClaw AI Agent 平台的線上文檔 (https://docs.openclaw.ai/) 抓取並按章節組織存入本地 D:\openclaw\skills\openclaw\docs\
|
||||
|
||||
方法 1. WebFetch 取得網站 llms.txt 獲取完整頁面清單(約 200+ 頁) 2. 平行代理 - 同時啟動多個背景代理抓取不同章節
|
||||
3. 分章分頁 - 按用戶指定的 8 大章節建立資料夾結構
|
||||
4. 每個代理用 WebFetch 抓取 Markdown 內容,再用 Write 存檔
|
||||
|
||||
目前進度
|
||||
|
||||
已完成 184 個檔案 ✅
|
||||
┌───────────────────────────┬────────┬──────┬───────────┐
|
||||
│ 章節 │ 已抓取 │ 目標 │ 狀態 │
|
||||
├───────────────────────────┼────────┼──────┼───────────┤
|
||||
│ get-started │ 11 │ 11 │ ✅ 完成 │
|
||||
├───────────────────────────┼────────┼──────┼───────────┤
|
||||
│ channels │ 18 │ 18 │ ✅ 完成 │
|
||||
├───────────────────────────┼────────┼──────┼───────────┤
|
||||
│ agents │ 5 │ 5 │ ✅ 完成 │
|
||||
├───────────────────────────┼────────┼──────┼───────────┤
|
||||
│ tools │ 18 │ 18 │ ✅ 完成 │
|
||||
├───────────────────────────┼────────┼──────┼───────────┤
|
||||
│ models │ 13 │ 13 │ ✅ 完成 │
|
||||
├───────────────────────────┼────────┼──────┼───────────┤
|
||||
│ platforms (含 mac) │ 29 │ 29 │ ✅ 完成 │
|
||||
├───────────────────────────┼────────┼──────┼───────────┤
|
||||
│ reference/cli │ 36 │ 36 │ ✅ 完成 │
|
||||
├───────────────────────────┼────────┼──────┼───────────┤
|
||||
│ infrastructure/install │ 9 │ 9 │ ✅ 完成 │
|
||||
├───────────────────────────┼────────┼──────┼───────────┤
|
||||
│ infrastructure/nodes │ 7 │ 7 │ ✅ 完成 │
|
||||
├───────────────────────────┼────────┼──────┼───────────┤
|
||||
│ infrastructure/gateway │ 10 │ 28 │ ⚠️ 部分 │
|
||||
├───────────────────────────┼────────┼──────┼───────────┤
|
||||
│ reference/concepts │ 10 │ 27 │ ⚠️ 部分 │
|
||||
├───────────────────────────┼────────┼──────┼───────────┤
|
||||
│ help │ 0 │ 3 │ ❌ 未完成 │
|
||||
├───────────────────────────┼────────┼──────┼───────────┤
|
||||
│ infrastructure/web │ 0 │ 4 │ ❌ 未完成 │
|
||||
├───────────────────────────┼────────┼──────┼───────────┤
|
||||
│ infrastructure/automation │ 0 │ 6 │ ❌ 未完成 │
|
||||
└───────────────────────────┴────────┴──────┴───────────┘
|
||||
|
||||
- 預計還需 ~50 頁待抓取
|
||||
|
||||
下次繼續
|
||||
繼續抓取剩餘的 gateway、concepts、help、web、automation 頁面。
|
||||
Reference in New Issue
Block a user