int-linkedin

Retrieve LinkedIn profile, post, engagement, and follower metrics via REST APIs.

520|175|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/evolution-foundation/evo-nexus --skill int-linkedin-evolution-foundation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: int-linkedin
Source: https://github.com/evolution-foundation/evo-nexus/tree/main/.claude/skills/int-linkedin
Command: npx skills add https://github.com/evolution-foundation/evo-nexus --skill int-linkedin-evolution-foundation

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill eliminates the manual effort of looking up LinkedIn profile details, post activity, and organization follower metrics by providing a programmatic API interface.

Core Features & Use Cases

  • Multi-account LinkedIn OAuth data access: Switch between configured LinkedIn accounts to fetch profile info and (when enabled) social metrics.
  • Profile and post retrieval: Pull the user’s public profile fields and optionally retrieve recent post data for analysis and reporting.
  • Post engagement and org follower stats: Fetch reactions/comments for a specific post and retrieve organization follower statistics where the required scopes/Advertising API approvals are available.

Quick Start

Ask your agent to list your configured LinkedIn accounts and return a concise summary of each account’s profile information.

Frequently Asked Questions about int-linkedin

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

FAQPage Schema
How do I retrieve LinkedIn profile analytics for multiple OAuth accounts?

Retrieve LinkedIn post engagement stats by providing the post identifier; the Skill fetches reaction and comment counts through the versioned REST API using your configured Bearer OAuth tokens.

Can I fetch organization follower statistics using the LinkedIn API?

Yes, you can fetch organization follower statistics if your OAuth configuration includes the required scopes and Advertising API approvals, using the org_followers command to return requested metrics.

What OAuth setup is required to access LinkedIn profile and post data?

You need Bearer OAuth tokens configured in your environment variables to access LinkedIn data, and REST calls must include LinkedIn-Version and X-Restli-Protocol-Version headers for successful API authentication.

How does the LinkedIn API return user profile information via OpenID Connect?

The Skill retrieves user profile information by querying the LinkedIn OpenID Connect userinfo endpoint, returning public profile fields for analysis and reporting based on your authenticated OAuth session.

Are there limitations when fetching LinkedIn organization follower metrics?

Yes, limitations exist because fetching organization follower metrics requires specific OAuth scopes and Advertising API approvals, which may not be available for all configured LinkedIn accounts.