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.
How this skill is triggered — by the user, by Claude, or both
Slash command
/xactions:discovery-exploreThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Browser console scripts and MCP tools for exploring trends, searching content, and discovering accounts on X/Twitter.
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 monitoring2plugins reuse this skill
First indexed Jun 29, 2026
npx claudepluginhub nirholas/xactionsResearches X/Twitter data and performs approval-gated actions via Xquik API. Supports search, monitoring, thread summaries, creator discovery, and trends.
Use Xquik for X data workflows: tweet search, user lookup, follower export, media downloads, monitors, webhooks, REST API, MCP, SDK setup, and approval-gated account actions.
Scrapes X (Twitter) data: tweet search, user lookup, follower extraction, engagement metrics, giveaway draws, monitoring, webhooks, and 19 extraction tools via REST API or MCP server.