x-user-timeline

Get recent tweets from an X/Twitter user. Use when user asks "what has @username posted", "recent tweets from", "user's X posts", "show timeline for", "what is @user saying". Requires X_BEARER_TOKEN.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "x-user-timeline" with this command: npx skills add b-open-io/prompts/b-open-io-prompts-x-user-timeline

X User Timeline

Get recent tweets from a specific user.

Setup

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

Usage

${CLAUDE_PLUGIN_ROOT}/scripts/timeline.sh <username> [max_results]

Examples

# Get 10 recent tweets (default)
${CLAUDE_PLUGIN_ROOT}/scripts/timeline.sh kurtwuckertjr

# Get 25 tweets
${CLAUDE_PLUGIN_ROOT}/scripts/timeline.sh kurtwuckertjr 25

Response Fields

  • text - Tweet content
  • created_at - Post timestamp
  • public_metrics - Likes, retweets, replies, views
  • author - User info (expanded)

Rate Limits

Free tier: 1,500 tweets/month, 10 requests per 15 minutes

References

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

geo-optimizer

No summary provided by upstream source.

Repository SourceNeeds Review
General

npm-publish

No summary provided by upstream source.

Repository SourceNeeds Review
General

x-tweet-search

No summary provided by upstream source.

Repository SourceNeeds Review