From bopen-tools
Fetches a tweet by URL or ID via the X API, returning content, metrics, author info, and entities. Requires X_BEARER_TOKEN.
How 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.
Get a specific tweet by URL or ID.
export X_BEARER_TOKEN="your-token" # https://developer.x.com/en/portal/dashboard
${CLAUDE_SKILL_DIR}/scripts/fetch.sh <url_or_id>
# By URL
${CLAUDE_SKILL_DIR}/scripts/fetch.sh "https://x.com/kurtwuckertjr/status/1234567890"
# By ID
${CLAUDE_SKILL_DIR}/scripts/fetch.sh 1234567890
text - Tweet contentcreated_at - Post timestamppublic_metrics - Likes, retweets, replies, viewsauthor - User info (expanded)entities - URLs, mentions, hashtagsnpx claudepluginhub b-open-io/claude-plugins --plugin bopen-toolsFetches 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 any X/Twitter post as structured JSON with full article content, author info, and engagement metrics. Activates when a user shares an x.com, twitter.com, or adhx.com link.
Fetches Twitter/X post and article content with full images, metadata, and engagement metrics. Downloads images to local attachments and generates Markdown with YAML frontmatter.