int-linkedin

Consolidate LinkedIn profile, post, and org metrics across multiple OAuth-authenticated accounts.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/DavidsonGomes/claude_cowork_workspace --skill int-linkedin-davidsongomes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: int-linkedin
Source: https://github.com/DavidsonGomes/claude_cowork_workspace/tree/main/.claude/skills/int-linkedin
Command: npx skills add https://github.com/DavidsonGomes/claude_cowork_workspace --skill int-linkedin-davidsongomes

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Consolidates LinkedIn metrics by providing access to profile data, recent posts, and organization statistics across configured accounts via OAuth, reducing manual lookups and fragmentation.

Core Features & Use Cases

  • Profile lookups: Retrieve name, email, photo URL, and LinkedIn URN for configured accounts.
  • Post summaries: Fetch recent posts with text snippets and key metadata.
  • Org follower insights: Retrieve organization follower statistics where API access allows.
  • Multi-account support: Operates across multiple LinkedIn accounts via OAuth to aggregate insights.

Quick Start

Query a LinkedIn account to fetch the profile and recent posts across your configured accounts.

Frequently Asked Questions about int-linkedin

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

FAQPage Schema
How do I consolidate LinkedIn analytics across multiple accounts?

You can consolidate LinkedIn analytics across multiple accounts by using OAuth tokens to query profile, post, and organization statistics from configured accounts, aggregating the results into a unified view.

Can I retrieve LinkedIn profile data and recent posts using OAuth?

Yes, you can retrieve LinkedIn profile data and recent posts using valid OAuth tokens. The process fetches names, emails, photo URLs, and post snippets by enforcing versioned API usage with appropriate access scopes.

What do I need to query LinkedIn organization follower statistics?

To query LinkedIn organization follower statistics, you need valid OAuth access tokens with appropriate API scopes configured in your environment variables, along with granted organization access permissions for the target accounts.

Does this approach support per-account scoping for LinkedIn metrics?

Yes, per-account scoping is supported for LinkedIn metrics. The system reads configured account information from environment variables and enforces versioned API usage to retrieve profile, post, and org stats individually.

Why are my LinkedIn API requests failing during profile lookups?

LinkedIn API requests for profile lookups fail when OAuth access tokens are missing, invalid, or lack the appropriate API scopes. Ensure your environment variables contain valid tokens with the correct permissions for versioned API access.