Open Source 开源项目 2h ago Updated 1h ago 更新于 1小时前 52

anthropics/claude-plugins-community Anthropic Claude 社区插件仓库

Anthropic maintains a community-contributed plugin marketplace for Claude Cowork and Claude Code, hosted as a read-only GitHub mirror Plugins undergo automated security scanning and internal review before approval for distribution The marketplace syncs nightly from Anthropic's internal pipeline, with submissions flowing through claude.ai Direct pull requests to the repository are automatically closed; all changes originate from the internal review process Anthropic发布Claude插件社区市场只读镜像仓库,收录经审核的社区贡献插件 所有插件需通过claude.ai提交、自动化安全扫描及人工审核后方可上架 插件安装支持通过`claude plugin marketplace add`命令或直接从claude.com/plugins安装 官方明确拒绝直接PR,所有变更必须经由内部审核流程同步

58
Hot 热度
62
Quality 质量
55
Impact 影响力

Analysis 深度分析

TL;DR

  • Anthropic maintains a community-contributed plugin marketplace for Claude Cowork and Claude Code, hosted as a read-only GitHub mirror
  • Plugins undergo automated security scanning and internal review before approval for distribution
  • The marketplace syncs nightly from Anthropic's internal pipeline, with submissions flowing through claude.ai
  • Direct pull requests to the repository are automatically closed; all changes originate from the internal review process

Why It Matters

This represents Anthropic's strategy for extending Claude's capabilities through a curated plugin ecosystem, balancing community innovation with security oversight. For AI practitioners, it signals the growing importance of plugin architectures in making LLMs more useful in production workflows.

Technical Details

  • The .claude-plugin/marketplace.json file serves as the authoritative plugin registry, synced nightly from Anthropic's internal review pipeline
  • Three plugin repositories are referenced: anthropics/claude-plugins-community (community), anthropics/claude-plugins-official (Anthropic-maintained), and anthropics/knowledge-work-plugins (role-specific)
  • Installation uses the CLI command claude plugin marketplace add anthropics/claude-plugins-community followed by claude plugin install <plugin-name>@claude-community
  • Security is enforced through automated scanning before any plugin reaches the marketplace
  • The submission URL clau.de/plugin-directory-submission is the only accepted channel for new plugins

Industry Insight

  • The read-only mirror model with internal pipeline control suggests Anthropic is prioritizing security and quality over open community contributions, a pattern likely to spread across the AI tooling ecosystem
  • Plugin marketplaces are becoming a key differentiator for LLM platforms, similar to how app stores shaped mobile computing
  • AI professionals should monitor this ecosystem for integration opportunities and stay aware of the security review standards being set for AI tooling

TL;DR

  • Anthropic发布Claude插件社区市场只读镜像仓库,收录经审核的社区贡献插件
  • 所有插件需通过claude.ai提交、自动化安全扫描及人工审核后方可上架
  • 插件安装支持通过claude plugin marketplace add命令或直接从claude.com/plugins安装
  • 官方明确拒绝直接PR,所有变更必须经由内部审核流程同步

为什么值得看

本文揭示了Anthropic构建Claude插件生态的审核机制与分发策略,为开发者理解AI助手插件化架构提供了参考。对希望接入Claude生态的插件开发者而言,明确了提交路径与合规要求。

技术解析

  • 仓库定位anthropics/claude-plugins-community是社区插件市场的只读镜像, nightly从Anthropic内部审核流水线同步,核心清单文件为.claude-plugin/marketplace.json
  • 安全审核流程:插件需经自动化安全扫描+人工审批双重关卡,确保分发安全,直接PR会被自动关闭
  • 安装方式:支持CLI命令安装(claude plugin marketplace add anthropics/claude-plugins-community + claude plugin install <plugin-name>@claude-community)及网页端安装(claude.com/plugins)
  • 关联仓库:官方维护的anthropics/claude-plugins-official与角色专用插件库anthropics/knowledge-work-plugins形成互补生态

行业启示

  • 插件生态治理模式:Anthropic采用"社区提交+官方审核+镜像同步"的半开放模式,平衡创新活力与安全可控,值得其他AI平台借鉴
  • 开发者准入策略:通过claude.ai统一入口和自动化扫描降低审核成本,同时拒绝直接PR维护代码主权,体现平台方对生态的强管控倾向
  • 插件市场标准化.claude-plugin配置文件与marketplace.json清单机制暗示AI插件正在形成类似npm/PyPI的标准化分发范式

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

Claude Claude Open Source 开源 Agent Agent Code Generation 代码生成