| name | x-monitor |
| description | 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.
|
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
python3 scripts/monitor.py --url "https://x.com/user/status/123"
python3 scripts/monitor.py --url "https://x.com/user/status/123" --watch
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)