social-analytics

Analyze social media profiles and engagement metrics across Twitter, Instagram, and LinkedIn.

145|28|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/guia-matthieu/clawfu-skills --skill social-analytics
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: social-analytics
Source: https://github.com/guia-matthieu/clawfu-skills/tree/main/skills/social/social-analytics
Command: npx skills add https://github.com/guia-matthieu/clawfu-skills --skill social-analytics

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires click, pandas, requests, beautifulsoup4, and includes scripts (resource) components.

What problem does it solve?

This Skill helps you understand social media performance by analyzing profiles, engagement, and content, saving significant time on manual data collection and analysis.

Core Features & Use Cases

  • Profile Analysis: Audit competitor or brand social media presence, including follower counts, post frequency, and engagement rates.
  • Engagement Calculation: Measure key metrics like engagement rate, amplification, conversation, and applause.
  • Top Post Identification: Discover which content resonates most with your audience.
  • Benchmarking: Compare your performance against competitors.
  • Use Case: You need to understand why a competitor's Instagram posts are getting more engagement than yours. Use this Skill to analyze their profile, identify their top-performing content, and compare engagement rates.

Quick Start

Analyze the Twitter profile of '@competitor_brand' to understand their social media performance.

Frequently Asked Questions about social-analytics

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

FAQPage Schema
How do I analyze social media engagement metrics across multiple platforms?

Social media competitor analysis is performed by scraping competitor profiles with beautifulsoup4 to identify follower counts, post frequency, and top-performing content, then calculating their engagement rates to benchmark against your own profile.

How do I identify top-performing content on an Instagram profile?

Top-performing content is identified by scraping the Instagram profile to gather post data, then using pandas to sort and rank posts by engagement metrics such as applause, amplification, and conversation rates to discover what resonates most with the audience.

What social media metrics do I need to calculate engagement rates?

Social media engagement rates are calculated by measuring key metrics like amplification, conversation, and applause using Python libraries such as pandas. This requires gathering post-level interaction data including likes, comments, and shares.

Does Python and beautifulsoup4 work for scraping social media profiles for analytics?

Python and beautifulsoup4 work for scraping social media profiles by fetching profile data with requests and parsing it to extract follower counts and post frequency for engagement analysis using pandas.

What's the best way to benchmark social media performance against competitors?

The best way to benchmark social media performance is to audit competitor presence by scraping their profiles and calculating their engagement rates, then comparing these metrics against your own profile data to identify gaps and top-performing content strategies.

Can I audit competitor presence on Twitter and LinkedIn using Python?

Yes, you can audit competitor presence on Twitter and LinkedIn using Python by leveraging requests and beautifulsoup4 to extract profile data, then using pandas to analyze follower counts, post frequency, and engagement rates.