From 3c9fb835de3929ea6f49e83604a3ada664aba39f Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Mon, 16 Mar 2026 02:06:27 -0700 Subject: [PATCH] Docs: use placeholders for marketplace plugin examples --- docs/cli/plugins.md | 10 +++++----- docs/plugins/bundles.md | 4 ++-- docs/tools/plugin.md | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) 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