From xactions
Explores X/Twitter trending topics, searches tweets, scrapes explore page, and monitors keywords using browser JS scripts and MCP tools. Useful for trend discovery, content search, and account finding.
npx claudepluginhub harryvik990/x-autoThis skill uses the workspace's default tool permissions.
Browser console scripts and MCP tools for exploring trends, searching content, and discovering accounts on X/Twitter.
Explores X/Twitter trending topics, searches tweets, scrapes explore page, and monitors keywords using browser JS scripts and MCP tools. Useful for trend discovery, content search, and account finding.
Searches X/Twitter via API v2 for real-time dev discussions, product feedback, breaking news, expert opinions. Supports engagement sorting, user profiles, thread fetching, watchlists, result caching. Useful for recent discourse on library releases, API changes, launches.
Searches X/Twitter in real-time using Grok's x_search tool to retrieve tweets, trends, and discussions with citations. Supports filtering by time, handles, and JSON/compact outputs.
Share bugs, ideas, or general feedback.
Browser console scripts and MCP tools for exploring trends, searching content, and discovering accounts on X/Twitter.
| Goal | File | Navigate to |
|---|---|---|
| Monitor trending topics | src/trendingTopicMonitor.js | x.com/explore/tabs/trending |
| Search tweets | scripts/scrapeSearch.js | Search results page |
| Scrape hashtag | scripts/scrapeHashtag.js | x.com/hashtag/TAG |
| Find viral tweets | src/viralTweetDetector.js | Any profile |
| Keyword monitoring | src/keywordMonitor.js | Any page |
| Scrape explore page | src/exploreScraper.js | x.com/explore |
| Tool | Description |
|---|---|
x_get_trends | Current trending topics |
x_get_explore | Explore page content |
x_search_tweets | Full-text tweet search |
File: src/trendingTopicMonitor.js
Real-time trending topic scraper with niche classification.
XActions.scan() -- Scrape current trendsXActions.track() -- Log trend snapshot with timestampXActions.history() -- Show all tracked snapshotsXActions.forNiche(keyword) -- Filter trends by niche keywordXActions.export() -- Download trend data as JSONFile: src/keywordMonitor.js
Monitors X for mentions of specific keywords with sentiment classification.
XActions.setKeywords(['keyword1', 'keyword2']) -- Configure keywordsXActions.scan() -- Run one search cycleXActions.autoScan(intervalMs) -- Continuous monitoringXActions.stop() -- Stop auto-scanningXActions.report() -- Show summary with sentiment breakdownXActions.export() -- Download results as JSONsrc/trendingTopicMonitor.js -> XActions.forNiche('your_niche')src/threadComposer.js or src/contentRepurposer.jssrc/tweetPerformance.jsscripts/scrapeSearch.js or x_search_tweets for niche keywordssrc/viralTweetDetector.js on popular accounts in your nichesrc/contentRepurposer.jssrc/trendingTopicMonitor.js -> XActions.track() for trend logXActions.history() for recurring themessrc/keywordMonitor.js for brand/topic monitoring