Fetch a specific tweet by URL or ID. Use when user shares an X/Twitter URL (https://x.com/... or https://twitter.com/...), asks "get this tweet", "fetch tweet", "what does this tweet say", "read this X post". Requires X_BEARER_TOKEN.
Resources
1Install
npx skillscat add b-open-io/prompts/x-tweet-fetch Install via the SkillsCat registry.
SKILL.md
X Tweet Fetch
Get a specific tweet by URL or ID.
Setup
export X_BEARER_TOKEN="your-token" # https://developer.x.com/en/portal/dashboardUsage
${CLAUDE_PLUGIN_ROOT}/scripts/fetch.sh <url_or_id>Examples
# By URL
${CLAUDE_PLUGIN_ROOT}/scripts/fetch.sh "https://x.com/kurtwuckertjr/status/1234567890"
# By ID
${CLAUDE_PLUGIN_ROOT}/scripts/fetch.sh 1234567890Response Fields
text- Tweet contentcreated_at- Post timestamppublic_metrics- Likes, retweets, replies, viewsauthor- User info (expanded)entities- URLs, mentions, hashtags