mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-24 06:29:34 +00:00
* feat: add operator install policy * test: cover plain-file plugin install code * fix: preserve locationless install policy findings * refactor: remove install-time plugin scanner * test: remove stale plugin install helper * fix: preserve before-install builtin scan type * fix: preserve plugin dependency denylist --------- Co-authored-by: Mainframe <mainframe@MainfraacStudio.localdomain>
1.7 KiB
1.7 KiB
summary, read_when, title
| summary | read_when | title | ||
|---|---|---|---|---|
| macOS Skills settings UI and gateway-backed status |
|
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. - Operator-owned
security.installPolicycan block gateway-backed skill installs before installer metadata runs. Install-time built-in dangerous-code blocking is not part of the skill install flow. - 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).