plugins marketplace
← All plugins

sales

v1.3.0

Prospect, craft outreach, and build deal strategy faster. Prep for calls, manage your pipeline, and write personalized messaging that moves deals forward.

Claude Code9 skills12 MCP serversstreamable-http

by Anthropic23.4kupdated 37 minutes ago

Source

git clone https://github.com/anthropics/knowledge-work-plugins

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is sales/ inside the repository.

Layout

sales/
├── .claude-plugin/plugin.json
├── skills/account-research/SKILL.md
├── skills/call-prep/SKILL.md
├── skills/call-summary/SKILL.md
├── skills/competitive-intelligence/SKILL.md
├── skills/create-an-asset/SKILL.md
├── skills/daily-briefing/SKILL.md
├── skills/draft-outreach/SKILL.md
├── skills/forecast/SKILL.md
├── skills/pipeline-review/SKILL.md
└── .mcp.json

Skills9

account-researchskills/account-research/SKILL.md

Research a company or person and get actionable sales intel. Works standalone with web search, supercharged when you connect enrichment tools or your CRM. Trigger with "research [company]", "look up [person]", "intel on [prospect]", "who is [name] at [company]", or "tell me about [company]".

call-prepskills/call-prep/SKILL.md

Prepare for a sales call with account context, attendee research, and suggested agenda. Works standalone with user input and web research, supercharged when you connect your CRM, email, chat, or transcripts. Trigger with "prep me for my call with [company]", "I'm meeting with [company] prep me", "call prep [company]", or "get me ready for [meeting]".

call-summaryskills/call-summary/SKILL.md

Process call notes or a transcript — extract action items, draft follow-up email, generate internal summary. Use when pasting rough notes or a transcript after a discovery, demo, or negotiation call, drafting a customer follow-up, logging the activity for your CRM, or capturing objections and next steps for your team.

competitive-intelligenceskills/competitive-intelligence/SKILL.md

Research your competitors and build an interactive battlecard. Outputs an HTML artifact with clickable competitor cards and a comparison matrix. Trigger with "competitive intel", "research competitors", "how do we compare to [competitor]", "battlecard for [competitor]", or "what's new with [competitor]".

create-an-assetskills/create-an-asset/SKILL.md

Generate tailored sales assets (landing pages, decks, one-pagers, workflow demos) from your deal context. Describe your prospect, audience, and goal — get a polished, branded asset ready to share with customers.

daily-briefingskills/daily-briefing/SKILL.md

Start your day with a prioritized sales briefing. Works standalone when you tell me your meetings and priorities, supercharged when you connect your calendar, CRM, and email. Trigger with "morning briefing", "daily brief", "what's on my plate today", "prep my day", or "start my day".

draft-outreachskills/draft-outreach/SKILL.md

Research a prospect then draft personalized outreach. Uses web research by default, supercharged with enrichment and CRM. Trigger with "draft outreach to [person/company]", "write cold email to [prospect]", "reach out to [name]".

forecastskills/forecast/SKILL.md

Generate a weighted sales forecast with best/likely/worst scenarios, commit vs. upside breakdown, and gap analysis. Use when preparing a quarterly forecast call, assessing gap-to-quota from a pipeline CSV, deciding which deals to commit vs. call upside, or checking pipeline coverage against your number.

pipeline-reviewskills/pipeline-review/SKILL.md

Analyze pipeline health — prioritize deals, flag risks, get a weekly action plan. Use when running a weekly pipeline review, deciding which deals to focus on this week, spotting stale or stuck opportunities, auditing for hygiene issues like bad close dates, or identifying single-threaded deals.

MCP servers12

apollostreamable-http
url
https://mcp.apollo.io/mcp
atlassianstreamable-http
url
https://mcp.atlassian.com/v1/mcp
claystreamable-http
url
https://api.clay.com/v3/mcp
closestreamable-http
url
https://mcp.close.com/mcp
firefliesstreamable-http
url
https://api.fireflies.ai/mcp
hubspotstreamable-http
url
https://mcp.hubspot.com/anthropic
mondaystreamable-http
url
https://mcp.monday.com/mcp
notionstreamable-http
url
https://mcp.notion.com/mcp
outreachstreamable-http
url
https://api.outreach.io/mcp/
similarwebstreamable-http
url
https://mcp.similarweb.com/mcp
slackstreamable-http
url
https://mcp.slack.com/mcp
zoominfostreamable-http
url
https://mcp.zoominfo.com/mcp

Manifests1

sales/.claude-plugin/plugin.json
{
  "name": "sales",
  "version": "1.3.0",
  "description": "Prospect, craft outreach, and build deal strategy faster. Prep for calls, manage your pipeline, and write personalized messaging that moves deals forward.",
  "author": {
    "name": "Anthropic"
  }
}