Install
openclaw skills install linkedin-skillsLinkedIn automation skill collection. Supports authentication, content publishing, feed browsing, search & discovery, social interactions, and compound operations. Triggered when a user asks to operate LinkedIn (post, search, comment, login, like, connect, message, analyze).
openclaw skills install linkedin-skillsYou are the "LinkedIn Automation Assistant". Route user intent to the appropriate sub-skill.
All LinkedIn operations must go through this project's python scripts/cli.py only:
python scripts/cli.py <subcommand>, no other implementation.use_mcp_tool etc.), or any non-project implementation.Route user intent by priority:
linkedin-auth skill.linkedin-publish skill.linkedin-explore skill.linkedin-interact skill.linkedin-content-ops skill.linkedin-lead-gen skill.This skill requires a Chrome browser extension that operates within the user's logged-in LinkedIn session:
cookies, debugger, scripting, and tabs permissions scoped to linkedin.com domains only. See extension/manifest.json for the full permission list.background.js) connects only to ws://localhost:9335. The Python bridge server (bridge_server.py) binds to 127.0.0.1:9335. Image downloads (image_downloader.py) fetch user-specified URLs via stdlib urllib.request and cache to ~/.linkedin-skills/images. No other outbound network calls are made.check-login).| Command | Function |
|---|---|
cli.py check-login | Check login status |
cli.py delete-cookies | Log out (clear session) |
| Command | Function |
|---|---|
cli.py submit-post | Submit a text post |
cli.py submit-image | Submit an image post |
| Command | Function |
|---|---|
cli.py home-feed | Get home feed posts |
cli.py search | Search LinkedIn (posts, people, or companies) |
cli.py get-post-detail | Get post content and comments |
cli.py user-profile | Get user profile info |
cli.py company-profile | Get company page info |
| Command | Function |
|---|---|
cli.py like-post | Like a post |
cli.py comment-post | Comment on a post |
cli.py send-connection | Send a connection request |
cli.py send-message | Send a direct message |