Help us improve
Share bugs, ideas, or general feedback.
From bopen-tools
Searches recent X/Twitter tweets (last 7 days) by query or operators like from:username, #hashtag, -is:retweet. Returns raw JSON via bash script using Twitter API v2.
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-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.
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.
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.
Delivers AI-powered summaries and analysis of X/Twitter trends, social sentiment, discussions, and current events via xAI Grok API. Use for researching emerging tools, community opinions, and breaking news.
Share bugs, ideas, or general feedback.
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