diff --git a/docs/cli/plugins.md b/docs/cli/plugins.md index b867420551f..5e551a9c64f 100644 --- a/docs/cli/plugins.md +++ b/docs/cli/plugins.md @@ -74,16 +74,16 @@ Use `plugin@marketplace` shorthand when the marketplace name exists in Claude's local registry cache at `~/.claude/plugins/known_marketplaces.json`: ```bash -openclaw plugins marketplace list claude-plugins-official -openclaw plugins install superpowers@claude-plugins-official +openclaw plugins marketplace list +openclaw plugins install @ ``` Use `--marketplace` when you want to pass the marketplace source explicitly: ```bash -openclaw plugins install superpowers --marketplace claude-plugins-official -openclaw plugins install superpowers --marketplace anthropics/claude-plugins-official -openclaw plugins install superpowers --marketplace ./my-marketplace +openclaw plugins install --marketplace +openclaw plugins install --marketplace +openclaw plugins install --marketplace ./my-marketplace ``` Marketplace sources can be: diff --git a/docs/plugins/bundles.md b/docs/plugins/bundles.md index c652ff997f0..2fad626ccfe 100644 --- a/docs/plugins/bundles.md +++ b/docs/plugins/bundles.md @@ -259,8 +259,8 @@ 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 marketplace list +openclaw plugins install @ openclaw plugins info my-bundle ``` diff --git a/docs/tools/plugin.md b/docs/tools/plugin.md index af29b5eb8ac..4cf36dda9b8 100644 --- a/docs/tools/plugin.md +++ b/docs/tools/plugin.md @@ -61,8 +61,8 @@ For Claude marketplace installs, list the marketplace first, then install by marketplace entry name: ```bash -openclaw plugins marketplace list claude-plugins-official -openclaw plugins install superpowers@claude-plugins-official +openclaw plugins marketplace list +openclaw plugins install @ ``` OpenClaw resolves known Claude marketplace names from