Help us improve
Share bugs, ideas, or general feedback.
From bopen-tools
Fetches specific X/Twitter tweets by URL or ID via API. Activates on shared URLs or queries like 'get this tweet', 'read this X post'. Returns text, metrics, author, entities. Requires X_BEARER_TOKEN.
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-fetchThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Get a specific tweet by URL or ID.
Fetches recent tweets from X/Twitter users via API using Bash, curl, and jq. Activates for queries like 'what has @username posted' or 'recent tweets from @user'. Requires X_BEARER_TOKEN. Includes text, metrics, timestamps.
Fetches X/Twitter tweet content via fxtwitter API from given URLs, extracting text, author, media URLs, engagement stats without JavaScript rendering or x.com loading.
Fetches X/Twitter posts as clean LLM-friendly JSON from x.com, twitter.com, or adhx.com links. Provides full article content, author info, engagement metrics for analysis without scraping or browser.
Share bugs, ideas, or general feedback.
Get a specific tweet by URL or ID.
export X_BEARER_TOKEN="your-token" # https://developer.x.com/en/portal/dashboard
${CLAUDE_PLUGIN_ROOT}/scripts/fetch.sh <url_or_id>
# By URL
${CLAUDE_PLUGIN_ROOT}/scripts/fetch.sh "https://x.com/kurtwuckertjr/status/1234567890"
# By ID
${CLAUDE_PLUGIN_ROOT}/scripts/fetch.sh 1234567890
text - Tweet contentcreated_at - Post timestamppublic_metrics - Likes, retweets, replies, viewsauthor - User info (expanded)entities - URLs, mentions, hashtags