LinkedIn automation via browser relay or cookies for messaging, profile viewing, and network actions.
curl "https://skillshub.wtf/LeoYeAI/openclaw-master-skills/linkedin?format=md"Use browser automation to interact with LinkedIn - check messages, view profiles, search, and send connection requests.
Connection Methods
Option 1: Chrome Extension Relay (Recommended)
- Open LinkedIn in Chrome and log in
- Click the Clawdbot Browser Relay toolbar icon to attach the tab
- Use
browsertool withprofile="chrome"
Option 2: Isolated Browser
- Use
browsertool withprofile="clawd" - Navigate to linkedin.com
- Log in manually (one-time setup)
- Session persists for future use
Common Operations
Check Connection Status
browser action=snapshot profile=chrome targetUrl="https://www.linkedin.com/feed/"
View Notifications/Messages
browser action=navigate profile=chrome targetUrl="https://www.linkedin.com/messaging/"
browser action=snapshot profile=chrome
Search People
browser action=navigate profile=chrome targetUrl="https://www.linkedin.com/search/results/people/?keywords=QUERY"
browser action=snapshot profile=chrome
View Profile
browser action=navigate profile=chrome targetUrl="https://www.linkedin.com/in/USERNAME/"
browser action=snapshot profile=chrome
Send Message (confirm with user first!)
- Navigate to messaging or profile
- Use
browser action=actwith click/type actions - Always confirm message content before sending
Safety 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 the li_at cookie from browser:
- Open LinkedIn in browser, log in
- DevTools → Application → Cookies → linkedin.com
- Copy
li_atvalue - Store securely for API requests
Troubleshooting
- If logged out: Re-authenticate in browser
- If rate limited: Wait 24 hours, reduce action frequency
- If CAPTCHA: Complete manually in browser, then resume
> related_skills --same-repo
> youtube-watcher
Fetch and read transcripts from YouTube videos. Use when you need to summarize a video, answer questions about its content, or extract information from it.
> youtube-transcript
Fetch and summarize YouTube video transcripts. Use when asked to summarize, transcribe, or extract content from YouTube videos. Handles transcript fetching via residential IP proxy to bypass YouTube's cloud IP blocks.
> youtube-auto-captions
youtube-auto-captions skill from LeoYeAI/openclaw-master-skills
> youtube
YouTube Data API integration with managed OAuth. Search videos, manage playlists, access channel data, and interact with comments. Use this skill when users want to interact with YouTube. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).