From bopen-tools
Searches recent X/Twitter posts (last 7 days) by query, returning raw tweet data. Requires X_BEARER_TOKEN.
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_SKILL_DIR}/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_SKILL_DIR}/scripts/search.sh "bitcoin"
# From specific user
${CLAUDE_SKILL_DIR}/scripts/search.sh "from:kurtwuckertjr"
# Combined query
${CLAUDE_SKILL_DIR}/scripts/search.sh "BSV -is:retweet" 20
X API access is pay-per-use. Read the endpoint's rate-limit response headers and consult the current X API pricing and rate-limit documentation instead of assuming a fixed free-tier quota.
npx claudepluginhub b-open-io/claude-plugins --plugin bopen-toolsSearches X/Twitter in real-time via Grok's x_search tool, returning tweets with citations and support for date/handle filtering.
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.