x-reader
Read X (Twitter) posts without official API. Supports both Nitter (free) and RapidAPI (detailed) methods.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/dkimiscoding/x-reader-skillX-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
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-dkimiscoding-x-reader-skill": {
"enabled": true,
"auto_update": true
}
}
}Tags
Related Skills
content-rewriter
Cross-platform content repurposer. Takes one piece of content and rewrites it for multiple Chinese social media platforms, adapting tone, format, length, and style.
instagram-search
Instagram Search — Search 400M+ Instagram posts, reels, and profiles. Find influencers, track hashtags, analyze engagement, and export data. No Instagram API or Meta developer account needed — works through Xpoz MCP.
seo-optimizer
SEO optimizer and compliance checker for Chinese social media. Optimizes titles, keyword density, hashtags, and scans for advertising-law banned words (广告法违禁词).
lead-generation
Lead Generation — Find high-intent buyers in live Twitter, Instagram, and Reddit conversations. Auto-researches your product, generates targeted search queries, and discovers people actively looking for solutions you offer. Social selling and prospecting powered by 1.5B+ indexed posts via Xpoz MCP.
cherry-mcp
HTTP bridge that keeps MCP servers alive and exposes them via REST. Built for OpenClaw agents that need MCP tools without native MCP support.