Jump to related tools in the same category or review the original source on GitHub.

Communication @arun-8687 Updated 2/26/2026

💼 Linkedin Cli OpenClaw Skill - ClawHub

Do you want your AI agent to automate Linkedin Cli workflows? This free skill from ClawHub helps with communication tasks without building custom tools from scratch.

What this skill does

A bird-like LinkedIn CLI for searching profiles, checking messages, and summarizing your feed using session cookies.

Install

npx clawhub@latest install linkedin-cli

Full SKILL.md

Open original
namedescriptionhomepage
linkedin-cliA bird-like LinkedIn CLI for searching profiles, checking messages, and summarizing your feed using session cookies.https://github.com/clawdbot/linkedin-cli

LinkedIn CLI (lk)

A witty, punchy LinkedIn CLI inspired by the bird CLI. It uses session cookies for authentication, allowing for automated profile scouting, feed summaries, and message checks without a browser.

Setup

  1. Extract Cookies: Open LinkedIn in Chrome/Firefox.
  2. Go to DevTools (F12) -> Application -> Cookies -> www.linkedin.com.
  3. Copy the values for li_at and JSESSIONID.
  4. Set them in your environment:
    export LINKEDIN_LI_AT="your_li_at_value"
    export LINKEDIN_JSESSIONID="your_jsessionid_value"
    

Usage

  • lk whoami: Display your current profile details.
  • lk search "query": Search for people by keywords.
  • lk profile <public_id>: Get a detailed summary of a specific profile.
  • lk feed -n 10: Summarize the top N posts from your timeline.
  • lk messages: Quick peek at your recent conversations.
  • lk check: Combined whoami and messages check.

Dependencies

Requires the linkedin-api Python package:

pip install linkedin-api

Authors

  • Built by Fido 🐶
Original URL: https://github.com/openclaw/skills/blob/main/skills/arun-8687/linkedin-cli

Related skills

If this matches your use case, these are close alternatives in the same category.