linkedin-analytics

Solid

Analyze LinkedIn performance and manage engagement through Publora. Use when the user asks how a LinkedIn post or account performed (impressions, reach, reactions, comments, reshares, follower growth) or wants to react, comment, reshare or resolve an @mention. Statistics run over the REST API, engagement over MCP tools. Not for creating posts (use linkedin-post).

AI & Automation 47 stars 5 forks Updated 2 days ago MIT

Install

View on GitHub

Quality Score: 84/100

Stars 20%
56
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# LinkedIn Analytics Track impressions, engagement and follower growth for your LinkedIn posts and profile, and interact with posts through reactions, comments and reshares. Statistics come from the REST API; reactions, comments, reshares and mention lookups are MCP tools. ## Prerequisites **Plans:** Works on the free Starter plan. Current limits and pricing: [publora.com/pricing](https://publora.com/pricing). ### Getting Started 1. **Create account** at [publora.com/register](https://publora.com/register) (free) 2. **Connect LinkedIn** via OAuth in [Publora Dashboard](https://app.publora.com/dashboard) 3. **Get API key** at [app.publora.com/dashboard/api](https://app.publora.com/dashboard/api) 4. **Connect your agent** to the MCP server at `https://mcp.publora.com`, authenticating with `Authorization: Bearer sk_YOUR_API_KEY`. In Claude Code: ```bash claude mcp add publora --transport http https://mcp.publora.com \ --header "Authorization: Bearer sk_YOUR_API_KEY" ``` Claude Desktop, Cursor, Codex, OpenClaw and the claude.ai connector each need a different config file or flow: see [client setup](https://docs.publora.com/mcp/client-setup) for the exact path and snippet. ### REST API Fallback If the MCP server is unavailable or returns errors, use the REST API directly: **Base URL:** `https://api.publora.com/api/v1` **Authentication:** Use `x-publora-key` header (NOT `Authorization: Bearer`): ```bash # Get your connected platforms curl -X GET "https://api.publor...

Details

Author
publora
Repository
publora/skills
Created
5 months ago
Last Updated
2 days ago
Language
Python
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category