docs/platforms/mac/skills.md
The macOS app surfaces OpenClaw skills via the gateway; it does not parse skills locally.
skills.status (gateway) returns all skills plus eligibility and missing requirements, including allowlist blocks for bundled skills.metadata.openclaw.requires in each SKILL.md.metadata.openclaw.install defines install options (brew/node/go/uv/download).skills.install to run installers on the gateway host.security.installPolicy (enabled, targets, exec) can block gateway-backed skill installs before installer metadata runs. Built-in dangerous-code scanning (used for plugin installs) is not wired into the skill install flow.download, the gateway surfaces all download choices.skills.install.preferBrew, skills.install.nodeManager) and host binaries: Homebrew first when preferBrew is enabled and brew is present, then uv, then the configured node manager, then Homebrew again if available (even without preferBrew), then go, then download.yarn.~/.openclaw/openclaw.json under skills.entries.<skillKey>.skills.update patches enabled, apiKey, and env.