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.
From bopen-toolsnpx claudepluginhub b-open-io/claude-plugins --plugin bopen-toolsThis skill is limited to using the following tools:
scripts/setup.shscripts/timeline.shSearches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Enables AI agents to execute x402 payments with per-task budgets, spending controls, and non-custodial wallets via MCP tools. Use when agents pay for APIs, services, or other agents.
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