@ 後輸入 marketplace 的名稱,如 /plugin install commit-commands@claude-plugins-official。
使用此頁面來區分三個 marketplace,並找到檢查官方 marketplace 是否包含給定 plugin 的位置。
這些情況在其他頁面上涵蓋:
- 如何安裝 plugin:請參閱安裝 plugin
- 安裝失敗:請參閱plugin 疑難排解
- 若要按儲存庫、marketplace 名稱和取得方式區分三個 marketplace,請參閱 Anthropic 的 marketplace。
- 若要在官方 marketplace 中尋找 plugin,請參閱在官方 marketplace 中尋找 plugin。
Anthropic 的 marketplace
Marketplace 是儲存庫在其.claude-plugin/marketplace.json 檔案中定義的 plugin 目錄。官方、社群和示範 marketplace 各自來自其自身的 GitHub 儲存庫。Anthropic 也發佈主題特定的 marketplace,例如 anthropics/skills 和 anthropics/knowledge-work-plugins,您可以在 Claude Code 工作階段中使用 /plugin marketplace add <owner>/<repo> 新增。
此表格提供每個 marketplace 的儲存庫和 marketplace 名稱,這是您從該 marketplace 安裝 plugin 時在 @ 後輸入的內容。社群 marketplace 的名稱是 claude-community,而不是其儲存庫名稱。
如果您編寫了 plugin 並希望其他人安裝它,請參閱發佈 plugin,其涵蓋您自己的 marketplace 和提交到社群 marketplace。
anthropics/claude-code 中的示範 marketplace
如果教學課程或較舊的指示集告訴您執行 /plugin marketplace add anthropics/claude-code,這會新增示範 marketplace,名為 claude-code-plugins。這不是官方 marketplace,Claude Code 已經為您新增了。
示範 marketplace 的大多數 plugin 也在官方 marketplace 中以相同名稱存在。例如,code-review、feature-dev、commit-commands 和 security-guidance 在兩者中都有。從 claude-plugins-official 安裝這些,以免安裝了兩份副本。
在官方 marketplace 中尋找 plugin
官方 marketplaceclaude-plugins-official 是 Claude Code 為您新增的。它列出的大部分內容來自合作夥伴和其他作者,而不是來自 Anthropic:工具供應商發佈將 Claude Code 連接到其服務的 plugin,Anthropic 維護一個較小的自有集合,例如 commit-commands、code-review、feature-dev 和語言伺服器 plugin。目錄經常變化,所以此頁面不列出它。
若要查看其中的內容,請在 Claude Code 工作階段中使用 /plugin 的 Discover 標籤(您可以搜尋),或在網路上瀏覽 Claude Marketplace。
從 Anthropic 的 marketplace 瀏覽和安裝
您可以在 Claude Code、網路或 GitHub 上搜尋 Anthropic 的 marketplace 中的 plugin:- 在 Claude Code 中,透過瀏覽:在互動式工作階段中執行
/plugin。其 Discover 標籤列出您已新增的 marketplace 中的 plugin。 - 在 Claude Code 中,按名稱:在工作階段中執行
/plugin install <name>,它會在您已新增的 marketplace 中查詢名稱。如果 plugin 在其中之一,其詳細資訊會在/plugin面板中開啟,在您選擇安裝範圍並確認之前,不會安裝任何內容。如果不在,您會看到Plugin "<name>" not found in any marketplace。 - 在網路上:在 Claude Marketplace 上搜尋完整目錄,其顯示安裝計數並標記某些 plugin 為 Anthropic verified。
- 在 GitHub 上:在 marketplace 的儲存庫中開啟
.claude-plugin/marketplace.json,例如anthropics/claude-plugins-official。該檔案就是目錄本身。
新增社群或示範 marketplace
社群和示範 marketplace 在您在 Claude Code 工作階段中新增它們之前不會註冊:- 社群:執行
/plugin marketplace add anthropics/claude-plugins-community,然後使用@claude-community尾碼安裝。 - 示範:執行
/plugin marketplace add anthropics/claude-code,然後使用@claude-code-plugins尾碼安裝。
claude-plugins-official 不在 /plugin 的 Marketplaces 標籤上,使用 /plugin marketplace add anthropics/claude-plugins-official 以相同方式新增它。
如需 not found 錯誤和無法新增的 marketplace,請參閱plugin 疑難排解。
第三方 marketplace
許多熱門 plugin 不在任何 Anthropic marketplace 中。它們在其作者自己的 marketplace 中,通常是在其根目錄中具有.claude-plugin/marketplace.json 的 GitHub 儲存庫。
Anthropic 不審查第三方 marketplace,所以在新增一個之前,請閱讀 Plugin 安全性和信任。
若要使用第三方 marketplace,在 Claude Code 工作階段中使用 /plugin marketplace add <owner>/<repo> 新增其儲存庫,然後使用 /plugin install <plugin>@<marketplace-name> 安裝。marketplace 名稱是該 marketplace.json 的 name 欄位,Claude Code 在新增 marketplace 後會列印它。
如需新增 marketplace 的其他方式,請參閱新增 marketplace。
後續步驟
- 安裝和管理 plugin:從其中一個 marketplace 安裝 plugin 並選擇範圍
- Plugin 安全性和信任:plugin 可以在您的機器上執行的操作,以及在安裝前如何檢查一個
- 程式碼智慧 plugin:安裝官方 marketplace 的語言伺服器 plugin 之一
- 建立 marketplace:在 Anthropic 的旁邊執行您自己的 marketplace