skills/business-ads/SKILL.md
Manages X/Twitter business intelligence including brand monitoring, audience insights, competitor analysis, tweet A/B testing, auto-plug replies for promotion, and content performance optimization. Use when users want brand monitoring, audience analysis, competitor comparison, or promotion optimization on X.
npx skillsauth add harryvik990/X-auto business-adsInstall 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.
Browser console scripts and automation for X/Twitter business intelligence and promotion.
| Goal | File | Navigate to |
|------|------|-------------|
| Brand monitoring & sentiment | src/businessTools.js | Search results page |
| Audience insights | src/businessTools.js | x.com/USERNAME/followers |
| Competitor comparison | src/businessTools.js | Any profile page |
| A/B test tweet performance | src/tweetABTester.js | x.com/USERNAME |
| Auto-plug viral tweets | src/autoPlugReplies.js | x.com/USERNAME |
| Audience demographics | src/audienceDemographics.js | x.com/USERNAME/followers |
| Content performance | src/tweetPerformance.js | x.com/USERNAME |
File: src/businessTools.js
Puppeteer-based module for business intelligence.
| Function | Purpose |
|----------|---------|
| monitorBrandMentions(page, brand, {limit, since}) | Search mentions with sentiment |
| getAudienceInsights(page, username, {sampleSize}) | Follower bio analysis |
| analyzeCompetitors(page, ['user1', 'user2']) | Side-by-side comparison |
File: src/tweetABTester.js
Test tweet variations with statistical comparison.
Controls: XActions.createTest(name, textA, textB), XActions.setUrl(name, variant, url), XActions.measure(name), XActions.results(name)
File: src/autoPlugReplies.js
Automatically reply to your viral tweets with promotional content.
Controls: XActions.setPlug(text), XActions.setThreshold(n), XActions.scan(), XActions.autoScan(ms)
src/tweetABTester.jssrc/autoPlugReplies.js to promote on viral tweetssrc/trendingTopicMonitor.js for timely contentsrc/audienceDemographics.js for targetingsrc/tweetPerformance.jssrc/businessTools.js -> monitorBrandMentions() for sentimentsrc/keywordMonitor.js for real-time brand mention alertstools
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.