macOS 應用程式透過 Gateway 呈現 OpenClaw Skills;它不會在本機解析 Skills。Documentation Index
Fetch the complete documentation index at: https://docs.openclaw.ai/llms.txt
Use this file to discover all available pages before exploring further.
資料來源
skills.status(Gateway)會回傳所有 Skills,以及資格與缺少的需求 (包含內建 Skills 的允許清單封鎖)。- 需求衍生自每個
SKILL.md中的metadata.openclaw.requires。
安裝動作
metadata.openclaw.install定義安裝選項(brew/node/go/uv)。- 應用程式會呼叫
skills.install,在 Gateway 主機上執行安裝程式。 - 內建危險程式碼的
critical發現項目預設會封鎖skills.install;可疑發現項目仍然只會警告。危險覆寫存在於 Gateway 請求上,但預設應用程式流程會維持故障關閉。 - 如果每個安裝選項都是
download,Gateway 會呈現所有下載 選擇。 - 否則,Gateway 會使用目前的
安裝偏好設定與主機二進位檔,挑選一個偏好的安裝程式:當
skills.install.preferBrew已啟用且brew存在時,Homebrew 優先,接著是uv,再來是skills.install.nodeManager中設定的 Node 管理器,然後才是後續 備援,例如go或download。 - Node 安裝標籤會反映設定的 Node 管理器,包含
yarn。
環境/API 金鑰
- 應用程式會將金鑰儲存在
~/.openclaw/openclaw.json的skills.entries.<skillKey>下。 skills.update會修補enabled、apiKey和env。
遠端模式
- 安裝與設定更新會在 Gateway 主機上進行(而不是本機 Mac)。