openclaw/docs/zh-CN/platforms/mac/skills.md

1.3 KiB
Raw Blame History

read_when summary title x-i18n
更新 macOS Skills 设置 UI
更改 Skills 门控或安装行为
macOS Skills 设置 UI 及 Gateway网关支持的状态 Skills
generated_at model provider source_hash source_path workflow
2026-02-01T21:33:07Z claude-opus-4-5 pi ecd5286bbe49eed89319686c4f7d6da55ef7b0d3952656ba98ef5e769f3fbf79 platforms/mac/skills.md 15

SkillsmacOS

macOS 应用通过 Gateway网关展示 OpenClaw Skills不会在本地解析 Skills。

数据来源

  • skills.statusGateway网关返回所有 Skills 及其资格和缺失的依赖项 (包括内置 Skills 的白名单限制)。
  • 依赖项来源于每个 SKILL.md 中的 metadata.openclaw.requires

安装操作

  • metadata.openclaw.install 定义安装选项brew/node/go/uv
  • 应用调用 skills.install 在 Gateway网关主机上运行安装程序。
  • 当提供多个安装程序时Gateway网关仅展示一个首选安装程序 (优先使用 brew否则使用 skills.install 中的 node 管理器,默认为 npm

环境变量/API 密钥

  • 应用将密钥存储在 ~/.openclaw/openclaw.jsonskills.entries.<skillKey> 下。
  • skills.update 可修改 enabledapiKeyenv

远程模式

  • 安装和配置更新在 Gateway网关主机上执行而非本地 Mac