int-linkedin

Retrieve LinkedIn profiles, posts, and engagement stats via OAuth.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill removes the manual overhead of querying LinkedIn for profile details, recent posts, post-level engagement, and organization follower statistics across multiple accounts, centralizing retrieval and basic aggregation for social analytics workflows.

Core Features & Use Cases

  • Multi-account OAuth management: Detects and uses multiple configured LinkedIn accounts from environment variables.
  • Profile & Posts retrieval: Fetches OpenID Connect profile info and lists recent authored posts when scopes permit.
  • Engagement and org stats: Retrieves reactions/comments for posts and organizational follower counts when appropriate API scopes are available.
  • Use Case: A social media manager can quickly compile profile summaries and engagement metrics across personal and company accounts to prepare a weekly performance report.

Quick Start

Fetch the latest five posts and engagement metrics for the LinkedIn account labeled Your Name.

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 post engagement metrics for multiple accounts?

Retrieve LinkedIn post engagement metrics by configuring multiple OAuth accounts via environment variables, then fetching reactions and comments for recent authored posts. The Skill detects each account and aggregates post-level engagement statistics automatically.

Can I automate LinkedIn profile lookups and follower summaries across company pages?

Yes, you can automate LinkedIn profile lookups and organization follower summaries by retrieving OpenID Connect profile info and organizational follower counts. It handles person and organization URNs when the appropriate API scopes are available.

What do I need to connect a LinkedIn API for social media analytics?

To connect a LinkedIn API for social media analytics, you need OAuth access tokens configured in environment variables and the correct API version headers. The Skill uses these to authenticate requests and fetch profile and post data.

What happens if my LinkedIn OAuth token lacks the required API scopes?

If your LinkedIn OAuth token lacks required API scopes, the Skill provides graceful handling of missing scopes or API errors. It safely skips unavailable data like reactions, comments, or organizational follower statistics without failing the entire retrieval.

How do I compile a weekly LinkedIn performance report with profile and engagement stats?

Compile a weekly LinkedIn performance report by fetching the latest five posts and engagement metrics for configured accounts. The Skill retrieves profile summaries, post-level reactions, and comments to centralize social analytics data.

Does this approach to LinkedIn social media monitoring support multi-account management?

Yes, LinkedIn social media monitoring supports multi-account management by detecting and using multiple configured LinkedIn accounts from environment variables. This centralizes retrieval for social analytics workflows across personal and company profiles.