Back to Registry View Author Profile
Official Verified
x-twitter
Personal X (Twitter) analytics — timeline engagement, mentions, follower tracking, read any tweet/thread, bookmarks, and combined briefings via X API v2. Cost-optimized with persistent local store and daily budget guards.
skill-install — Terminal
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/nevaaron/x-smart-readOr
X (Twitter) Personal Analytics
Monitor your X account — posts, engagement, mentions, followers. Read any tweet. Built for daily briefings and accountability.
Triggers
Use this skill when the user asks about:
- Their X / Twitter posts, timeline, or engagement
- Mentions, replies, or who's talking about them on X
- Follower count, profile stats, follower growth
- "What's happening on my X?" / "How are my posts doing?"
- "Check my Twitter mentions" / "Any new replies?"
- Morning briefing / daily social media summary
- "Am I on X too much?" / accountability check
- Reading a specific tweet or thread (user sends a tweet URL)
- "What did @someone say?" / reading other people's tweets
- Bookmarking or saving tweets for later
- X/Twitter analytics or performance
Prerequisites
Run setup first (imports credentials from ~/.openclaw/.env or prompts interactively):
uv run scripts/x_setup.py
Commands
Briefing — combined morning summary
# Full briefing: your posts + mentions + profile (last 24h, ~$0.02)
uv run scripts/x_briefing.py
# Custom lookback period
uv run scripts/x_briefing.py --hours 48
# Preview cost
uv run scripts/x_briefing.py --dry-run
Timeline — your posts + engagement
# Recent posts with engagement metrics
uv run scripts/x_timeline.py recent
# Last 5 posts
uv run scripts/x_timeline.py recent --max 5
# Posts from last 24 hours
uv run scripts/x_timeline.py recent --hours 24
# Top posts by engagement (from local store, no API call)
uv run scripts/x_timeline.py top --days 7
# Refresh metrics for a specific tweet
uv run scripts/x_timeline.py refresh TWEET_ID
# Accountability check — are they on X right now?
uv run scripts/x_timeline.py activity
Mentions — who's talking to/about you
# Recent mentions
uv run scripts/x_mentions.py recent
# Mentions from last 24 hours
uv run scripts/x_mentions.py recent --hours 24
# Mentions with context (shows what they replied to — costs extra)
uv run scripts/x_mentions.py recent --context
Read — fetch any tweet or thread
# Read a tweet by URL
uv run scripts/x_read.py https://x.com/user/status/123456
# Read by bare ID
uv run scripts/x_read.py 123456
# Fetch full thread
uv run scripts/x_read.py 123456 --thread
# Preview cost
uv run scripts/x_read.py --dry-run https://x.com/user/status/123456
Bookmarks — save and manage
# List your bookmarks
uv run scripts/x_bookmarks.py list
# Bookmark a post
uv run scripts/x_bookmarks.py add TWEET_ID
# Remove a bookmark
uv run scripts/x_bookmarks.py remove TWEET_ID
User Profile — stats + follower tracking
# Your profile stats
uv run scripts/x_user.py me
# Track follower changes over time
uv run scripts/x_user.py me --track
# Look up another user
uv run scripts/x_user.py lookup someuser
Setup & Spend
# Validate credentials
uv run scripts/x_setup.py --check
Metadata
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-nevaaron-x-smart-read": {
"enabled": true,
"auto_update": true
}
}
}Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.