From bopen-tools
Fetches recent tweets from a specific X/Twitter user via the X API. Requires X_BEARER_TOKEN.
How this skill is triggered — by the user, by Claude, or both
Slash command
/bopen-tools:x-user-timelineThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Get recent tweets from a specific user.
Get recent tweets from a specific user.
export X_BEARER_TOKEN="your-token" # https://developer.x.com/en/portal/dashboard
${CLAUDE_PLUGIN_ROOT}/scripts/timeline.sh <username> [max_results]
# Get 10 recent tweets (default)
${CLAUDE_PLUGIN_ROOT}/scripts/timeline.sh kurtwuckertjr
# Get 25 tweets
${CLAUDE_PLUGIN_ROOT}/scripts/timeline.sh kurtwuckertjr 25
text - Tweet contentcreated_at - Post timestamppublic_metrics - Likes, retweets, replies, viewsauthor - User info (expanded)Free tier: 1,500 tweets/month, 10 requests per 15 minutes
npx claudepluginhub b-open-io/claude-plugins --plugin bopen-toolsCLI for X (Twitter) API v2: fetch following lists, diff snapshots for follow changes, get likes/bookmarks/latest posts, screenshot tweets with Playwright.
X/Twitter API integration for posting tweets and threads, reading timelines, searching, and analytics. Covers OAuth auth patterns and rate limits.
Searches X (Twitter) for users, tweets, trending topics, and replies via the Felo X Search API. Use with explicit commands or when users ask about X/Twitter data.