commit 708eafa0a1af9e6d0555f5b01787eb0a2037c502 Author: zlei9 Date: Sun Mar 29 08:36:08 2026 +0800 Initial commit with translated description diff --git a/SKILL.md b/SKILL.md new file mode 100644 index 0000000..e862ec8 --- /dev/null +++ b/SKILL.md @@ -0,0 +1,71 @@ +--- +name: linkedin +description: "通过浏览器中继或Cookie进行LinkedIn自动化,用于消息传递、个人资料查看和网络操作。" +homepage: https://linkedin.com +metadata: {"clawdbot":{"emoji":"💼"}} +--- + +# LinkedIn + +Use browser automation to interact with LinkedIn - check messages, view profiles, search, and send connection requests. + +## Connection Methods + +### Option 1: Chrome Extension Relay (Recommended) +1. Open LinkedIn in Chrome and log in +2. Click the Clawdbot Browser Relay toolbar icon to attach the tab +3. Use `browser` tool with `profile="chrome"` + +### Option 2: Isolated Browser +1. Use `browser` tool with `profile="clawd"` +2. Navigate to linkedin.com +3. Log in manually (one-time setup) +4. 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!) +1. Navigate to messaging or profile +2. Use `browser action=act` with click/type actions +3. 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: +1. Open LinkedIn in browser, log in +2. DevTools → Application → Cookies → linkedin.com +3. Copy `li_at` value +4. 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 diff --git a/_meta.json b/_meta.json new file mode 100644 index 0000000..19b217c --- /dev/null +++ b/_meta.json @@ -0,0 +1,6 @@ +{ + "ownerId": "kn7fsrcz4428cmw3xb91h4t4dh7ztjxx", + "slug": "linkedin", + "version": "1.0.0", + "publishedAt": 1769231729796 +} \ No newline at end of file