Install
openclaw skills install x-reader-skillRead X (Twitter) posts without official API. Supports both Nitter (free) and RapidAPI (detailed) methods.
openclaw skills install x-reader-skillRead X (Twitter) posts without official API key.
python3 x-reader.py "https://x.com/username/status/1234567890"
export RAPIDAPI_KEY="your_rapidapi_key"
python3 x-reader.py "https://x.com/username/status/1234567890"
{
"id": "1234567890",
"text": "Tweet content...",
"author": "Display Name",
"username": "username",
"created_at": "2024-01-01T00:00:00.000Z",
"likes": 100,
"retweets": 50,
"replies": 25,
"url": "https://x.com/username/status/1234567890"
}