X Monitor
Description
Monitor X/Twitter tweet replies and get AI-analyzed answers for technical questions. An OpenClaw skill.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
x-monitor
Monitor X/Twitter tweet replies and get AI-analyzed answers for technical questions.
An [OpenClaw](https://github.com/openclaw/openclaw) skill.
What It Does
- Monitor replies — Watch a tweet's comment section for new replies
- Detect questions — Identify technical questions in replies
- Draft answers — AI analyzes the question and drafts an answer for you to review
You stay in control — the skill only reads and analyzes, never posts.
Quick Start
# Check replies on a tweet
python3 scripts/monitor.py --url "https://x.com/user/status/123456"
# Watch for new replies (outputs new ones since last check)
python3 scripts/monitor.py --url "https://x.com/user/status/123456" --watch
Requirements
- Python 3.7+ (stdlib only)
- Camofox running on port 9377
- A working Nitter instance (default: nitter.net)
How It Works
- Uses Camofox browser to render nitter.net (JS-rendered page)
- Extracts reply author, text, and engagement from the rendered page
- Compares with previous check to find new replies
- Optionally identifies technical questions for AI analysis
Output Format
{
"tweet_url": "https://x.com/user/status/123",
"checked_at": "2026-02-14T22:00:00",
"total_replies": 5,
"new_replies": [
{
"author": "@username",
"text": "How do I fix this error?",
"likes": 2,
"media": ["https://pbs.twimg.com/media/XXX.jpg"],
"is_question": true
}
]
}
File Structure
x-monitor/
├── SKILL.md # Agent skill file
├── README.md # This file
├── scripts/
│ ├── monitor.py # Main monitor script (replies + watch mode)
│ └── version_check.py # Background version checker (silent on startup)
├── data/ # State files (last-seen reply timestamps)
└── VERSION
Companion Skills
Related Skills
Agency Agents
A complete AI agency at your fingertips - From frontend wizards to Reddit community ninjas, from whimsy inject
AI Firecrawl
🔥 The API to search, scrape, and interact with the web for AI
AI Artifacts Builder
Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web tech
AI CrewAI
Framework for orchestrating role-playing, autonomous AI agents. By fostering collaborative intelligence, CrewA
AI TrendRadar
⭐AI-driven public opinion & trend monitor with multi-platform aggregation, RSS, and smart alerts.🎯 告别信息过载,你的
AI mem0
| Universal memory layer for AI Agents | 51341 | 221 | 1 |
AI