Brought to you by a pretty woman called -

Anushka Gupta, Head - Ecosystem & Partnerships | SalesRobot

<aside>

BTW, we've been building SalesRobot since 2020. Bootstrapped.

We’re at 5,500 users across 45 countries, but here’s some actual crazy shit: → $1.4M ARR → 5 million organic LinkedIn impressions in 2025 alone.

Give SalesRobot your ICP, connect your LinkedIn account, and it handles the rest:

🎞️ AI video clone - your face, auto-personalized at scale

🎙️ AI voice clone - your voice, personalized per prospect

📅 AI appointment setter - handles replies, kills objections, books calls while you sleep.

Check it out if you’re intrigued, we’ve got a 14-day free trial (you should definitely give it a shot)
Book a demo today
White-label version for agencies (your clients would never know it’s us)

</aside>

Turn every commenter into an enriched, sequenced, CRM-logged lead — from a single Claude conversation

What this guide contains: the full setup, every copy-paste prompt, the voice skill template, the icebreaker prompt, the exact sequence structure, the inbox-to-CRM handoff, and the one step almost everyone skips (Part 0 — do not jump past it).

What you need before starting:

→ A SalesRobot account with a LinkedIn account already connected inside it (the MCP manages accounts that exist — it doesn’t connect LinkedIn for you) → Claude Desktop (free or paid) → Your SalesRobot API key: SalesRobot → Settings → API Key → 30 minutes for setup, once. After that, everything runs from chat.

Optional: LeadMagic connected in SalesRobot (for verified email fallback), a Zapier account (for the CRM handoff in Part 7).

outbound-pipeline-skills.zip


SETUP — Installing the SalesRobot MCP (do this once)

The MCP is what gives Claude hands. Without it, Claude can only write about outreach. With it, Claude runs your campaigns, imports prospects, builds sequences, and reads your inbox — 55 tools total.

Important: the package requires Node.js version 18 specifically. This is the #1 setup failure. Install via nvm (a version manager), not a regular Node download.

Mac / Linux

  1. Install nvm (skip if you have it):
curl -o- <https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh> | bash

Then restart your terminal.

  1. Install Node 18 and activate it:
nvm install 18
nvm use 18
node --version

That last command must print v18.x.x. If it doesn’t, stop and fix this first.