Agent skill

discovery-explore

Explores X/Twitter trending topics, searches for content, and discovers new accounts. Includes trending topic monitoring, keyword search, explore page scraping, and topic discovery. Use when users want to explore trends, search for content, or discover new accounts and topics on X.

Stars 197
Forks 39

Install this agent skill to your Project

npx add-skill https://github.com/nirholas/XActions/tree/main/skills/discovery-explore

Metadata

Additional technical details for this skill

author
nichxbt
version
4.0

SKILL.md

Discovery & Explore

Browser console scripts and MCP tools for exploring trends, searching content, and discovering accounts on X/Twitter.

Script Selection

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

MCP Tools

Tool Description
x_get_trends Current trending topics
x_get_explore Explore page content
x_search_tweets Full-text tweet search

Trending Topic Monitor

File: src/trendingTopicMonitor.js

Real-time trending topic scraper with niche classification.

Controls

  • XActions.scan() -- Scrape current trends
  • XActions.track() -- Log trend snapshot with timestamp
  • XActions.history() -- Show all tracked snapshots
  • XActions.forNiche(keyword) -- Filter trends by niche keyword
  • XActions.export() -- Download trend data as JSON

Features

  • Categorizes trends by niche (tech, politics, entertainment, sports, crypto, etc.)
  • Tracks trend velocity (rising/falling)
  • Identifies trending hashtags vs organic trends
  • Alerts on niche-relevant trends

Keyword Monitor

File: src/keywordMonitor.js

Monitors X for mentions of specific keywords with sentiment classification.

Controls

  • XActions.setKeywords(['keyword1', 'keyword2']) -- Configure keywords
  • XActions.scan() -- Run one search cycle
  • XActions.autoScan(intervalMs) -- Continuous monitoring
  • XActions.stop() -- Stop auto-scanning
  • XActions.report() -- Show summary with sentiment breakdown
  • XActions.export() -- Download results as JSON

Strategy Guide

Trend-jacking workflow

  1. Run src/trendingTopicMonitor.js -> XActions.forNiche('your_niche')
  2. Identify relevant trends with momentum
  3. Craft timely content using src/threadComposer.js or src/contentRepurposer.js
  4. Post within the first 2 hours of trend emergence for maximum visibility
  5. Track performance with src/tweetPerformance.js

Content ideation from search

  1. Use scripts/scrapeSearch.js or x_search_tweets for niche keywords
  2. Analyze top results for content gaps
  3. Use src/viralTweetDetector.js on popular accounts in your niche
  4. Repurpose successful formats with src/contentRepurposer.js

Building a discovery routine

  1. Daily: src/trendingTopicMonitor.js -> XActions.track() for trend log
  2. Weekly: Review XActions.history() for recurring themes
  3. Set src/keywordMonitor.js for brand/topic monitoring

Notes

  • Explore page content varies by region and account history
  • Trends refresh every ~15 minutes on X
  • Keyword monitor uses X search (subject to standard rate limits)
  • Trending data is publicly accessible (no auth needed for viewing)

Expand your agent's capabilities with these related and highly-rated skills.

nirholas/XActions

articles-longform

Compose, preview, publish, and manage long-form Articles on X/Twitter. Premium+ feature. Includes article creation, formatting, media insertion, and performance tracking. Use when users want to write, publish, manage, or analyze X Articles.

197 39
Explore
nirholas/XActions

x-pro-management

Navigate to X Pro (TweetDeck), set up monitoring columns, and manage multi-column view. Use when users want to use X Pro / TweetDeck features or set up a multi-column dashboard.

197 39
Explore
nirholas/XActions

business-ads

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.

197 39
Explore
nirholas/XActions

engagement-interaction

Automates X/Twitter engagement actions — like, unlike, reply, bookmark, hide replies, and auto-like by keyword. Also bulk-unlikes all posts. Use when users want to automate likes, send replies, manage bookmarks on tweets, hide replies, or clear their entire likes history.

197 39
Explore
nirholas/XActions

unfollow-management

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.

197 39
Explore
nirholas/XActions

follower-monitoring

Monitors X/Twitter follower changes using browser console scripts. Detects who unfollowed, tracks new followers with welcome messages, monitors any public account, runs continuous monitoring with alerts, tracks follower growth over time, and analyzes follower demographics. Use when tracking follower changes, detecting unfollowers, or monitoring Twitter accounts.

197 39
Explore

Didn't find tool you were looking for?

Be as detailed as possible for better results