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.
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.
Mac/Linux: nvm install 18 && nvm use 18
Windows: install nvm-windows, then run the same commands in an admin terminal.
npm install -g salesrobot-cli
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.
Ask Claude: “List my LinkedIn accounts.”