anthropics / knowledge-work-plugins
anthropics / knowledge-work-plugins
Knowledge Work Plugins Plugins that turn Claude into a specialist for your role, team, and company. Built for Claude Cowork, also compatible with Claude Code.
知识工作插件 (Knowledge Work Plugins) 这些插件能将 Claude 转变为针对您个人角色、团队和公司的专家。它们专为 Claude Cowork 构建,同时也兼容 Claude Code。
Why Plugins Cowork lets you set the goal and Claude delivers finished, professional work. Plugins let you go further: tell Claude how you like work done, which tools and data to pull from, how to handle critical workflows, and what slash commands to expose — so your team gets better and more consistent outcomes. Each plugin bundles the skills, connectors, slash commands, and sub-agents for a specific job function. Out of the box, they give Claude a strong starting point for helping anyone in that role. The real power comes when you customize them for your company — your tools, your terminology, your processes — so Claude works like it was built for your team.
为什么使用插件 Cowork 允许您设定目标,而 Claude 则交付完成的专业工作。插件让您更进一步:您可以告诉 Claude 您喜欢的工作方式、需要调用的工具和数据、如何处理关键工作流,以及需要公开哪些斜杠命令(slash commands),从而让您的团队获得更好、更一致的成果。每个插件都为特定的工作职能整合了技能、连接器、斜杠命令和子代理。开箱即用,它们为 Claude 提供了强大的起点,能够帮助任何担任该角色的人。真正的威力在于您为公司进行定制时——使用您的工具、术语和流程——这样 Claude 的工作方式就像是专为您团队打造的一样。
Plugin Marketplace We’re open-sourcing 11 plugins built and inspired by our own work:
插件市场 我们开源了 11 个基于我们自身工作构建并受其启发的插件:
| Plugin | How it helps | Connectors |
|---|---|---|
| productivity | Manage tasks, calendars, daily workflows, and personal context so you spend less time repeating yourself. | Slack, Notion, Asana, Linear, Jira, Monday, ClickUp, Microsoft 365 |
| sales | Research prospects, prep for calls, review your pipeline, draft outreach, and build competitive battlecards. | Slack, HubSpot, Close, Clay, ZoomInfo, Notion, Jira, Fireflies, Microsoft 365 |
| customer-support | Triage tickets, draft responses, package escalations, research customer context, and turn resolved issues into knowledge base articles. | Slack, Intercom, HubSpot, Guru, Jira, Notion, Microsoft 365 |
| product-management | Write specs, plan roadmaps, synthesize user research, keep stakeholders updated, and track the competitive landscape. | Slack, Linear, Asana, Monday, ClickUp, Jira, Notion, Figma, Amplitude, Pendo, Intercom, Fireflies |
| marketing | Draft content, plan campaigns, enforce brand voice, brief on competitors, and report on performance across channels. | Slack, Canva, Figma, HubSpot, Amplitude, Notion, Ahrefs, SimilarWeb, Klaviyo |
| legal | Review contracts, triage NDAs, navigate compliance, assess risk, prep for meetings, and draft templated responses. | Slack, Box, Egnyte, Jira, Microsoft 365 |
| finance | Prep journal entries, reconcile accounts, generate financial statements, analyze variances, manage close, and support audits. | Snowflake, Databricks, BigQuery, Slack, Microsoft 365 |
| data | Query, visualize, and interpret datasets — write SQL, run statistical analysis, build dashboards, and validate your work before sharing. | Snowflake, Databricks, BigQuery, Definite, Hex, Amplitude, Jira |
| enterprise-search | Find anything across email, chat, docs, and wikis — one query across all your company’s tools. | Slack, Notion, Guru, Jira, Asana, Microsoft 365 |
| bio-research | Connect to preclinical research tools and databases (literature search, genomics analysis, target prioritization) to accelerate early-stage life sciences R&D. | PubMed, BioRender, bioRxiv, ClinicalTrials.gov, ChEMBL, Synapse, Wiley, Owkin, Open Targets, Benchling |
| cowork-plugin-management | Create new plugins or customize existing ones for your organization’s specific tools and workflows. | — |
(Table translation omitted for brevity, as the content is technical terminology)
Install these directly from Cowork, browse the full collection here on GitHub, or build your own.
您可以直接从 Cowork 安装这些插件,在 GitHub 上浏览完整合集,或者构建您自己的插件。
Getting Started Cowork: Install plugins from claude.com/plugins. Claude Code:
# Add the marketplace first
claude plugin marketplace add anthropics/knowledge-work-plugins
# Then install a specific plugin
claude plugin install sales@knowledge-work-plugins
Once installed, plugins activate automatically. Skills fire when relevant, and slash commands are available in your session (e.g., /sales:call-prep, /data:write-query).
入门指南 Cowork: 从 claude.com/plugins 安装插件。 Claude Code:
# 首先添加市场
claude plugin marketplace add anthropics/knowledge-work-plugins
# 然后安装特定插件
claude plugin install sales@knowledge-work-plugins
安装完成后,插件会自动激活。技能会在相关时触发,斜杠命令也可在您的会话中使用(例如:/sales:call-prep, /data:write-query)。
How Plugins Work Every plugin follows the same structure:
plugin-name/
├── .claude-plugin/plugin.json # Manifest
├── .mcp.json # Tool connections
├── commands/ # Slash commands you invoke explicitly
└── skills/ # Domain knowledge Claude draws on automatically
Skills encode the domain expertise, best practices, and step-by-step workflows Claude needs to give you useful help. Claude draws on them automatically when relevant. Commands are explicit actions you trigger (e.g., /finance:reconciliation, /product-management:write-spec). Connectors wire Claude to the external tools your role depends on — CRMs, project trackers, data warehouses, design tools, and more — via MCP servers. Every component is file-based — markdown and JSON, no code, no infrastructure, no build steps.
插件的工作原理 每个插件都遵循相同的结构: (结构代码同上) 技能(Skills)编码了 Claude 为您提供有用帮助所需的领域专业知识、最佳实践和分步工作流。Claude 会在相关时自动调用它们。命令(Commands)是您触发的显式操作(例如:/finance:reconciliation, /product-management:write-spec)。连接器(Connectors)通过 MCP 服务器将 Claude 连接到您角色所依赖的外部工具——如 CRM、项目跟踪器、数据仓库、设计工具等。每个组件都是基于文件的——Markdown 和 JSON,无需代码、无需基础设施、无需构建步骤。
Making Them Yours These plugins are generic starting points. They become much more useful when you customize them for how your company actually works:
- Swap connectors — Edit .mcp.json to point at your specific tool stack.
- Add company context — Drop your terminology, org structure, and processes into skill files so Claude understands your world.
- Adjust workflows — Modify skill instructions to match how your team actually does things, not how a textbook says to.
- Build new plugins — Use the cowork-plugin-management plugin or follow the structure above to create plugins for roles and workflows we haven’t covered yet.
As your team builds and shares plugins, Claude becomes a cross-functional expert. The context you define gets baked into every relevant interaction, so leaders and admins can spend less time enforcing processes and more time improving them.
打造属于您的插件 这些插件只是通用的起点。当您根据公司的实际运作方式进行定制时,它们会变得更有用:
- 更换连接器 — 编辑 .mcp.json 以指向您特定的工具栈。
- 添加公司背景 — 将您的术语、组织结构和流程放入技能文件中,以便 Claude 理解您的世界。
- 调整工作流 — 修改技能说明,以匹配您团队的实际操作方式,而不是教科书上的方式。
- 构建新插件 — 使用 cowork-plugin-management 插件或遵循上述结构,为我们尚未涵盖的角色和工作流创建插件。
随着您的团队构建和共享插件,Claude 将成为跨职能专家。您定义的背景信息会被植入到每一次相关的交互中,这样领导者和管理员可以减少在执行流程上花费的时间,从而有更多时间去改进流程。
Contributing Plugins are just markdown files. Fork the repo, make your changes, and submit a PR.
贡献 插件只是 Markdown 文件。Fork 该仓库,进行修改,然后提交 PR。