Docs: add Claude marketplace plugin install guidance

This commit is contained in:
Vincent Koc
2026-03-16 02:02:39 -07:00
parent 0cc27bf2e5
commit 3effdf98f7
4 changed files with 56 additions and 3 deletions

View File

@@ -259,12 +259,19 @@ openclaw plugins install ./my-codex-bundle
openclaw plugins install ./my-claude-bundle
openclaw plugins install ./my-cursor-bundle
openclaw plugins install ./my-bundle.tgz
openclaw plugins marketplace list claude-plugins-official
openclaw plugins install superpowers@claude-plugins-official
openclaw plugins info my-bundle
```
If the directory is a native OpenClaw plugin/package, the native install path
still wins.
For Claude marketplace names, OpenClaw reads the local Claude known-marketplace
registry at `~/.claude/plugins/known_marketplaces.json`. Marketplace entries
can resolve to bundle-compatible directories/archives or to native plugin
sources; after resolution, the normal install rules still apply.
## Troubleshooting
### Bundle is detected but capabilities do not run