CommunicationDocumentedScanned
LinkedIn automation via browser relay or cookies for messaging, profile viewing.
Share:
Installation
npx clawhub@latest install linkedinView the full skill documentation and source below.
Documentation
Use browser automation to interact with LinkedIn - check messages, view profiles, search, and send connection requests.
Connection Methods
Option 1: Chrome Extension Relay (Recommended)
browser tool with profile="chrome"Option 2: Isolated Browser
browser tool with profile="clawd" Common Operations
Check Connection Status
browser action=snapshot profile=chrome targetUrl=""
View Notifications/Messages
browser action=navigate profile=chrome targetUrl=""
browser action=snapshot profile=chrome
Search People
browser action=navigate profile=chrome targetUrl=""
browser action=snapshot profile=chrome
View Profile
browser action=navigate profile=chrome targetUrl=""
browser action=snapshot profile=chrome
Send Message (confirm with user first!)
browser action=act with click/type actionsSafety Rules
- Never send messages without explicit user approval
- Never accept/send connection requests without confirmation
- Avoid rapid automated actions - LinkedIn is aggressive about detecting automation
- Rate limit: ~30 actions per hour max recommended
Session Cookie Method (Advanced)
If browser relay isn't available, extract theli_at cookie from browser:
li_at valueTroubleshooting
- If logged out: Re-authenticate in browser
- If rate limited: Wait 24 hours, reduce action frequency
- If CAPTCHA: Complete manually in browser, then resume