LinkedIn CLI
A bird-like LinkedIn CLI for searching profiles, checking messages, and summarizing your feed using session cookies.
arun-8687
@arun-8687
What This Skill Does
A command-line tool that uses LinkedIn session cookies to search profiles, check messages, and summarize your feed without a browser.
Replaces manual LinkedIn browsing by automating profile searches, message checks, and feed summaries through a single CLI.
When to Use It
- Search for LinkedIn profiles matching specific keywords or job titles
- Get a detailed summary of a LinkedIn profile using its public ID
- View the top posts from your LinkedIn feed without opening the browser
- Quickly check your recent LinkedIn messages from the terminal
- Display your own LinkedIn profile details for verification
Install
$ openclaw skills install @arun-8687/linkedin-cliLinkedIn 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
- Extract Cookies: Open LinkedIn in Chrome/Firefox.
- Go to DevTools (F12) -> Application -> Cookies ->
www.linkedin.com. - Copy the values for
li_atandJSESSIONID. - 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 ๐ถ
Top skills in this category
Session-logs
@guogang1024Search and analyze your own session logs (older/parent conversations) using jq.
Humanizer
@biostartechnologyRemove signs of AI-generated writing from text. Use when editing or reviewing text to make it sound more natural and human-written. Based on Wikipedia's comprehensive "Signs of AI writing" guide. Detects and fixes patterns including: inflated symbolism, promotional language, superficial -ing analyses, vague attributions, em dash overuse, rule of three, AI vocabulary words, negative parallelisms, and excessive conjunctive phrases.
Summarize Pro
@mkpareek0315When user asks to summarize text, articles, documents, meetings, emails, YouTube transcripts, books, PDFs, reports, conversations, or any long content. Also...
ATXP
@emilioaccAccess ATXP paid API tools for web search, AI image generation, music creation, video generation, X/Twitter search, email, and agent account management. Use...
Performs web searches using DuckDuckGo to retrieve real-time information from the internet. Use when the user needs to search for current events, documentation, tutorials, or any information that requires web search capabilities.
@10e9928aPerforms web searches using DuckDuckGo to retrieve real-time information from the internet. Use when the user needs to search for current events, documentation, tutorials, or any information that requires web search capabilities.