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
```