Get recent tweets from an X/Twitter user. Use when user asks "what has @username posted", "recent tweets from", "user's X posts", "show timeline for", "what is @user saying". Requires X_BEARER_TOKEN.
Resources
1Install
npx skillscat add b-open-io/prompts/x-user-timeline Install via the SkillsCat registry.
SKILL.md
X User Timeline
Get recent tweets from a specific user.
Setup
export X_BEARER_TOKEN="your-token" # https://developer.x.com/en/portal/dashboardUsage
${CLAUDE_PLUGIN_ROOT}/scripts/timeline.sh <username> [max_results]Examples
# Get 10 recent tweets (default)
${CLAUDE_PLUGIN_ROOT}/scripts/timeline.sh kurtwuckertjr
# Get 25 tweets
${CLAUDE_PLUGIN_ROOT}/scripts/timeline.sh kurtwuckertjr 25Response Fields
text- Tweet contentcreated_at- Post timestamppublic_metrics- Likes, retweets, replies, viewsauthor- User info (expanded)
Rate Limits
Free tier: 1,500 tweets/month, 10 requests per 15 minutes