Social media analytics for the Ayrshare MCP server — metrics for a specific post, and account/network-level analytics on a connected social network (followers, impressions, reach, demographics). Use whenever someone wants performance data: "how did my post do", "engagement on that tweet", likes/comments/shares/views/impressions/reach for a post, follower counts, reach or impressions for an account, "analytics for our LinkedIn", "how is our Instagram growing", or comparing networks. Also use when pulling analytics for a post that was NOT created through Ayrshare (by its native Social Post ID). Trigger when calling mcp__ayrshare__get_post_analytics, mcp__ayrshare__get_post_analytics_by_social_id, or mcp__ayrshare__get_social_network_analytics, and even without the word "Ayrshare" — if the user wants social media stats for a post or a network through an AI assistant, this is the skill. For the shared auth model and retry rules, see ../getting-started/SKILL.md.
$npx -y skills add ayrshare/ayrshare-social-media-api-claude-plugin --skill analyticsInstalls into the current project.
Run `npx skills use "https://github.com/ayrshare/ayrshare-social-media-api-claude-plugin" --skill "ayrshare/ayrshare-social-media-api-claude-plugin/analytics"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/ayrshare/ayrshare-social-media-api-claude-plugin" that are relevant to the current task. Run `npx skills add "https://github.com/ayrshare/ayrshare-social-media-api-claude-plugin"` and select the relevant skills, then follow their instructions.