安装marketplace;从maretplace安装plugin
第一步:添加 marketplace(先注册来源)
用 /plugin marketplace add 命令添加 marketplace,支持多种格式
|
1 2 3 4 5 6 7 8 9 10 11 |
# GitHub 仓库(owner/repo 格式) claude plugin marketplace add anthropics/claude-plugins-official # Git URL claude plugin marketplace add https://github.com/paddo/claude-tools # 本地路径 claude plugin marketplace add ./my-local-marketplace # 远程 JSON URL claude plugin marketplace add https://example.com/marketplace.json |
添加后,Claude Code 会下载 marketplace 的 catalog(目录清单),并用 repo 名作为别名。
第二步:安装 plugin(用 @marketplace别名 引用)
例如 Anthropic 官方 marketplace 的 repo 是 anthropics/claude-plugins-official,对应别名就是 claude-plugin-directory:
|
1 |
claude plugin install <plugin-name>@claude-plugin-directory |





