docs: refresh skills cli and install refs

This commit is contained in:
Peter Steinberger
2026-04-04 13:31:13 +01:00
parent db2cc5c28a
commit b05761aae0
5 changed files with 48 additions and 4 deletions

View File

@@ -228,6 +228,12 @@ Notes:
- Node installs honor `skills.install.nodeManager` in `openclaw.json` (default: npm; options: npm/pnpm/yarn/bun).
This only affects **skill installs**; the Gateway runtime should still be Node
(Bun is not recommended for WhatsApp/Telegram).
- Gateway-backed installer selection is preference-driven, not node-only:
when install specs mix kinds, OpenClaw prefers Homebrew when
`skills.install.preferBrew` is enabled and `brew` exists, then `uv`, then the
configured node manager, then other fallbacks like `go` or `download`.
- If every install spec is `download`, OpenClaw surfaces all download options
instead of collapsing to one preferred installer.
- Go installs: if `go` is missing and `brew` is available, the gateway installs Go via Homebrew first and sets `GOBIN` to Homebrews `bin` when possible.
- Download installs: `url` (required), `archive` (`tar.gz` | `tar.bz2` | `zip`), `extract` (default: auto when archive detected), `stripComponents`, `targetDir` (default: `~/.openclaw/tools/<skillKey>`).