docs: update plugin install references for ClawHub-first default

OpenClaw now tries ClawHub before npm for bare plugin specs.
Update install examples and guidance across:
- building-plugins.md: intro and publish step
- sdk-setup.md: publishing section with clawhub:/npm: prefix examples
- tools/plugin.md: CLI reference table
- community.md: submission guidance and quality bar
This commit is contained in:
Vincent Koc
2026-03-22 11:58:01 -07:00
parent 6d9d9319b2
commit dbf3dd6559
4 changed files with 31 additions and 16 deletions

View File

@@ -193,7 +193,8 @@ openclaw plugins inspect <id> --json # machine-readable
openclaw plugins status # operational summary
openclaw plugins doctor # diagnostics
openclaw plugins install <npm-spec> # install from npm
openclaw plugins install <package> # install (ClawHub first, then npm)
openclaw plugins install clawhub:<pkg> # install from ClawHub only
openclaw plugins install <path> # install from local path
openclaw plugins install -l <path> # link (no copy) for dev
openclaw plugins update <id> # update one plugin