x-monitor

Monitor X/Twitter tweet replies and detect technical questions. Uses Camofox + Nitter to fetch reply threads without login. Identifies questions in replies for AI-assisted answer drafting.

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 "x-monitor" with this command: npx skills add ythx-101/x-monitor/ythx-101-x-monitor-x-monitor

X Monitor

Monitor tweet replies and detect questions for AI-assisted answering.

When to Use

  • User says "monitor this tweet", "watch replies", "check comments"
  • User shares a tweet link and wants to track responses
  • User needs help answering technical questions in their tweet replies

When NOT to Use

  • Just fetching a single tweet's content → use x-tweet-fetcher
  • Posting or replying on X → not supported (read-only)
  • Searching X for topics → use x-research

Usage

# Fetch all replies on a tweet
python3 scripts/monitor.py --url "https://x.com/user/status/123"

# Check for new replies since last check
python3 scripts/monitor.py --url "https://x.com/user/status/123" --watch

# Pretty output
python3 scripts/monitor.py --url "https://x.com/user/status/123" --pretty

Requirements

  • Camofox browser running on localhost:9377
  • Working Nitter instance (default: nitter.net)

File Structure

x-monitor/
├── README.md
├── SKILL.md          (this file)
├── scripts/
│   └── monitor.py    (main script)
└── data/
    └── state.json    (tracks last check per tweet)

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

x-tweet-fetcher

No summary provided by upstream source.

Repository SourceNeeds Review
General

ask-search

No summary provided by upstream source.

Repository SourceNeeds Review
General

antigravity-bridge

No summary provided by upstream source.

Repository SourceNeeds Review
General

async-issue-manager

No summary provided by upstream source.

Repository SourceNeeds Review