Skip to content
Back to Blog
How-Tosales rep

How to Install the Sales Rep Claude Plugin (Cowork & Code)

Step-by-step installation guide for the Sales Rep Claude plugin from The AI Career Lab — works in both Claude Cowork (chat) and Claude Code (terminal). What you get, how to install, and your first run.

5 min read

Don't want to install anything? You don't have to. The free web tools for sales reps on The AI Career Lab give you the same kind of pre-built workflows in your browser — five runs a day on a free account, no terminal, no install. Create a free account if you'd rather skip straight to the tools.

The Sales Rep Claude plugin from The AI Career Lab is the fastest way to turn Claude into a sales rep-aware co-worker. It bundles 4 pre-built slash commands and 2 skills that already know what sales reps actually do — so you stop writing prompts from scratch every time you need a routine document.

The plugin works in both runtimes Claude offers:

  • Claude Cowork — the chat product at claude.ai. The easiest path. No terminal, no install of anything else. Requires a paid Claude plan (Pro, Max, Team, or Enterprise) to access plugins.
  • Claude Code — the terminal CLI for power users and developers. Requires Node.js + npm. Free or paid Claude account both work.

This guide walks through the install in five minutes for whichever runtime you prefer. No coding background required either way.

What this plugin gives you

A normal Claude session is a blank chat window. You type what you want, Claude responds. That works, but it puts the burden of prompt engineering on you, and the output quality varies based on how much detail you remember to include.

A plugin replaces that loop with slash commands — pre-built shortcuts that already contain the structure, formatting rules, and professional conventions for a specific task. Instead of remembering how to ask for a sales rep-style document, you type one command and answer the questions Claude asks.

In this plugin you get:

  • /call-prep — runs the call prep workflow with the right structure pre-loaded
  • /follow-up — runs the follow up workflow with the right structure pre-loaded
  • /prospect-brief — runs the prospect brief workflow with the right structure pre-loaded
  • /sales-proposal — runs the sales proposal workflow with the right structure pre-loaded

Which runtime should you use?

Use Claude Cowork if:

  • You already use claude.ai for chat work
  • You prefer a graphical interface to a terminal
  • You don't want to install anything else on your machine
  • You have a paid Claude plan (Pro, Max, Team, or Enterprise)

Use Claude Code if:

  • You're already comfortable in a terminal
  • You want to use Claude alongside other developer tools
  • You're on a free Claude account (Claude Code plugin install does not require a paid plan)
  • You want the option to script and automate workflows around the plugin

The plugin commands and skills are identical across both runtimes. The choice is purely about which interface fits your workflow — Cowork is a browser-based chat with clickable plugin installs, Claude Code is a terminal CLI with slash-command installs.

Path A: Install in Claude Cowork (easiest, no command lines)

Claude Cowork is entirely UI-based. You don't type any slash commands to install plugins — you click.

  1. Open claude.ai in your browser and sign in.
  2. Make sure you're on a paid plan (Pro, Max, Team, or Enterprise). The plugin marketplace is gated to paid plans.
  3. Open the plugin settings and click Add marketplace.
  4. In the modal, paste this into the URL field:
alexclowe/awesome-claude-cowork-plugins
  1. Click Sync. Claude Cowork pulls the marketplace catalog from the public alexclowe/awesome-claude-cowork-plugins repo.
  2. Browse the marketplace. Find the Sales Rep plugin in the list and click Install next to it.

That's it. The commands and skills are now available in your Cowork chats. No terminal, no Node.js, no slash commands to type.

Path B: Install in Claude Code (terminal CLI, two commands)

Claude Code is the terminal CLI for Claude. It's free (no paid plan required for plugin install) but requires a one-time setup if you've never used it before.

One-time Claude Code setup

  1. Install Claude Code. Open a terminal and run:
npm install -g @anthropic-ai/claude-code

If you don't have npm, install Node.js first (download the LTS version, run the installer).

  1. Sign in once. Run claude in your terminal and follow the sign-in flow.

Install the plugin

Inside Claude Code, run these two commands:

/plugin marketplace add alexclowe/awesome-claude-cowork-plugins
/plugin install sales-rep@awesome-claude-cowork-plugins

The first command registers the marketplace catalog; the second installs the Sales Rep plugin by name from it. You only need to run marketplace add once — after that, installing additional plugins from the same marketplace is a single install command.

To verify, type /help and you should see the new commands listed alongside Claude Code's built-ins.

Your first command

After install, try the most common command in this plugin to verify everything is working:

/call-prep

When you run it, Claude will ask you for the context it needs (sales rep-specific details about the task at hand) and produce a structured draft. The whole point is that you don't have to remember how to prompt — the plugin already knows the format the sales rep job needs.

If you've ever found yourself re-typing the same kind of prompt over and over to get a call prep, that's what this command is replacing.

Skills you get for free

This plugin also includes Claude Skills that activate automatically when you're working on relevant tasks — no command required, no extra prompting:

  • Sales Communication — activates automatically when relevant context appears
  • Sales Strategy — activates automatically when relevant context appears

Skills are the part of the plugin that makes Claude feel like a co-worker who already knows your job. The first time one auto-activates while you're working on something else, you'll understand the difference between using Claude generically and using Claude as a sales rep.

Where to go from here

Once the plugin is installed and you've run your first command, the next thing to do is set up Claude as a real co-worker — not just a one-off command runner. That means giving it your professional context, your house style, and the documents it should reference.

  • Claude Cowork playbook for sales reps — the full setup guide for using Claude as your daily sales rep co-worker. This is the document that turns the plugin from a shortcut into an actual workflow.
  • Free web tools for sales reps — the same kind of pre-built workflows in your browser, no install required. Useful when you're at a workstation that doesn't have Claude Cowork or Claude Code set up.
  • Best AI Tools for Sales Reps in 2026 — the broader landscape of AI tools that make sense for sales reps, including the on-site tools and the affiliate platforms we recommend.
  • Weekly AI Digest for sales reps — curated AI updates relevant to your work, every week.

Common issues

I don't see the "Add marketplace" option in Claude Cowork. You need to be on a paid plan (Pro, Max, Team, or Enterprise). Plugin install is gated to paid plans in Cowork. If you're on a free plan, install via Claude Code instead — it's free.

The marketplace sync failed in Claude Cowork. Double-check the URL field has exactly alexclowe/awesome-claude-cowork-plugins — a GitHub owner/repo format, no https://, no trailing slash. Click Sync again.

The Claude Code marketplace add command failed. Make sure Claude Code is updated to the latest version (npm install -g @anthropic-ai/claude-code will update it). The plugin marketplace feature is built into recent versions; older versions don't have it.

The slash commands aren't showing up after install. Start a new chat (Cowork) or type /help (Claude Code). If you see the built-in commands but not the new ones, the install didn't complete — re-run the install and watch for error output.

I want to use this without installing anything. Use the free web tools instead. They run the same kinds of workflows in your browser without any install or paid plan.

Ready to try it without installing

If neither install path is appealing for a first try, the free web tools for sales reps give you the same kind of pre-built workflows in your browser — five runs a day on a free account.

Create your free AI Career Lab account and try the sales rep tools today. No credit card required.

By The AI Career Lab TeamPublished April 8, 2026Reviewed for accuracy

Related Guides

Get weekly AI tips for your profession

Join thousands of professionals saving hours every week with AI. Free. No spam.