x-tweet-fetch
Original:🇺🇸 English
Translated
2 scriptsChecked / no sensitive code detected
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.
3installs
Sourceb-open-io/prompts
Added on
NPX Install
npx skill4agent add b-open-io/prompts x-tweet-fetchTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →X Tweet Fetch
Get a specific tweet by URL or ID.
Setup
bash
export X_BEARER_TOKEN="your-token" # https://developer.x.com/en/portal/dashboardUsage
bash
${CLAUDE_PLUGIN_ROOT}/scripts/fetch.sh <url_or_id>Examples
bash
# By URL
${CLAUDE_PLUGIN_ROOT}/scripts/fetch.sh "https://x.com/kurtwuckertjr/status/1234567890"
# By ID
${CLAUDE_PLUGIN_ROOT}/scripts/fetch.sh 1234567890Response Fields
- - Tweet content
text - - Post timestamp
created_at - - Likes, retweets, replies, views
public_metrics - - User info (expanded)
author - - URLs, mentions, hashtags
entities