skills/community-health-monitoring/SKILL.md
Audits follower quality, engagement authenticity, unfollower patterns, and network efficiency to produce a community health score. Use when monitoring account health or detecting bot/spam followers.
npx skillsauth add harryvik990/X-auto community-health-monitoringInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
MCP-powered workflow for auditing follower quality, engagement health, and network efficiency. Produces a scored health report.
| Tool | Purpose |
|------|---------|
| x_get_profile | Account-level stats |
| x_get_followers | Follower list for quality audit |
| x_get_following | Following list for reciprocity check |
| x_get_non_followers | Identify non-reciprocal follows |
| x_get_tweets | Engagement data for authenticity check |
| x_detect_unfollowers | Track recent unfollower patterns |
Complement MCP analysis with browser-side tools:
| Goal | Script |
|------|--------|
| Audit follower quality | src/auditFollowers.js |
| Detect unfollowers | src/detectUnfollowers.js |
| Audience demographics | src/audienceDemographics.js |
| Follow ratio analysis | src/followRatioManager.js |
| Account health dashboard | src/accountHealthMonitor.js |
| Shadowban check | src/shadowbanChecker.js |
x_get_profile to get follower count, following count, and calculate follower-to-following ratio.x_get_followers with limit: 200. Classify each follower:
x_get_tweets with limit: 30. For each tweet, compare engagement volume to follower count. Flag anomalies: likes/follower ratio > 10% (potential engagement pods) or < 0.1% (ghost followers).x_detect_unfollowers. Note churn rate and whether unfollowers correlate with specific content types or posting gaps.x_get_non_followers. Calculate reciprocity rate: mutual_follows / total_following * 100. Identify high-value accounts not following back.## Community Health Report: @{username}
Date: {date} | Health Score: {score}/100
### Score Breakdown
| Category | Score | Weight | Weighted |
|----------|-------|--------|----------|
| Follower Quality | {n}/100 | 30% | {n} |
| Engagement Authenticity | {n}/100 | 25% | {n} |
| Churn Rate | {n}/100 | 20% | {n} |
| Reciprocity | {n}/100 | 15% | {n} |
| Growth Trend | {n}/100 | 10% | {n} |
### Follower Audit
- Total: {count} | Active: {n}% | Low quality: {n}% | Suspect bots: {n}%
### Engagement Health
- Avg engagement rate: {rate}%
- Anomalous posts: {count} flagged
### Reciprocity
- Following: {count} | Follow back: {n}% | Non-followers: {count}
### Recommendations
1. {actionable recommendation}
2. {actionable recommendation}
3. {actionable recommendation}
src/accountHealthMonitor.js for quick between-audit checks| Score | Grade | Action | |-------|-------|--------| | 80-100 | Excellent | Maintain current strategy | | 60-79 | Good | Minor adjustments needed | | 40-59 | Fair | Review engagement strategy, clean follower list | | 20-39 | Poor | Major cleanup needed, block bots, reassess content | | 0-19 | Critical | Possible shadowban, mass bot followers, or inactive account |
src/blockBots.jssrc/unfollowback.jstools
Free MCP server providing 68+ tools for AI agents to automate X/Twitter. Scrapes profiles, followers, tweets. Posts, follows, likes, retweets, downloads videos, analyzes sentiment, monitors brands, manages DMs, runs workflows, and more. Uses local Puppeteer -- no API keys or payments required. Compatible with Claude Desktop, Cursor, Windsurf, VS Code. Use when setting up or using AI agent Twitter automation via MCP.
tools
Command-line interface for scraping X/Twitter data, managing MCP server config, and running automation. Scrapes profiles, followers, tweets, search results, and more from terminal. Outputs text, JSON, or CSV. Uses Puppeteer stealth. Use when running Twitter operations from command line or automated pipelines.
content-media
Researches trending topics and competitor threads to generate high-engagement thread content with optimized hooks, value ladders, and calls to action. Use when creating threads or planning viral content.
tools
Mass unfollow on X/Twitter via browser console scripts. Unfollows everyone, only non-followers, non-followers with username logging, smart time-based unfollow with whitelists, and follow/following ratio management. Use when cleaning up a following list, removing non-followers, bulk unfollowing accounts, or optimizing your follow ratio.