linkedin

Automate LinkedIn profile reads, feed views, and posting actions via Voyager API.

280|25|Updated Apr 18, 2026
One-click install
npx skills add https://github.com/sigcli/sigcli --skill linkedin-sigcli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: linkedin
Source: https://github.com/sigcli/sigcli/tree/main/skills/linkedin
Command: npx skills add https://github.com/sigcli/sigcli --skill linkedin-sigcli

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides automated access to LinkedIn data and actions for AI agents, enabling reading profiles and feeds, searching jobs, and performing interaction tasks such as posting, liking, commenting, connecting, and following.

Core Features & Use Cases

  • Read operations: fetch current user profile, view other profiles, read home feed, and search for people or jobs.
  • Write operations: create posts, like/unlike, comment on posts, send connection requests, and follow/unfollow users.
  • Use Case: An AI agent can engage with a LinkedIn lead by pulling their profile, drafting a personalized message, and sending a connection request.

Quick Start

Sign in with a valid LinkedIn session cookie and run the LinkedIn scripts to read profiles, view feeds, search jobs, and perform actions like posting, liking, commenting, connecting, or following.

Frequently Asked Questions about linkedin

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

FAQPage Schema
How do I automate LinkedIn feed reading and profile scraping with AI agents?

Automate LinkedIn feed reading and profile scraping by using scripts that require a valid session cookie to parse HTML and fetch profile data, home feeds, and job postings via Voyager API endpoints. The skill provides structured outputs for AI agents to process.

Can I automate LinkedIn posts, comments, and connection requests programmatically?

Yes, you can automate LinkedIn posts, comments, and connection requests programmatically. The scripts handle write operations by managing CSRF tokens and Voyager API requests to perform actions like posting, liking, commenting, connecting, and following.

Do I need a session cookie to access the LinkedIn Voyager API for automation?

Yes, you need a valid LinkedIn session cookie to access the Voyager API. The automation scripts use cookie-based authentication to handle CSRF tokens and manage Voyager API requests for both reading and writing LinkedIn data.

What is the best way to search LinkedIn jobs and profiles using Python requests?

The best way to search LinkedIn jobs and profiles using Python requests is to utilize scripts that manage Voyager API endpoints. These scripts handle authentication via session cookies, execute search operations, and return structured data for AI agent consumption.

Are there limitations when automating LinkedIn interactions via the Voyager API?

Automating LinkedIn interactions via the Voyager API requires continuous session cookie validation and CSRF token management. Limitations include potential session expiration and the need to parse HTML for posts, which may require ongoing maintenance to ensure structured output stability.