BeReach LinkedIn

BeReach LinkedIn automation plugin for OpenClaw. Automate LinkedIn outreach and networking.

BeReach is a LinkedIn automation plugin that turns your OpenClaw agent into a LinkedIn sales machine — handling account warm-up, lead discovery, ICP scoring, personalized outreach, conversation management, and demo booking on autopilot. Built by the BeReach team, it's a commercial SaaS product (€49/month) with an OpenClaw skill that gives your agent access to 70+ LinkedIn automation endpoints via the BeReach API. The plugin works through BeReach's infrastructure rather than directly automating LinkedIn. BeReach provides residential proxies, smart rate limiting, and progressive account warm-up that adapts in real time to your account health — mimicking human behavior to avoid LinkedIn's detection systems. Actions run through a real browser extension, not headless scripts from a datacenter. The system automatically detects your LinkedIn account type (Free, Premium, Sales Navigator) and adjusts daily limits accordingly. Key capabilities include: intent-signal detection from your LinkedIn feed (post engagement, job changes, hiring signals), ICP scoring that qualifies prospects before outreach, multi-step personalized conversations from first message to booked meeting, and a built-in CRM pipeline that tracks contacts through stages (contact → lead → qualified → approved). The agent maintains state across daily cron runs via server-side memory, so each session builds on previous learnings about what messaging works and which leads convert. The anti-hallucination architecture ensures the agent can only call tools that actually exist with validated parameters — no invented API endpoints or wrong paths. Real-time inbox webhooks notify the agent when prospects reply. With 331 weekly downloads, BeReach is niche but targeted — it's specifically for B2B sales teams and solo founders who want AI-powered LinkedIn outreach without building complex automation workflows from scratch.

Tags: social, automation, linkedin

Use Cases

  • B2B sales outreach — automated prospecting, personalized messaging, and demo booking on LinkedIn
  • Lead magnet distribution — automatically DM every person who comments on your LinkedIn posts
  • Networking automation — warm up and connect with potential partners, investors, or collaborators
  • Recruiting outreach — find and message potential candidates matching specific criteria
  • Content engagement — discover and interact with high-intent prospects through post activity signals

Tips

  • Start with a dedicated VPS (~€6/month on Hostinger) for always-on LinkedIn automation
  • Let the warm-up phase complete fully (days, not hours) before enabling outreach
  • Define your ICP criteria precisely — the agent's prospect scoring is only as good as your ICP definition
  • Use the built-in CRM pipeline instead of external tools like HubSpot — it's free and integrated
  • Set up inbox webhooks for real-time response handling instead of polling
  • The lead magnet automation (finding and DMing post commenters) is the fastest path to results
  • Review the agent's messaging regularly and provide feedback — it adapts based on what works

Known Issues & Gotchas

  • LinkedIn automation carries inherent account risk — use progressive warm-up and never skip it
  • BeReach uses AGPL-3.0 license, not MIT — read the license terms if you're building commercial tools on top
  • The browser extension must be installed and active on Chrome for LinkedIn actions to work
  • New accounts need 24+ hours of warm-up before sending outreach — don't skip this step
  • Sales Navigator unlocks more targeting options and higher daily limits but isn't required
  • The agent needs a Claude Pro subscription (~€17-20/month) for intelligence — total cost is ~€72-75/month
  • Daily cron runs are fresh agent sessions — state persists server-side, not in OpenClaw memory

Alternatives

  • LinkedIn Sales Navigator + manual
  • Dux-Soup / Phantombuster
  • Custom OpenClaw skill + LinkedIn API

Community Feedback

Our AI agent turns your OpenClaw into a LinkedIn sales machine — warming up your account, finding the right leads, handling every conversation, and booking demos on autopilot.

— BeReach website

It's been about a week since it's been running, and I'm starting to see the first results. The more I give it feedback, the more qualified the prospects become.

— BeReach testimonial

A single LinkedIn post generated 2,000 comments. The AI agent delivered the resource to every commenter via DM — fully autonomously, without a single manual step.

— BeReach case study

Frequently Asked Questions

Will my LinkedIn account get banned?

BeReach uses progressive warm-up, smart rate limiting, and residential proxies to minimize risk. Actions run through a real browser extension, not headless scripts. Account type is auto-detected for appropriate limits. However, any LinkedIn automation carries inherent risk — use a dedicated account if possible.

Do I need Sales Navigator?

No. BeReach works with a free LinkedIn account. Sales Navigator unlocks more targeting options and higher daily limits, but it's not required to get started with outreach.

How much does the full setup cost?

Total cost is approximately €72-75/month: BeReach Pro (€49/month) + VPS hosting (~€6/month) + Claude AI subscription (~€17-20/month for the agent intelligence). Annual BeReach billing (€490/year) saves about 17%.

How long before I see results?

Account warm-up takes several days. After that, you should see initial results within the first week. The agent improves over time as it learns which messaging and prospects convert best — early adopters report noticeable improvement with feedback.

Can I jump into conversations manually?

Yes. BeReach manages personalized multi-step conversations from first message to booked meeting, but you can take over any conversation manually at any point. The agent handles the volume, you handle the high-touch moments.

Is this different from using OpenClaw alone for LinkedIn?

Yes. OpenClaw is the engine, BeReach is the pilot. BeReach handles LinkedIn-specific concerns: account warm-up, rate limiting, residential proxies, ICP scoring, and compliance with LinkedIn's detection systems. Without it, you'd need to build all of this infrastructure yourself.

Configuration Examples

Basic setup

{
  "plugins": {
    "entries": {
      "bereach-openclaw": {
        "enabled": true,
        "config": {
          "apiKey": "${BEREACH_API_KEY}"
        }
      }
    }
  }
}

With daily cron automation

# Install the plugin:
openclaw plugins install bereach-openclaw

# Set API key:
export BEREACH_API_KEY=your-api-key

# Schedule daily outreach via cron job:
# The agent warms up, finds leads, and sends personalized messages daily

Installation

openclaw plugins install bereach-openclaw