Loading...
Loading...
Track and analyze content performance across Instagram, YouTube, LinkedIn, Twitter/X, and Reddit using anysite MCP server. Measure engagement metrics, analyze post effectiveness, benchmark content strategy, identify top-performing content, and optimize posting strategies. Supports post performance tracking, engagement analysis, content type comparison, and competitive benchmarking. Use when users need to measure content ROI, optimize social strategy, identify viral content patterns, or analyze content engagement across platforms.
npx skill4agent add anysiteio/agent-skills anysite-content-analyticsget_instagram_user_posts(username, count=50)get_linkedin_user_posts(urn, count=50)get_twitter_user_posts(user, count=100)get_youtube_channel_videos(channel, count=30)get_instagram_user_posts(username, count=100)For each post:
- Engagement rate = (likes + comments) / follower_count
- Engagement per hour = engagement / hours_since_posted
- Content type (Reel, carousel, single image, video)Sort by engagement rate
Top 10%: Analyze for common patterns
- Topics/themes
- Visual style
- Caption style and length
- Hashtag strategyCount by type:
- Reels: X% of posts, Y% of engagement
- Carousels: X% of posts, Y% of engagement
- Single images: X% of posts, Y% of engagementFor each competitor:
get_instagram_user_posts(competitor, count=50)
Compare:
- Posting frequency
- Engagement rates
- Content types
- Top themesget_linkedin_user_posts(urn, count=100)Group by type:
- Text-only posts
- Image posts
- Video posts
- Article shares
- LinkedIn articles
- PollsFor each content type:
- Average reactions
- Average comments
- Average shares
- Engagement rateExtract themes from top posts:
- Industry insights
- Personal stories
- How-to/educational
- Company news
- Thought leadershipGroup posts by:
- Day of week
- Time of day
Calculate average engagement for each groupget_youtube_channel_videos(channel, count=50)For each video:
get_youtube_video(video_id)
Metrics:
- Views
- Likes/dislikes
- Comments
- View velocity (views per day since upload)Analyze top 20% by views:
- Video length
- Titles (keywords, style)
- Thumbnail patterns
- Topics/themes
- Upload timingCheck comments:
get_youtube_video_comments(video_id, count=100)
Analyze:
- Comment quality
- Questions asked
- Sentiment
- Engagement timingCompare:
- Long-form (>10 min) vs short (<5 min)
- Tutorial vs entertainment vs review
- Series vs one-offsget_instagram_user_posts(user, count)get_instagram_post(post_id)get_instagram_post_likes(post, count)get_instagram_post_comments(post, count)get_linkedin_user_posts(urn, count)get_linkedin_company_posts(urn, count)get_twitter_user_posts(user, count)search_twitter_posts(query, count)get_youtube_channel_videos(channel, count)get_youtube_video(video)get_youtube_video_comments(video, count)reddit_user_posts(username, count)search_reddit_posts(query, count)Score = (Engagement Rate × 40) +
(Comments/Likes Ratio × 30) +
(Share Rate × 30)