一键导入
LinkedIn automation via browser for messaging, profile viewing, search, and network actions.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
LinkedIn automation via browser for messaging, profile viewing, search, and network actions.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Automated WhatsApp notifications for upcoming calendar meetings + on-demand next meeting queries. Sends reminders 10 minutes before meetings and provides rich attendee context on request.
Log meeting notes (Granola, manual, etc.) to HubSpot portfolio company records via WhatsApp or Telegram.
Proactively discover Israeli tech founders about to start new companies via LinkedIn signals. Syncs leads to HubSpot and tracks approach status.
Generate content in each team member's voice with adaptive voice learning via WhatsApp.
Deep investment evaluation — 12-section VC analysis from pitch decks with web research, parallel AI analysis, and multi-channel delivery.
Monthly review of Keep on Radar deals with company research updates. Sends digest to deal owners and handles actions (pass, keep, add note) via email reply or WhatsApp.
| name | |
| description | LinkedIn automation via browser for messaging, profile viewing, search, and network actions. |
| homepage | https://linkedin.com |
| metadata | {"clawdbot":{"emoji":"💼"}} |
Use browser automation to interact with LinkedIn - check messages, view profiles, search, and send connection requests.
cp services/linkedin-browser.service ~/.config/systemd/user/
systemctl --user daemon-reload
systemctl --user enable --now linkedin-browser.service
openclaw browser create-profile --name linkedin --color '#0077B5'
openclaw config set browser.noSandbox true
openclaw config set browser.headless true
openclaw browser navigate --browser-profile linkedin https://www.linkedin.com
# Use Google OAuth or email/password to log in via browser tool
# Session cookies persist in /root/.openclaw/browser-data/linkedin/
browser action=navigate profile=linkedin targetUrl="https://www.linkedin.com/search/results/people/?keywords=QUERY"
browser action=snapshot profile=linkedin
browser action=navigate profile=linkedin targetUrl="https://www.linkedin.com/in/USERNAME/"
browser action=snapshot profile=linkedin
browser action=navigate profile=linkedin targetUrl="https://www.linkedin.com/company/COMPANY/"
browser action=snapshot profile=linkedin
browser action=snapshot profile=linkedin targetUrl="https://www.linkedin.com/feed/"
browser action=navigate profile=linkedin targetUrl="https://www.linkedin.com/messaging/"
browser action=snapshot profile=linkedin
browser action=act with click/type actions--efficient flag on snapshots to get clickable ref labels--format aria for full accessibility tree (more detail)systemctl --user status linkedin-browser.service