Complete Guide to Claude Cowork Plugins
Claude Cowork has introduced Plugins, a powerful new way to bundle skills, connectors, slash commands, and sub-agents into a single package. This feature transforms Claude into a specialized expert tailored for specific roles and industries.
What are Plugins?
Plugins are pre-packaged bundles of functionality that "teach" Claude how to perform specific types of work. Instead of manually configuring individual tools or explaining your context repeatedly, you can install a plugin to instantly equip Claude with the capabilities needed for a specific job function.
Plugins can include:
- Skills: Specific abilities like "create Jira ticket" or "analyze spreadsheet".
- Connectors: Integrations with external tools like Salesforce, GitHub, or Google Drive.
- Slash Commands: Shortcuts for common workflows (e.g.,
/draft-email). - Sub-agents: Specialized AI personas for complex tasks.
Official Plugins Collection
To launch this feature, Anthropic has released 11 open-source plugins used by their own teams. Here is what's available today:
🏢 Role-Specific Plugins
-
Productivity
- Best for: Everyone
- Features: Manage tasks, plan your day, and build persistent memory of your work context.
-
Product Management
- Best for: PMs, Product Owners
- Features: Write feature specs, plan roadmaps, synthesize user research, and keep stakeholders updated.
-
Marketing
- Best for: Marketers, Content Creators
- Features: Create content, plan campaigns, and analyze performance across marketing channels.
-
Legal
- Best for: Legal Counsel, Compliance Officers
- Features: Speed up contract review, NDA triage, and compliance workflows for in-house legal teams.
-
Finance
- Best for: Accountants, Analysts
- Features: Streamline workflows like journal entries, reconciliation, financial statements, and variance analysis.
-
Customer Support
- Best for: Support Agents, CX Managers
- Features: Triage tickets, draft responses, escalate issues, and build your knowledge base.
-
Data
- Best for: Data Scientists, Analysts
- Features: Write SQL, explore datasets, generate insights, and build visualizations from raw data.
-
Bio Research
- Best for: Researchers, Scientists
- Features: Connect to preclinical research tools and databases to accelerate early-stage life sciences R&D.
🛠️ Utility Plugins
-
Enterprise Search
- Search across all your company's tools in one place — email, chat, documents, and wikis.
-
Cowork Plugin Management
- Create, customize, and manage plugins tailored to your organization.
How to Get Started
Plugin support is currently available as a research preview for all paid Claude users.
- Visit the Marketplace: Go to Claude Plugins for Cowork or access it directly within the Cowork interface.
- Install: Select a plugin relevant to your role and click to install.
- Customize: Plugins are file-based and open-source. You can tweak them to fit your specific company workflows.
Security & Verification
- Anthropic Verified: Look for the "Anthropic Verified" badge. These plugins have undergone additional review for quality and safety.
- Community Plugins: You can also install plugins created by the community. Always review the source code and permissions before installing unverified plugins.
- Local Storage: Plugins are saved locally to your machine. You can share them with teammates by exporting the plugin file and having them import it.
Why This Matters
This update is a significant step towards "Agentic AI." By defining how work should be done once (via a plugin), you ensure consistency and efficiency across your entire team. Whether you are onboarding a new hire or automating a repetitive weekly report, plugins standardize the process.
How Plugins Fit Into the Broader Cowork Model
If you have read our Skills and Connectors guide, you already know that a Skill is a reusable instruction file and a Connector is an integration with an external tool. A Plugin is the next level up: it bundles Skills, Connectors, slash commands, and sub-agent definitions into one installable package.
Think of it as the difference between buying individual ingredients versus buying a meal kit. Skills and Connectors are the ingredients — powerful, but you have to assemble them yourself. A Plugin is the meal kit: everything you need for a specific role is pre-measured, pre-tested, and ready to cook.
This matters for two reasons. First, it lowers the barrier for non-technical users. A marketing manager does not need to know how to write a Skill file — they install the Marketing plugin and get a working set of slash commands and sub-agents tuned for their job. Second, it makes team-wide consistency possible. When everyone on the finance team uses the same Finance plugin, every journal entry follows the same format, every reconciliation uses the same checks, and every variance analysis reports the same metrics.
Customizing and Sharing Plugins
Because plugins are file-based and open-source, customization is straightforward. After installing a plugin, you will find its files in your local Claude configuration directory. Each plugin is a folder containing Markdown files for Skills, JSON for Connector definitions, and configuration for slash commands.
Adapting a Plugin to Your Team
The official plugins are written for general use. Most teams need to tweak them. Common customizations include:
- Renaming slash commands to match internal terminology (e.g., changing
/draft-emailto/client-update). - Adding company-specific context to a Skill file — your brand voice, your approval workflow, your document templates.
- Pointing Connectors at your own instances — the default Salesforce connector assumes a generic setup; yours may use custom objects or a sandbox URL.
- Removing capabilities you do not want — if your legal team should not have the sub-agent that drafts external communications, delete that file from the plugin folder.
Sharing Within an Organization
Currently plugins are stored locally on each user's machine. Organization-wide sharing is on Anthropic's roadmap. In the meantime, teams share plugins by committing the plugin folder to an internal Git repository and asking each new user to clone it into their Claude configuration directory. This is low-tech but reliable, and it means plugin updates propagate through normal pull requests — the same workflow your engineers already use for code.
Choosing the Right Plugin
With 11 official plugins available, the question is not "should I use plugins?" but "which ones, and how many?" A practical approach:
- Start with your role. If you are a PM, install the Product Management plugin first. It is the one you will use daily.
- Add one utility plugin. Enterprise Search is the most broadly useful — it lets Claude find information across your tools without you switching apps.
- Resist installing everything at once. Each plugin adds slash commands and sub-agents to Claude's context. Too many at once makes it harder for the agent to pick the right tool for a given task. Add plugins as you actually need them, not preemptively.
- Audit periodically. Every few months, review which plugins you actually use. Uninstall the ones that have gone dormant — they add noise without value.
Plugin Limitations to Be Aware Of
Plugins are powerful, but they are not magic. A few limitations to keep in mind:
- Plugins encode process, not judgment. A Finance plugin can format a journal entry correctly, but it cannot decide whether a particular expense is material. The human still owns judgment calls.
- Connectors depend on the external tool being reachable. If your Salesforce instance is down or your VPN blocks the API endpoint, the plugin's Salesforce connector will fail — the same as any integration would.
- Community plugins carry risk. The "Anthropic Verified" badge means Anthropic reviewed the plugin. Community plugins have no such review. Always read the source files before installing a plugin from an unverified source, the same way you would review code before running it.
- Plugins evolve. Anthropic updates official plugins as Cowork's capabilities change. A plugin that worked last month may need a refresh after a major Cowork update. Watch the plugin's repository for changes.
Next Steps
- Browse the marketplace at Claude Plugins for Cowork and install one plugin for your role.
- Read the Skills and Connectors guide to understand the building blocks plugins are made of.
- Explore the Mastering the Skills System guide if you want to customize a plugin's Skill files.