Cowork · Lesson 05 Pro+ ~14 min read Marketplace + custom

Extending Cowork: plugins, skills, MCP.

Out-of-the-box Cowork is powerful. But its real superpower is extensibility — three different mechanisms for adding capabilities. Plugins package multiple features together. Skills teach Cowork specific file-format expertise. MCP connectors link to external services. This lesson covers all three, when to use which, and when it's worth building your own.

The mental model

Three extension types, three different purposes.

Cowork's extensibility model is at first confusing because there are three concepts that sound similar: Plugins, Skills, and MCP. They serve different purposes and you'll use all three.

Plugins are bundles. They're collections of skills, MCP connectors, and prompts grouped for a use case — e.g., a 'Sales' plugin might bundle Outlook MCP + a follow-up-email Skill + sales-prompt presets. Install one plugin, get everything for that workflow.

Skills are file-format experts. The docx Skill knows how to build Word documents properly. The xlsx Skill knows Excel. The pptx Skill knows PowerPoint. Skills are how Cowork produces real-format files, not just chat text.

MCP connectors link to services. Outlook MCP connects to Microsoft 365 email. Slack MCP connects to Slack. Salesforce MCP connects to your CRM. These are how Cowork accesses systems outside your local files.

Workflow 01 Browse and install from the marketplace

1

Find existing plugins that solve your problem

Before building anything custom, check the plugin marketplace. Most common workflows already have a plugin. The marketplace is searchable by use case.

The prompt that works

Marketplace searchIn Cowork's plugin marketplace, search for plugins matching your role: • 'Sales' — Outlook, Salesforce, prospecting prompts • 'Engineering' — GitHub, JIRA, deployment helpers • 'Marketing' — analytics MCP, content drafting Skills • 'Finance' — QuickBooks, Excel-heavy workflows • 'Legal' — contract review, citation lookup For each plugin you install, check: 1. What MCP connectors it requires (some need OAuth) 2. What Skills it adds (you can verify they aren't malicious) 3. The reviews — community ratings flag flaky ones

Best use cases

  • First-time setup for your role
  • Adding capabilities as your needs grow
  • Replacing custom workflows with maintained plugins
  • Evaluating what others in your role find useful
Plugins from unknown publishers can request a lot of permissions. Treat plugin installs like browser extensions — only install ones from publishers you trust or that have high ratings.
Time savings: Finding the right plugin: 10 min vs. building custom: hours or days.

Workflow 02 Understand which Skill produces which output

2

The Skill catalog and what each one knows

Skills are the engines that produce real files. Knowing which Skill handles which format lets you be more specific in your prompts.

The prompt that works

Skill invocationCore Skills you'll use: • docx — Word documents with proper styles, headings, page numbers, tables of contents • xlsx — Excel with formulas, multiple sheets, conditional formatting, charts • pptx — PowerPoint with layouts, speaker notes, themes • pdf — PDF creation, OCR, merge/split, form fill • schedule — set up scheduled recurring tasks • skill-creator — build your own custom Skill When you ask Cowork for an output, it picks the right Skill. But you can also invoke them explicitly: 'use the xlsx skill to build...' for cases where the format isn't obvious.

Best use cases

  • Explicitly requesting a specific output format
  • Debugging when Cowork picks the wrong format
  • Building workflows that chain multiple Skills
  • Understanding what's possible vs. what's not
If a Skill isn't installed, Cowork can't produce that format. If your prompt for a .pptx isn't working, verify the pptx Skill is installed in your Cowork config.
Time savings: Knowing the right Skill: avoid hours of 'why isn't this working' debugging.

Workflow 03 Connect new MCP servers

3

Wire up an external service Cowork doesn't know yet

MCP is an open standard. There are hundreds of MCP servers for different services. If you use a service Cowork doesn't have built-in, search for an MCP server for it — there probably is one.

The prompt that works

Add an MCP serverTo add a new MCP connector: 1. Search MCP server registry for your service (e.g., 'Notion MCP server') 2. Check the publisher and last-updated date — pick maintained ones 3. Copy the install command (usually one line in your Cowork config) 4. Restart Cowork 5. Run OAuth flow if the service needs authentication 6. Test with: 'list my [service] resources' Common MCP servers worth knowing: • Slack — read channels, post messages • Notion — search and update docs • Linear / Jira / Asana — ticket-aware work • GitHub — PR review and code-aware • HubSpot / Salesforce — CRM operations • Stripe — payment data • Postgres / Snowflake — query your database

Best use cases

  • Connecting to a CRM Cowork doesn't know yet
  • Linking to your team's internal tools
  • Adding read-only access to a database
  • Connecting to a service you discovered after setup
Use read-only credentials for any production database. Even with permission gates, you don't want Cowork running DELETE queries on production by accident.
Time savings: Setup: 15-30 min per service. ROI: every future task that uses that service is faster.

Workflow 04 Build a custom Skill (Pro+ pattern)

4

When the marketplace doesn't have what you need

If your workflow is unique, you can build a custom Skill that bundles your prompt patterns, file templates, and behavior. The skill-creator Skill walks you through it.

The prompt that works

Custom Skill creationUse the skill-creator Skill to build your own: "Use the skill-creator to build a new Skill called 'company-quarterly-report'. It should: 1. Take input from our quarterly-data.xlsx template 2. Apply our company's writing style (use company-voice.md as the reference) 3. Output a 12-slide PowerPoint matching our brand template (logo, color palette, fonts) 4. Include executive summary, channel breakdown, wins/losses, next-quarter plan 5. Save to a standard filename: q[N]-[YEAR]-review.pptx Generate the Skill, test it on q1-2026 data, and let me iterate."

Best use cases

  • Company-specific reporting templates
  • Workflows you run every week that have specific quirks
  • Compliance-driven document generation (consistent formatting required)
  • Onboarding flows for new team members
Custom Skills take 1-3 hours of upfront work to build well. Only do this for workflows you'll run at least 5 times — otherwise just use the base Skills with detailed prompts.
Time savings: Custom Skill: 2 hours to build, saves 30 min per execution thereafter.

Audit your extensions

Open your Cowork settings. List every Plugin, Skill, and MCP connector you have installed. Mark which ones you've actually used this month. Uninstall the ones you don't use. Install one new thing you've been meaning to try. Lean, current toolkit beats bloated, half-explored toolkit.

What you can do now

  • Understand the difference between Plugin, Skill, and MCP
  • Search the marketplace before building anything custom
  • Audit installed extensions quarterly — uninstall the unused
  • Use read-only credentials for any production systems
  • Build custom Skills only for workflows you'll run 5+ times
Pro+
Up next in Claude Mastery

Lesson 06 · Automation: scheduled tasks and live artifacts

The final piece: automate recurring work with scheduled tasks (daily briefings, weekly reports), and build live artifacts that pull fresh data every time you open them. This is what turns Cowork from tool to coworker. See the track →