Skills (macOS)
The macOS app surfaces OpenClaw skills via the gateway; it does not parse skills locally.Data source
skills.status(gateway) returns all skills plus eligibility and missing requirements (including allowlist blocks for bundled skills).- Requirements are derived from
metadata.openclaw.requiresin eachSKILL.md.
Install actions
metadata.openclaw.installdefines install options (brew/node/go/uv).- The app calls
skills.installto run installers on the gateway host. - Built-in dangerous-code
criticalfindings blockskills.installby default; suspicious findings still warn only. The dangerous override exists on the gateway request, but the default app flow stays fail-closed. - If every install option is
download, the gateway surfaces all download choices. - Otherwise, the gateway picks one preferred installer using the current
install preferences and host binaries: Homebrew first when
skills.install.preferBrewis enabled andbrewexists, thenuv, then the configured node manager fromskills.install.nodeManager, then later fallbacks likegoordownload. - Node install labels reflect the configured node manager, including
yarn.
Env/API keys
- The app stores keys in
~/.openclaw/openclaw.jsonunderskills.entries.<skillKey>. skills.updatepatchesenabled,apiKey, andenv.
Remote mode
- Install + config updates happen on the gateway host (not the local Mac).