x-tweet-fetch

📁 b-open-io/prompts 📅 Jan 24, 2026
35
总安装量
20
周安装量
#10519
全站排名
安装命令
npx skills add https://github.com/b-open-io/prompts --skill x-tweet-fetch

Agent 安装分布

claude-code 19
opencode 13
cursor 11
gemini-cli 10
codex 9
antigravity 9

Skill 文档

X Tweet Fetch

Get a specific tweet by URL or ID.

Setup

export X_BEARER_TOKEN="your-token"  # https://developer.x.com/en/portal/dashboard

Usage

${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 1234567890

Response Fields

  • text – Tweet content
  • created_at – Post timestamp
  • public_metrics – Likes, retweets, replies, views
  • author – User info (expanded)
  • entities – URLs, mentions, hashtags

References