From bopen-tools
Searches recent X/Twitter posts (last 7 days) by query using the X API. Returns raw tweets. For AI summaries, use x-research skill.
How this skill is triggered — by the user, by Claude, or both
Slash command
/bopen-tools:x-tweet-searchThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Search recent tweets (last 7 days) by query.
Search recent tweets (last 7 days) by query.
export X_BEARER_TOKEN="your-token" # https://developer.x.com/en/portal/dashboard
${CLAUDE_PLUGIN_ROOT}/scripts/search.sh "<query>" [max_results]
from:username - From specific userto:username - Reply to user#hashtag - Contains hashtag-is:retweet - Exclude retweetshas:media - Contains mediahas:links - Contains links# Simple search
${CLAUDE_PLUGIN_ROOT}/scripts/search.sh "bitcoin"
# From specific user
${CLAUDE_PLUGIN_ROOT}/scripts/search.sh "from:kurtwuckertjr"
# Combined query
${CLAUDE_PLUGIN_ROOT}/scripts/search.sh "BSV -is:retweet" 20
Free tier: 10 requests per 15 minutes, 1,500 tweets/month
npx claudepluginhub b-open-io/claude-plugins --plugin bopen-toolsSearches 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.
Searches X/Twitter via API v2 for real-time dev discussions, product feedback, breaking news, expert opinions. Supports engagement sorting, user profiles, thread fetching, watchlists, result caching. Useful for recent discourse on library releases, API changes, launches.
AI-powered summaries of X/Twitter discussions via Grok API. Analyze trending topics, social sentiment, and conversations. Different from raw tweet tools. Requires XAI_API_KEY.