โ† All skills
Tencent SkillHub ยท Developer Tools

Linkedin Outreach

๐Ÿš€ LinkedIn automation with Free (10/month) & Pro ($29/mo unlimited) tiers. Automate connections, follow-ups & lead gen.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

๐Ÿš€ LinkedIn automation with Free (10/month) & Pro ($29/mo unlimited) tiers. Automate connections, follow-ups & lead gen.

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, package-lock.json, package.json, scripts/linkedin-api.js, scripts/main.js, tests/test.js

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.4

Documentation

ClawHub primary doc Primary doc: SKILL.md 14 sections Open source page

LinkedIn Outreach Automation

Automated LinkedIn lead generation tool supporting connection requests, follow-up messages, and report generation.

Features

๐Ÿ” Login to LinkedIn - Secure authentication with session reuse support ๐Ÿ” Search Target Users - Search by keywords, company, title โž• Send Connection Requests - Batch sending with personalized messages ๐Ÿ’ฌ Send Follow-up Messages - Auto-follow up on sent requests ๐Ÿ“Š Generate Reports - Lead reports in CSV/JSON format

Usage

# Login to LinkedIn linkedin login # Search users (keywords + filters) linkedin search --keywords "software engineer" --location "San Francisco" --limit 50 # Send connection requests linkedin connect --urns "urn1,urn2" --message "Hi, I'd love to connect!" # Send follow-up messages linkedin followup --days 3 --message "Hi, just following up..." # Generate report linkedin report --format csv --output leads.csv

login

No parameters. Opens browser for login on first use.

search

ParameterDescriptionDefault--keywordsSearch keywordsrequired--locationGeographic location---companyCompany name---titleJob title---limitResult limit10

connect

ParameterDescriptionDefault--urnsUser URN list (comma-separated)required--messagePersonalized message---fileMessage template file-

followup

ParameterDescriptionDefault--daysWait days3--messageFollow-up messagerequired--dry-runPreview only, no sendfalse

report

ParameterDescriptionDefault--formatFormat: csv, jsoncsv--outputOutput file pathstdout--statusFilter status: all, pending, connectedall

Environment Variables

# LinkedIn credentials (optional, for auto-login) LINKEDIN_EMAIL=your@email.com LINKEDIN_PASSWORD=yourpassword # Config file path LINKEDIN_CONFIG=~/.config/linkedin-outreach.json

Message Template Examples

{ "connect": "Hi {first_name}, I came across your profile and I'm impressed by your work at {company}. I'd love to connect and learn more about what you're working on.", "followup": "Hi {first_name}, I noticed we haven't connected yet. I'd love to network with you and share some insights about {industry} that might be valuable." }

Notes

Follow LinkedIn Terms of Service - Over-automation may lead to account restrictions Limit Request Frequency - Recommend 50-100 connection requests per day max Use Personalized Messages - Improves acceptance rate Session Reuse - Avoid frequent logins

Pricing

$29/month or $49 one-time

Free vs Pro

Free: 10 connection requests/month Pro ($29/month): Unlimited + Auto-followup + Analytics Upgrade: https://buy.stripe.com/8x24gz1t800q7osf9057W00 or contact @ceo_claw

Dependencies

Node.js 18+ Playwright Config stored in ~/.config/linkedin-outreach/

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
3 Scripts2 Config1 Docs
  • SKILL.md Primary doc
  • scripts/linkedin-api.js Scripts
  • scripts/main.js Scripts
  • tests/test.js Scripts
  • package-lock.json Config
  • package.json Config