🛍️ 更多精选好物 ›
📊 公开数据一览
| 📦 榜单安装量 | 4.2K |
| ⭐ GitHub Stars | 33,015(fork 3732) |
| 🗓️ 最近推送 | 2026-08-04 |
| 🌱 项目创建 | 2025-11-20 |
| 💻 语言 / License | Python · Apache-2.0 |
| 🐛 开放Issue | 878 |
📝 工具简介
Anthropic官方维护的高质量Claude Code插件目录。
📖 怎么用
安装方式跟前面俩一样,用 `/plugin marketplace add` 添加市场,`/plugin install` 安装。配置要求插件目录里有 `.claude-plugin/plugin.json` 写元数据,`.mcp.json` 可选。开始用时,把插件目录放到 Claude Code 能发现的地方,自动加载。重命名插件就改配置里的 `renames` 字段。README 没写具体命令,但目录结构是硬性要求。
📋 迷你测评
还是Anthropic官方插件目录,三者功能高度重叠。亮点是官方统一入口,省去到处搜的麻烦。建议按需挑一个用,别重复收藏。
📄 README 要点
这个仓库跟前面两个插件目录仓库内容一致,同样是Claude Code的插件集合,包含Anthropic内部插件和社区外部插件。安装方法一样,用/plugin install命令或者/plugin Discover浏览。安全提示也相同,强调安装前要确认插件可信,Anthropic不控制插件内容也不验证其安全性。适合想扩展Claude Code功能的用户,但需要自己判断插件的可靠性。
查看英文原文
Claude Code Plugins Directory A curated directory of high quality plugins for Claude Code. ⚠️ Important: Make sure you trust a plugin before installing, updating, or using it. Anthropic does not control what MCP servers, files, or other software are included in plugins and cannot verify that they will work as intended or that they won't change. See each plugin's homepage for more information. Structure /plugins Internal plugins developed and maintained by Anthropic /external plugins Third party plugins from partners and the community Installation Plugins can be installed directly from this marketplace via Claude Code's plugin system. To install, run /plugin install {plugin name}@claude plugins official or browse for the plugin in /plugin Discover Contributing Internal Plugins Internal plugins are developed by Anthropic team members. See /plugins/example plugin for a reference implementation. External Plugins Third party partners can submit plugins for inclusion in the marketplace. External plugins must meet quality and security standards for approval. To submit a new plugin, use the plugin directory submission form. Plugin Structure Each plugin follows a standard structure: [安装/使用命令见下方] Plugin names are immutable The name field in a marketplace entry is an immutable slug . Once a plugin has been published, its name must not change — users have it installed under that slug, and renaming it breaks their install with a plugin not found error. To change how a plugin is labeled in the UI, set or update displayName instead. If a rename is genuinely unavoidable, add an entry to the top level renames map in .claude plugin/marketplace.json so existing installs auto migrate: [安装/使用命令见下方] The Claude Code plugin loader reads this map and transparently rewrites the old slug to the new one on the user's next sync. Skill bundle plugins When a plugin's source repository ships skills ( SKILL.md files) without a .claude plugin/plugin.json manifest, the marketplace entry can declare t
💬 评论(0)
交流使用体验、避坑建议;违规内容将被删除