mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-20 22:40:58 +00:00
Redirects: - /cron now goes directly to /automation/cron-jobs (was chaining via /cron-jobs) - /model and /model/ now go directly to /concepts/models (was chaining via /models) Duplicate titles disambiguated (6 of 7 - Logging is orphaned): - Health Checks (macOS), Skills (macOS), Voice Wake (macOS), WebChat (macOS) - General Troubleshooting (help/ vs gateway/) - Provider Directory (providers/index vs concepts/model-providers) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1.1 KiB
1.1 KiB
summary, read_when, title
| summary | read_when | title | ||
|---|---|---|---|---|
| macOS Skills settings UI and gateway-backed status |
|
Skills (macOS) |
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. - The gateway surfaces only one preferred installer when multiple are provided
(brew when available, otherwise node manager from
skills.install, default npm).
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).