forked from Selig/openclaw-skill
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:
31
openclaw-knowhow-skill/SKILL.compact.md
Normal file
31
openclaw-knowhow-skill/SKILL.compact.md
Normal file
@@ -0,0 +1,31 @@
|
||||
---
|
||||
name: openclaw-knowhow
|
||||
description: OpenClaw 平台操作與最佳實務(模型/代理/路由/安全/瀏覽器 + CLIPROXY 整合)。用於設定多代理分工、模型 fallback、瀏覽器自動化、以及技能開發與迭代。
|
||||
---
|
||||
|
||||
# OpenClaw Knowhow(精簡版)
|
||||
|
||||
本技能聚焦「實作步驟 + 參照文件」:
|
||||
|
||||
1) 安裝與基本設定 → 參見 docs/ 與官方文件索引
|
||||
2) 模型與 Provider
|
||||
- 快速指引:references/CLIPROXY.md
|
||||
- 設定 `models.mode: "merge"`,保留 hosted + 本地/代理混合;`api: "openai-responses"` 以支援工具
|
||||
3) 多代理分工
|
||||
- 快速樣板:references/AGENTS-ROLES.md
|
||||
- 依任務切分(架構/審核、前後端、檔案、網頁操作)並設置對應 fallback 鏈
|
||||
4) 工具與安全
|
||||
- 不同代理給不同工具授權(browser 僅給 web 代理)
|
||||
- 高風險任務選用 Opus/Sonnet 類模型;低風險任務用 codex/flash 節省成本
|
||||
5) 技能開發
|
||||
- 維持 SKILL.md 精簡,把詳盡參照放到 references/
|
||||
|
||||
常用命令:
|
||||
- `openclaw config get|set|patch`
|
||||
- `openclaw models status`(檢查 auth 與候選)
|
||||
- `openclaw doctor`(偵錯設定)
|
||||
|
||||
相關參照:
|
||||
- references/CLIPROXY.md
|
||||
- references/AGENTS-ROLES.md
|
||||
- docs/(原始知識庫)
|
||||
Reference in New Issue
Block a user