Docs: use placeholders for marketplace plugin examples

This commit is contained in:
Vincent Koc 2026-03-16 02:06:27 -07:00
parent 3effdf98f7
commit 3c9fb835de
3 changed files with 9 additions and 9 deletions

View File

@ -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 <marketplace-name>
openclaw plugins install <plugin-name>@<marketplace-name>
```
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 <plugin-name> --marketplace <marketplace-name>
openclaw plugins install <plugin-name> --marketplace <owner/repo>
openclaw plugins install <plugin-name> --marketplace ./my-marketplace
```
Marketplace sources can be:

View File

@ -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 <marketplace-name>
openclaw plugins install <plugin-name>@<marketplace-name>
openclaw plugins info my-bundle
```

View File

@ -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 <marketplace-name>
openclaw plugins install <plugin-name>@<marketplace-name>
```
OpenClaw resolves known Claude marketplace names from