social-media-analyzer
Verifiedby alirezarezvani · Updated Apr 16, 2026
Social media campaign analysis and performance tracking. Calculates engagement rates, ROI, and benchmarks across platforms. Use for analyzing social media performance, calculating engagement rate, measuring campaign ROI, comparing platform metrics, or benchmarking against industry standards.
See It In Action
Now let me run both analysis scripts to get the full readout.
Here's your consolidated launch campaign readout:
🚀 Launch Campaign Readout — April 14, 2026
Data Quality: 9 Bad Rows Flagged (out of 24 total)
| Post ID | Platform | Issue |
|---|---|---|
ig_launch_005 | Reach = 0 (story with no reach tracked) | |
ig_launch_006 | Negative comments (-4) | |
ig_launch_007 | Bad date format (2026/03/16 — slashes instead of dashes) | |
li_launch_005 | Typo in platform (linkdin) | |
li_launch_006 | Missing reach (empty field) | |
li_launch_007 | Negative clicks (-15) | |
tt_launch_005 | TikTok | Negative shares (-40) |
tt_launch_006 | TikTok | Reach = 0 (all engagement metrics are 0 too — likely a dead/draft post) |
tt_launch_007 | TikTok | Bad date (2026-13-18 — month 13 doesn't exist) |
⚠️ 37.5% of rows are invalid. Marketing needs to fix these CSVs — the numbers below are based on the 15 clean posts only.
ROI Summary (15 valid posts, $3,005 total spend)
| Metric | Value |
|---|---|
| Estimated Value Generated | $33,405 |
| ROI | +1,011.6% |
| Cost Per Engagement (CPE) | $0.14 |
| Cost Per Click (CPC) | $0.55 |
| CPM | $7.26 |
ROI is excellent — the campaign is generating ~$11 in estimated value for every $1 spent.
Platform Benchmark Comparison
| Platform | Eng. Rate | vs. Avg Benchmark | Rating | CTR | CTR Rating |
|---|---|---|---|---|---|
| 7.91% | +6.69pp above 1.22% avg | 🟢 Excellent | 1.50% | 🟢 Excellent | |
| 6.65% | +4.65pp above 2.00% avg | 🟢 Excellent | 1.65% | 🟡 Good | |
| TikTok | 10.60% | +4.64pp above 5.96% avg | 🟡 Good | 1.20% | 🟢 Excellent |
All three platforms are beating their average benchmarks by wide margins. Instagram and LinkedIn engagement rated Excellent; TikTok is Good (needs >15% to hit Excellent on that platform's higher bar). CPC of $0.55 beats Instagram's $1.20 benchmark and TikTok's $1.00 benchmark.
Top 3 Posts (by engagement rate)
| Rank | Post | Platform | Type | Eng. Rate |
|---|---|---|---|---|
| 🥇 | tt_launch_008 | TikTok | Creator Collab | 11.16% |
| 🥈 | tt_launch_003 | TikTok | Trend Remix | 10.87% |
| 🥉 | tt_launch_001 | TikTok | Short Video | 10.73% |
Pattern: TikTok swept the top 3. Creator collabs and trend remixes drove the highest engagement — native-feeling content wins.
Bottom 3 Posts
| Rank | Post | Platform | Type | Eng. Rate |
|---|---|---|---|---|
| ⬇️ | li_launch_004 | Poll | 4.22% | |
| ⬇️ | ig_launch_003 | Static Image | 5.70% | |
| ⬇️ | li_launch_002 | Text | 5.89% |
Pattern: Low-effort formats (polls, plain text, static images) underperformed across the board — consistent with platform benchmark tendencies.
Recommendations
- Fix the 9 bad rows immediately — the invalid data (typos, negative values, bad dates, zero reach) needs to go back to marketing for correction before any final spend decisions. Re-running after fixes could shift the numbers.
- Scale budget on TikTok creator collabs and trend remixes — they're the clear top performers and ROI is already excellent.
- Drop or rework static images and plain text posts — they're dragging down the averages. Swap for carousels (Instagram) and documents/video (LinkedIn).
- LinkedIn CTR is "Good" but not "Excellent" — test stronger CTAs or link placements to push past the 2% threshold.
External Tools
| Tool | Type |
|---|---|
| python3 | binary |
Permissions
| Scope | Description |
|---|---|
| filesystem:read | |
| process:spawn |
SKILL.md
Social Media Analyzer
Campaign performance analysis with engagement metrics, ROI calculations, and platform benchmarks.
Table of Contents
Analysis Workflow
Analyze social media campaign performance:
- Validate input data completeness (reach > 0, dates valid)
- Calculate engagement metrics per post
- Aggregate campaign-level metrics
- Calculate ROI if ad spend provided
- Compare against platform benchmarks
- Identify top and bottom performers
- Generate recommendations
- Validation: Engagement rate < 100%, ROI matches spend data
Input Requirements
| Field | Required | Description |
|---|---|---|
| platform | Yes | instagram, facebook, twitter, linkedin, tiktok |
| posts[] | Yes | Array of post data |
| posts[].likes | Yes | Like/reaction count |
| posts[].comments | Yes | Comment count |
| posts[].reach | Yes | Unique users reached |
| posts[].impressions | No | Total views |
| posts[].shares | No | Share/retweet count |
| posts[].saves | No | Save/bookmark count |
| posts[].clicks | No | Link clicks |
| total_spend | No | Ad spend (for ROI) |
Data Validation Checks
Before analysis, verify:
- Reach > 0 for all posts (avoid division by zero)
- Engagement counts are non-negative
- Date range is valid (start < end)
- Platform is recognized
- Spend > 0 if ROI requested
Engagement Metrics
Engagement Rate Calculation
Engagement Rate = (Likes + Comments + Shares + Saves) / Reach × 100
Metric Definitions
| Metric | Formula | Interpretation |
|---|---|---|
| Engagement Rate | Engagements / Reach × 100 | Audience interaction level |
| CTR | Clicks / Impressions × 100 | Content click appeal |
| Reach Rate | Reach / Followers × 100 | Content distribution |
| Virality Rate | Shares / Impressions × 100 | Share-worthiness |
| Save Rate | Saves / Reach × 100 | Content value |
Performance Categories
| Rating | Engagement Rate | Action |
|---|---|---|
| Excellent | > 6% | Scale and replicate |
| Good | 3-6% | Optimize and expand |
| Average | 1-3% | Test improvements |
| Poor | < 1% | Analyze and pivot |
ROI Calculation
Calculate return on ad spend:
- Sum total engagements across posts
- Calculate cost per engagement (CPE)
- Calculate cost per click (CPC) if clicks available
- Estimate engagement value using benchmark rates
- Calculate ROI percentage
- Validation: ROI = (Value - Spend) / Spend × 100
ROI Formulas
| Metric | Formula |
|---|---|
| Cost Per Engagement (CPE) | Total Spend / Total Engagements |
| Cost Per Click (CPC) | Total Spend / Total Clicks |
| Cost Per Thousand (CPM) | (Spend / Impressions) × 1000 |
| Return on Ad Spend (ROAS) | Revenue / Ad Spend |
Engagement Value Estimates
| Action | Value | Rationale |
|---|---|---|
| Like | $0.50 | Brand awareness |
| Comment | $2.00 | Active engagement |
| Share | $5.00 | Amplification |
| Save | $3.00 | Intent signal |
| Click | $1.50 | Traffic value |
ROI Interpretation
| ROI % | Rating | Recommendation |
|---|---|---|
| > 500% | Excellent | Scale budget significantly |
| 200-500% | Good | Increase budget moderately |
| 100-200% | Acceptable | Optimize before scaling |
| 0-100% | Break-even | Review targeting and creative |
| < 0% | Negative | Pause and restructure |
Platform Benchmarks
Engagement Rate by Platform
| Platform | Average | Good | Excellent |
|---|---|---|---|
| 1.22% | 3-6% | >6% | |
| 0.07% | 0.5-1% | >1% | |
| Twitter/X | 0.05% | 0.1-0.5% | >0.5% |
| 2.0% | 3-5% | >5% | |
| TikTok | 5.96% | 8-15% | >15% |
CTR by Platform
| Platform | Average | Good | Excellent |
|---|---|---|---|
| 0.22% | 0.5-1% | >1% | |
| 0.90% | 1.5-2.5% | >2.5% | |
| 0.44% | 1-2% | >2% | |
| TikTok | 0.30% | 0.5-1% | >1% |
CPC by Platform
| Platform | Average | Good |
|---|---|---|
| $0.97 | <$0.50 | |
| $1.20 | <$0.70 | |
| $5.26 | <$3.00 | |
| TikTok | $1.00 | <$0.50 |
See references/platform-benchmarks.md for complete benchmark data.
Tools
Calculate Metrics
python scripts/calculate_metrics.py assets/sample_input.json
Calculates engagement rate, CTR, reach rate for each post and campaign totals.
Analyze Performance
python scripts/analyze_performance.py assets/sample_input.json
Generates full performance analysis with ROI, benchmarks, and recommendations.
Output includes:
- Campaign-level metrics
- Post-by-post breakdown
- Benchmark comparisons
- Top performers ranked
- Actionable recommendations
Examples
Sample Input
See assets/sample_input.json:
{
"platform": "instagram",
"total_spend": 500,
"posts": [
{
"post_id": "post_001",
"content_type": "image",
"likes": 342,
"comments": 28,
"shares": 15,
"saves": 45,
"reach": 5200,
"impressions": 8500,
"clicks": 120
}
]
}
Sample Output
See assets/expected_output.json:
{
"campaign_metrics": {
"total_engagements": 1521,
"avg_engagement_rate": 8.36,
"ctr": 1.55
},
"roi_metrics": {
"total_spend": 500.0,
"cost_per_engagement": 0.33,
"roi_percentage": 660.5
},
"insights": {
"overall_health": "excellent",
"benchmark_comparison": {
"engagement_status": "excellent",
"engagement_benchmark": "1.22%",
"engagement_actual": "8.36%"
}
}
}
Interpretation
The sample campaign shows:
- Engagement rate 8.36% vs 1.22% benchmark = Excellent (6.8x above average)
- CTR 1.55% vs 0.22% benchmark = Excellent (7x above average)
- ROI 660% = Outstanding return on $500 spend
- Recommendation: Scale budget, replicate successful elements
Reference Documentation
Platform Benchmarks
references/platform-benchmarks.md contains:
- Engagement rate benchmarks by platform and industry
- CTR benchmarks for organic and paid content
- Cost benchmarks (CPC, CPM, CPE)
- Content type performance by platform
- Optimal posting times and frequency
- ROI calculation formulas
Proactive Triggers
- Engagement rate below platform average → Content isn't resonating. Analyze top performers for patterns.
- Follower growth stalled → Content distribution or frequency issue. Audit posting patterns.
- High impressions, low engagement → Reach without resonance. Content quality issue.
- Competitor outperforming significantly → Content gap. Analyze their successful posts.
Output Artifacts
| When you ask for... | You get... |
|---|---|
| "Social media audit" | Performance analysis across platforms with benchmarks |
| "What's performing?" | Top content analysis with patterns and recommendations |
| "Competitor social analysis" | Competitive social media comparison with gaps |
Communication
All output passes quality verification:
- Self-verify: source attribution, assumption audit, confidence scoring
- Output format: Bottom Line → What (with confidence) → Why → How to Act
- Results only. Every finding tagged: 🟢 verified, 🟡 medium, 🔴 assumed.
Related Skills
- social-content: For creating social posts. Use this skill for analyzing performance.
- campaign-analytics: For cross-channel analytics including social.
- content-strategy: For planning social content themes.
- marketing-context: Provides audience context for better analysis.
FAQ
What does social-media-analyzer do?
Social media campaign analysis and performance tracking. Calculates engagement rates, ROI, and benchmarks across platforms. Use for analyzing social media performance, calculating engagement rate, measuring campaign ROI, comparing platform metrics, or benchmarking against industry standards.
When should I use social-media-analyzer?
Use it when you need a repeatable workflow that produces text response.
What does social-media-analyzer output?
In the evaluated run it produced text response.
How do I install or invoke social-media-analyzer?
npx skills add https://github.com/alirezarezvani/claude-skills --skill social-media-analyzer
Which agents does social-media-analyzer support?
Claude Code
What tools, channels, or permissions does social-media-analyzer need?
It uses python3; channels commonly include text; permissions include filesystem:read, process:spawn.
Is social-media-analyzer safe to install?
Static analysis marked this skill as low risk; review side effects and permissions before enabling it.
How is social-media-analyzer different from an MCP or plugin?
A skill packages instructions and workflow conventions; tools, MCP servers, and plugins are dependencies the skill may call during execution.
Does social-media-analyzer outperform not using a skill?
About social-media-analyzer
When to use social-media-analyzer
You have campaign or post-level social metrics and want engagement rates and ROI calculated. You want to compare Instagram, Facebook, LinkedIn, TikTok, or Twitter/X performance against benchmarks. You need ranked top and bottom performing posts with recommendations.
When social-media-analyzer is not the right choice
You need the agent to fetch live analytics directly from social platforms or ad accounts. You need content creation or publishing rather than performance analysis.
What it produces
Produces text response.
Install
npx skills add https://github.com/alirezarezvani/claude-skills --skill social-media-analyzerInvoke: Ask Claude Code to use social-media-analyzer for the task.