ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

x-reader

Read X (Twitter) posts without official API. Supports both Nitter (free) and RapidAPI (detailed) methods.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/dkimiscoding/x-reader-skill
Or

X-Reader

Read X (Twitter) posts without official API key.

Features

  • Nitter Mode (Default): Free, no API key required
  • RapidAPI Mode: Detailed tweet info with API key
  • Simple CLI interface
  • JSON output for easy integration

Usage

Basic (Nitter - Free)

python3 x-reader.py "https://x.com/username/status/1234567890"

Advanced (RapidAPI - Detailed)

export RAPIDAPI_KEY="your_rapidapi_key"
python3 x-reader.py "https://x.com/username/status/1234567890"

Output Format

{
  "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"
}

Notes

  • Nitter mode may have rate limits
  • RapidAPI free tier: 100 requests/month
  • For production use, consider RapidAPI paid tier

Metadata

Stars2387
Views0
Updated2026-03-09
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-dkimiscoding-x-reader-skill": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags

#twitter#x#social-media#scraper#api
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.