🛍️ 更多精选好物 ›
📊 公开数据一览
| 📦 榜单安装量 | 2.1K |
| ⭐ GitHub Stars | 33,026(fork 3731) |
| 🗓️ 最近推送 | 2026-08-04 |
| 🌱 项目创建 | 2025-11-20 |
| 💻 语言 / License | Python · Apache-2.0 |
| 🐛 开放Issue | 882 |
📝 工具简介
Anthropic 官方管理的高质量 Claude Code 插件目录,专注数学奥赛相关能力。
📖 怎么用
安装:在 Claude Code 中运行 `/plugin install` 并指定插件市场地址(README 未给出完整命令)。配置:插件目录需包含 `.claude-plugin/plugin.json` 元数据文件,可选 `.mcp.json` 配置 MCP 服务器。使用:安装后插件会自动加载,通过斜杠命令或自然语言触发;如需重命名插件,在配置中用 `"renames"` 字段映射旧名到新名。注意:安装前务必确认插件来源可信,Anthropic 不保证第三方插件安全性。
📋 迷你测评
Anthropic官方管理的Claude Code插件目录。亮点是官方背书,专注数学奥赛能力。简介未提供具体数据点。
📄 README 要点
这是一个Claude Code的高质量插件目录,分内部插件和外部插件两类。内部插件是Anthropic团队自己开发和维护的,外部插件来自合作伙伴和社区贡献。安装走Claude Code的插件系统,直接运行/plugin install加插件名就能装,或者在/plugin Discover里浏览查找。目录里有个示例插件可以参考实现方式。需要注意目录里明确提醒了,安装前要确认插件可信,因为Anthropic不控制插件里包含的MCP服务器、文件或其他软件,没法保证它们能正常工作或不会变化。适合想给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)
交流使用体验、避坑建议;违规内容将被删除