mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 16:30:57 +00:00
docs(plugins): clarify readiness-gated clawhub installs
This commit is contained in:
@@ -66,8 +66,9 @@ Site: [clawhub.ai](https://clawhub.ai)
|
||||
```
|
||||
|
||||
`plugins search` queries the ClawHub plugin catalog and prints install-ready
|
||||
package names. Bare npm-safe plugin specs are also tried against ClawHub
|
||||
before npm:
|
||||
package names. Bare npm-safe plugin specs use ClawHub only after package
|
||||
readiness says the package is install-ready for OpenClaw; otherwise OpenClaw
|
||||
preserves npm fallback:
|
||||
|
||||
```bash
|
||||
openclaw plugins install openclaw-codex-app-server
|
||||
|
||||
@@ -465,7 +465,7 @@ openclaw plugins registry # inspect persisted registry state
|
||||
openclaw plugins registry --refresh # rebuild persisted registry
|
||||
openclaw doctor --fix # repair plugin registry state
|
||||
|
||||
openclaw plugins install <package> # install (ClawHub first, then npm)
|
||||
openclaw plugins install <package> # install (readiness-gated ClawHub, then npm)
|
||||
openclaw plugins install clawhub:<pkg> # install from ClawHub only
|
||||
openclaw plugins install npm:<pkg> # install from npm only
|
||||
openclaw plugins install git:<repo> # install from git
|
||||
|
||||
Reference in New Issue
Block a user