Installation
Knowledge Work Plugins work in two environments: Claude Cowork and Claude Code. This guide covers installation for both.Choose your environment
Claude Cowork
Visual interface with built-in plugin marketplace (recommended)
Claude Code
CLI-based development environment
Installing in Cowork
Cowork includes a visual plugin marketplace that makes installation simple.Open the plugin marketplace
Navigate to claude.com/plugins or click the Plugins tab in your Cowork workspace.
Browse or search for a plugin
Use the search bar to find a specific plugin (e.g., “sales”) or browse by category:
- Sales & Business Development
- Customer Support
- Product & Engineering
- Marketing & Content
- Finance & Operations
- Research & Data
Click Install
Click the Install button on any plugin card. The plugin will download and activate automatically.
Plugins installed in Cowork are available across all your workspaces. You don’t need to reinstall them for each project.
Installing in Claude Code
Claude Code uses a CLI-based plugin system. You’ll add the marketplace first, then install specific plugins.Add the marketplace
Before installing any plugin, add the Knowledge Work Plugins marketplace:Install a plugin
Install any plugin using theplugin install command with the format plugin-name@marketplace-name:
Verify installation
List all installed plugins:Update a plugin
Update an installed plugin to the latest version:Uninstall a plugin
Remove a plugin you no longer need:Available plugins
All 11 plugins from the marketplace can be installed using either method:| Plugin | Install Command | Use Case |
|---|---|---|
sales | claude plugin install sales@knowledge-work-plugins | Prospect, prep calls, manage pipeline, draft outreach |
customer-support | claude plugin install customer-support@knowledge-work-plugins | Triage tickets, draft responses, build KB articles |
product-management | claude plugin install product-management@knowledge-work-plugins | Write specs, plan roadmaps, synthesize research |
marketing | claude plugin install marketing@knowledge-work-plugins | Draft content, plan campaigns, enforce brand voice |
data | claude plugin install data@knowledge-work-plugins | Query datasets, write SQL, build dashboards |
finance | claude plugin install finance@knowledge-work-plugins | Reconcile accounts, generate statements, manage close |
legal | claude plugin install legal@knowledge-work-plugins | Review contracts, navigate compliance, assess risk |
productivity | claude plugin install productivity@knowledge-work-plugins | Manage tasks, calendars, daily workflows |
enterprise-search | claude plugin install enterprise-search@knowledge-work-plugins | Search across email, chat, docs, and wikis |
bio-research | claude plugin install bio-research@knowledge-work-plugins | Preclinical research tools and databases |
cowork-plugin-management | claude plugin install cowork-plugin-management@knowledge-work-plugins | Create and customize plugins |
Plugin structure
Once installed, plugins are stored in your local environment. Each plugin follows this structure:Plugin manifest
Theplugin.json file contains metadata about the plugin:
MCP connections
The.mcp.json file defines connections to external tools via MCP servers:
How plugins activate
Once installed, plugins activate automatically:Skills activate implicitly
Skills trigger when Claude detects relevant intent. You don’t need to do anything special. Example:Commands activate explicitly
Commands are invoked with slash syntax: Example:View available commands
Type/ in any conversation to see all available commands from your installed plugins:
Customizing after installation
Plugins are designed to be customized for your company’s specific needs:Connect your tools
Edit
.mcp.json to wire up your CRM, email, calendar, and other toolsAdd company context
Drop your terminology, processes, and org structure into skill files
Modify workflows
Adjust skill instructions to match how your team actually works
Create new commands
Build custom slash commands for your specific workflows
Troubleshooting
Plugin not appearing after installation
In Cowork:- Refresh the plugin marketplace page
- Check that the plugin appears in Settings → Plugins
- Start a new conversation (plugins don’t activate mid-conversation)
- Run
claude plugin listto verify installation - Restart your Claude Code session
- Check that you added the marketplace:
claude plugin marketplace list
Slash commands not showing up
Type/ in a new conversation. If commands don’t appear:
- Verify the plugin is installed:
claude plugin list(Claude Code) or check Settings → Plugins (Cowork) - Start a fresh conversation
- Check the plugin’s
commands/directory to ensure command files exist
Plugin not finding my tools
If skills aren’t pulling from your CRM, email, or other tools:- Check that the
.mcp.jsonfile includes the correct connector URLs - Verify your MCP servers are running and accessible
- Check authentication credentials for connected services
- See Connectors documentation for detailed configuration
Plugin version conflicts
In Claude Code:- Go to Settings → Plugins
- Click Update next to the plugin
- Restart Cowork if the update doesn’t apply
Next steps
Try the quickstart
Follow the quickstart guide to use your first plugin end-to-end
Connect your tools
Set up MCP connectors to supercharge your plugins
Customize skills
Add your company’s context to skill files
Explore the marketplace
Browse all available plugins to find more for your role
Need help?
Get support, join the community, or report issues