linkedin-cli

Manage LinkedIn profiles, messages, and feed content via command-line interface.

Updated Feb 2, 2026
One-click install
npx skills add https://github.com/drbobber/superdiscount-deals --skill linkedin-cli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: linkedin-cli
Source: https://github.com/drbobber/superdiscount-deals/tree/main/skills/linkedin-cli
Command: npx skills add https://github.com/drbobber/superdiscount-deals --skill linkedin-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires linkedin-api, requests, and includes scripts (resource) components.

What problem does it solve?

This Skill automates common LinkedIn tasks, allowing users to manage their professional network interactions and information without needing to open a web browser.

Core Features & Use Cases

  • Profile Management: View your own profile, search for other users, and get detailed profile summaries.
  • Communication: Check recent messages and conversations.
  • Content Curation: Summarize your LinkedIn feed to stay updated.
  • Use Case: Quickly check who has viewed your profile or summarize the latest posts in your feed during a busy workday.

Quick Start

Use the lk command to check your recent LinkedIn messages.

Frequently Asked Questions about linkedin-cli

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate LinkedIn messages and profile views from the command line?

You can automate LinkedIn messages and profile views using a command-line interface that interacts with LinkedIn via session cookies. It supports searching people, viewing detailed profiles, summarizing conversations, and displaying feed posts without opening a browser.

How do I summarize recent LinkedIn conversations using a CLI?

To summarize recent LinkedIn conversations, run the CLI command for messages, which retrieves and summarizes your recent chats using session cookie authentication. This allows you to quickly check your latest LinkedIn communications directly from the terminal.

Do I need Python to run the LinkedIn CLI for managing my feed?

Yes, you need Python3 to run the LinkedIn CLI for managing your feed. The tool relies on the linkedin-api and requests dependencies, along with specific environment variables for API access, to fetch and summarize feed content.

How do I search for LinkedIn profiles without a web browser?

You can search for LinkedIn profiles without a web browser by using the CLI's automated searching feature. It retrieves detailed profile summaries directly through the API, requiring only your session cookies for authentication to return the user data.

What are the limitations of using a CLI for LinkedIn feed automation?

The limitations of using a CLI for LinkedIn feed automation include its dependency on valid session cookies for authentication and the need for specific environment variables. It requires Python3 and the linkedin-api library, meaning browser-based interactive features are unavailable.