LaunchKit · 2026
Back to Skills

linkedapi-linkedin

LinkedIn automation skill — search people and companies, fetch profiles, send messages and InMails, manage.

1
269 downloads
by @vprudnikoff

Setup & Installation

openclaw skills install @vprudnikoff/linkedapi-linkedin

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install linkedapi-linkedin

Version History

v1.0.1Feb 24, 2026 - Version note by skill developer:

Optimized description for better search discoverability

What This Skill Does

A CLI tool for LinkedIn automation that runs a real cloud browser to perform actions on the platform. Covers profile fetching, people and company search, messaging, connection management, posts, reactions, and comments. Sales Navigator is supported for advanced prospecting.

Uses a real cloud browser to interact with LinkedIn, so no unofficial API access or custom scraping infrastructure is needed.

When to use it

  • Finding all engineers at a target company by role and location
  • Sending personalized connection requests to a list of prospects
  • Monitoring a company's recent LinkedIn posts
  • Fetching full conversation history with a contact
  • Searching people by current employer, position, and school

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Find product managers at Stripe and send each a connection request with a note

AGENT
  1. 1Runs `linkedin company fetch` with `--employees` and `--employees-position 'Product Manager'` to get matching employees
  2. 2Iterates over the returned employee list
  3. 3Checks connection status for each profile using `linkedin connection status`
  4. 4Sends a connection request with a note via `linkedin connection send --note '...'` for each unconnected person
OUTPUT

Connection requests with notes sent to all product managers found at Stripe

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

app.linkedapi.io accountLinked API Token from linkedapi.io dashboardIdentification Token from linkedapi.io dashboardLinkedIn account connected via linkedapi.ioLinkedIn Sales Navigator subscription (required for navigator commands only)@linkedapi/linkedin-cli npm package (npm install -g @linkedapi/linkedin-cli)