From xactions
Provides JavaScript scripts for browser console to analyze X/Twitter engagement, best posting times, hashtags, competitors, follower demographics, tweet performance, viral detection, and A/B testing. Use for optimizing X account performance.
How this skill is triggered — by the user, by Claude, or both
Slash command
/xactions:analytics-insightsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Browser console scripts for analyzing X/Twitter performance — no API key needed. All analysis runs in DevTools console.
Browser console scripts for analyzing X/Twitter performance — no API key needed. All analysis runs in DevTools console.
| Goal | File | Navigate to |
|---|---|---|
| Engagement metrics | src/engagementAnalytics.js | x.com/USERNAME |
| Best posting times | src/bestTimeToPost.js | x.com/USERNAME |
| Hashtag analysis | src/hashtagAnalytics.js | x.com/search?q=%23tag |
| Competitor comparison | src/competitorAnalysis.js | Any page |
| Follower audit (fake/bot) | src/auditFollowers.js | x.com/USERNAME/followers |
| Sentiment analysis | src/sentimentAnalyzer.js | Any timeline |
| Tweet performance ranking | src/tweetPerformance.js | x.com/USERNAME |
| Viral tweet detection | src/viralTweetDetector.js | x.com/USERNAME |
| Posting schedule optimizer | src/tweetScheduleOptimizer.js | x.com/USERNAME |
| Follower demographics | src/audienceDemographics.js | x.com/USERNAME/followers |
| Follower growth tracking | src/followerGrowthTracker.js | x.com/USERNAME/followers |
| Content calendar analysis | src/contentCalendar.js | x.com/USERNAME |
| Engagement leaderboard | src/engagementLeaderboard.js | x.com/USERNAME |
| Tweet A/B testing | src/tweetABTester.js | x.com/USERNAME |
| Follow ratio management | src/followRatioManager.js | x.com/USERNAME |
| Audience overlap analysis | src/audienceOverlap.js | x.com/ACCOUNT/followers |
| Account health scoring | src/accountHealthMonitor.js | x.com/USERNAME |
| Shadowban detection | src/shadowbanChecker.js | x.com/USERNAME |
Scrapes your timeline and calculates per-tweet engagement rates (likes + RTs + replies / views). Shows average, median, best/worst performers, and engagement trend over time.
Lexicon-based sentiment analysis on any timeline. Classifies tweets as positive/negative/neutral. Shows sentiment distribution chart, most positive/negative tweets, and keyword frequency.
Side-by-side tweet comparison with multi-metric ranking. Sorts by likes, RTs, replies, views, or composite engagement rate. Identifies content patterns that drive performance.
Multi-factor viral scoring: engagement velocity, like-to-RT ratio, reply depth, view multiplier. Flags tweets significantly exceeding your baseline. Useful for identifying what resonates.
Analyzes your posting history to build a personalized optimal schedule. Generates heatmaps of engagement by day/hour. Recommends best slots based on YOUR audience's behavior.
Scrapes follower profiles and classifies by niche (tech, marketing, crypto, etc.), account size, bot likelihood, and verified status. Visual distribution charts.
Ranks users who engage most with your content. Identifies superfans (5+ interactions), regulars, and casual engagers. Exports VIP list for relationship building.
Controls: Auto-run on paste. XActions.pause() / XActions.abort() available.
Create controlled tests between two tweet variations. Post both, track metrics over time, get statistical winner determination with percentage difference.
Controls: XActions.createTest(), XActions.measure(), XActions.results()
Monitors follower/following ratio with letter grades (S→F). Generates 3 improvement paths (unfollow more, gain followers, combination). Tracks ratio history over time.
Controls: XActions.track(), XActions.plan(), XActions.history()
Compare follower lists between two accounts to find shared followers, unique audiences, and Jaccard similarity. Useful for collaboration decisions and competitor analysis.
Controls: XActions.analyze('accountA', 'accountB')
src/tweetPerformance.js — identify this week's top contentsrc/tweetScheduleOptimizer.js — verify you're posting at optimal timessrc/followRatioManager.js → XActions.track() — log weekly ratiosrc/engagementLeaderboard.js — identify top engagers to nurturesrc/accountHealthMonitor.js — check overall account health scoresrc/shadowbanChecker.js — rule out shadowbansrc/audienceDemographics.js — verify you're attracting the right audiencesrc/viralTweetDetector.js — check if you've had any breakout content recentlysrc/competitorAnalysis.js — compare your metrics to peerssrc/sentimentAnalyzer.js — understand current audience sentimentsrc/tweetPerformance.js — identify what content types worksrc/audienceOverlap.js — compare your audience with target niche leaderssrc/contentCalendar.js — find posting gaps to fillmaxPosts in CONFIG for deeper analysisnpx claudepluginhub nirholas/xactionsProvides browser console scripts using Puppeteer for X/Twitter business intelligence: brand monitoring, audience insights, competitor analysis, tweet A/B testing, auto-plug replies, and content performance optimization. Useful for low-budget promotion strategies.
Scores X/Twitter posts for viral potential using a 19-element heuristic system based on X's published recommendation architecture. Rewrites drafts to improve algorithmic reach and debugs underperforming tweets.
Creates personalized X/Twitter growth strategies via guided interview using algorithm-derived principles like exposure equation and phases. Useful for audience building or social media growth queries.