claude-plugins-official
💡 摘要
一个用于发现和安装 Claude Code 插件的精选目录。
🎯 适合人群
🤖 AI 吐槽: “这是一个组织良好的插件目录,但它的主要功能是指引你去找那些真正干活的插件。”
该目录作为分发点,继承了其所托管插件的所有风险(例如,任意代码执行、网络访问、文件系统操作)。主要的缓解措施是安装前的强制用户信任检查,但对外部插件的集中审核流程虽被提及却未详细说明。
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-plugin-directory
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-name/
├── .claude-plugin/
│ └── plugin.json # Plugin metadata (required)
├── .mcp.json # MCP server configuration (optional)
├── commands/ # Slash commands (optional)
├── agents/ # Agent definitions (optional)
├── skills/ # Skill definitions (optional)
└── README.md # Documentation
Documentation
For more information on developing Claude Code plugins, see the official documentation.
优点
- 集中、可信的插件来源
- 内部和外部贡献的清晰分离
- 标准化的插件结构确保一致性
- 通过 Claude Code 界面集成安装
缺点
- 完全依赖外部插件的质量
- 目录本身功能有限
- 安全审查责任转移给了用户
- 第三方插件可能带来供应链风险
相关技能
免责声明:本内容来源于 GitHub 开源项目,仅供展示和评分分析使用。
版权归原作者所有 anthropics.
