What this is

A practical guide to the outbound system: research → writing → execution → content → quality ops. Each skill handles one job instead of asking Claude to do everything in one prompt.

Important: The folder contains 30 actual skill files. The “31” refers to the full system including the setup layer.

MCP setup

You only need to do this once. It connects Claude Desktop to SalesRobot so the connected skills can pull prospects, create personalized variables, build sequences, and work with your LinkedIn inbox.

You need: Claude Desktop, a SalesRobot account with an API key, a LinkedIn account connected inside SalesRobot, and Node 18.

1. Install Node 18

Mac/Linux: nvm install 18 && nvm use 18

Windows: install nvm-windows, then run the same commands in an admin terminal.

2. Install the SalesRobot connector

npm install -g salesrobot-cli

3. Add SalesRobot to Claude Desktop

Open:

Mac: ~/Library/Application Support/Claude/claude_desktop_config.json

Windows: %APPDATA%\Claude\claude_desktop_config.json

Add this inside the config:

{
  "mcpServers": {
    "salesrobot": {
      "command": "npx",
      "args": ["-y", "salesrobot-cli"],
      "env": { "SR_API_KEY": "your_api_key_here" }
    }
  }
}

Replace your_api_key_here with the API key from SalesRobot → Settings → API Key. Save the file, then fully quit and reopen Claude Desktop.

4. Test the connection

Ask Claude: “List my LinkedIn accounts.”