Files
Selig 4c966a3ad2 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.
2026-03-13 10:58:30 +08:00

32 lines
1.2 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
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/(原始知識庫)