docs: document npm-only plugin installs

This commit is contained in:
Peter Steinberger
2026-04-27 10:20:23 +01:00
parent 13f9deb619
commit 08a002d8ab
2 changed files with 8 additions and 0 deletions

View File

@@ -198,6 +198,7 @@ openclaw hooks disable command-logger
```bash
openclaw plugins install <package> # ClawHub first, then npm
openclaw plugins install npm:<package> # npm only
openclaw plugins install <package> --pin # pin version
openclaw plugins install <path> # local path
```

View File

@@ -70,6 +70,13 @@ Site: [clawhub.ai](https://clawhub.ai)
openclaw plugins install openclaw-codex-app-server
```
Use `npm:<package>` when you want npm-only resolution without a
ClawHub lookup:
```bash
openclaw plugins install npm:openclaw-codex-app-server
```
Plugin installs validate advertised `pluginApi` and
`minGatewayVersion` compatibility before archive install runs, so
incompatible hosts fail closed early instead of partially installing