Help us improve
Share bugs, ideas, or general feedback.
From bopen-tools
Fetches recent tweets from X/Twitter users via API using Bash, curl, and jq. Activates for queries like 'what has @username posted' or 'recent tweets from @user'. Requires X_BEARER_TOKEN. Includes text, metrics, timestamps.
npx claudepluginhub b-open-io/claude-plugins --plugin bopen-toolsHow 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.
Fetches specific X/Twitter tweets by URL or ID via API. Activates on shared URLs or queries like 'get this tweet', 'read this X post'. Returns text, metrics, author, entities. Requires X_BEARER_TOKEN.
CLI for X (Twitter) API v2: fetch following lists, diff snapshots for follow changes, get likes/bookmarks/latest posts, screenshot tweets with Playwright.
Integrates X/Twitter API for posting tweets/threads, reading timelines/mentions, searching content/trends, and analytics. Handles OAuth 1.0a/2.0 auth, rate limits for programmatic bots/integrations.
Share bugs, ideas, or general feedback.
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