skills$openclaw/linkedin-cli
arun-86872.8k

by arun-8687

linkedin-cli – OpenClaw Skill

linkedin-cli is an OpenClaw Skills integration for coding workflows. A bird-like LinkedIn CLI for searching profiles, checking messages, and summarizing your feed using session cookies.

2.8k stars1.8k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026coding

Skill Snapshot

namelinkedin-cli
descriptionA bird-like LinkedIn CLI for searching profiles, checking messages, and summarizing your feed using session cookies. OpenClaw Skills integration.
ownerarun-8687
repositoryarun-8687/linkedin-cli
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @arun-8687/linkedin-cli
last updatedFeb 7, 2026

Maintainer

arun-8687

arun-8687

Maintains linkedin-cli in the OpenClaw Skills directory.

View GitHub profile
File Explorer
4 files
.
scripts
lk.py
4.6 KB
_meta.json
279 B
SKILL.md
1.4 KB
SKILL.md

name: linkedin-cli description: A bird-like LinkedIn CLI for searching profiles, checking messages, and summarizing your feed using session cookies. homepage: https://github.com/clawdbot/linkedin-cli metadata: {"clawdbot":{"emoji":"💼","requires":{"bins":["python3"],"env":["LINKEDIN_LI_AT","LINKEDIN_JSESSIONID"]}}}

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 🐶
README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

Requires the `linkedin-api` Python package: ```bash pip install linkedin-api ```

FAQ

How do I install linkedin-cli?

Run openclaw add @arun-8687/linkedin-cli in your terminal. This installs linkedin-cli into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/arun-8687/linkedin-cli. Review commits and README documentation before installing.