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.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "discovery-explore" with this command: npx skills add nirholas/xactions/nirholas-xactions-discovery-explore

Discovery & Explore

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

Script Selection

GoalFileNavigate to
Monitor trending topicssrc/trendingTopicMonitor.jsx.com/explore/tabs/trending
Search tweetsscripts/scrapeSearch.jsSearch results page
Scrape hashtagscripts/scrapeHashtag.jsx.com/hashtag/TAG
Find viral tweetssrc/viralTweetDetector.jsAny profile
Keyword monitoringsrc/keywordMonitor.jsAny page
Scrape explore pagesrc/exploreScraper.jsx.com/explore

MCP Tools

ToolDescription
x_get_trendsCurrent trending topics
x_get_exploreExplore page content
x_search_tweetsFull-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)

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

twitter-scraping

No summary provided by upstream source.

Repository SourceNeeds Review
General

follower-monitoring

No summary provided by upstream source.

Repository SourceNeeds Review
General

direct-messages

No summary provided by upstream source.

Repository SourceNeeds Review