twitter

Twitter/X data lookup — search tweets, user profiles, followers, replies. Use when the user asks about Twitter activity, social signals, or wants to look up accounts.

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 "twitter" with this command: npx skills add starchild-ai-agent/official-skills/starchild-ai-agent-official-skills-twitter

Twitter / X Data

Read-only access to Twitter/X via twitterapi.io. Use these tools to look up tweets, users, followers, and social activity.

Tool Decision Tree

"Search for tweets about a topic"twitter_search_tweets Advanced query with operators: keywords, from:user, #hashtag, $cashtag, min_faves, date ranges.

"Look up a specific tweet or set of tweets"twitter_get_tweets Pass one or more tweet IDs directly.

"Who is this Twitter account?"twitter_user_info Profile data: bio, follower count, tweet count, verification.

"What has this account been posting?"twitter_user_tweets Recent tweets from a specific user.

"Who follows this account?"twitter_user_followers List of followers for a user.

"Who does this account follow?"twitter_user_followings List of accounts a user follows.

"What are people saying in reply to this tweet?"twitter_tweet_replies Replies to a specific tweet by ID.

"Who retweeted this?"twitter_tweet_retweeters Users who retweeted a specific tweet.

"Find accounts related to a topic"twitter_search_users Search users by name or keyword.

Available Tools

ToolDescriptionKey Params
twitter_search_tweetsAdvanced tweet searchquery (required), cursor
twitter_get_tweetsGet tweets by IDtweet_ids (array, required)
twitter_user_infoUser profile lookupusername (required)
twitter_user_tweetsUser's recent tweetsusername (required), cursor
twitter_user_followersUser's followersusername (required), cursor
twitter_user_followingsUser's followingsusername (required), cursor
twitter_tweet_repliesReplies to a tweettweet_id (required), cursor
twitter_tweet_retweetersWho retweetedtweet_id (required), cursor
twitter_search_usersSearch for usersquery (required), cursor

Usage Patterns

Research an account

  1. twitter_user_info — get profile, follower count, bio
  2. twitter_user_tweets — see what they've been posting
  3. twitter_user_followings — who they follow (reveals interests)

Track a topic or token

  1. twitter_search_tweets with query like "$SOL min_faves:50" — find popular tweets
  2. twitter_search_users with the topic — find relevant accounts
  3. Follow up with twitter_user_info on interesting accounts

Analyze engagement on a tweet

  1. twitter_get_tweets — get the tweet and its metrics
  2. twitter_tweet_replies — see the conversation
  3. twitter_tweet_retweeters — see who amplified it

Find influencers in a space

  1. twitter_search_users with keyword (e.g. "DeFi analyst")
  2. twitter_user_info on top results to compare follower counts
  3. twitter_user_tweets to check content quality

Search Query Operators

The twitter_search_tweets tool supports advanced operators:

OperatorExampleDescription
keywordbitcoinTweets containing the word
exact phrase"ethereum merge"Exact phrase match
from:from:elonmuskTweets by a specific user
to:to:elonmuskTweets replying to a user
#hashtag#cryptoTweets with hashtag
$cashtag$BTCTweets with cashtag
lang:lang:enFilter by language
has:mediahas:mediaTweets with images/video
has:linkshas:linksTweets with URLs
is:replyis:replyOnly replies
min_faves:min_faves:100Minimum likes
min_retweets:min_retweets:50Minimum retweets
since:since:2024-01-01Tweets after date
until:until:2024-12-31Tweets before date

Combine operators: from:VitalikButerin $ETH min_faves:100 since:2024-01-01

Pagination

Most endpoints support cursor-based pagination. When a response includes a cursor value, pass it as the cursor parameter to get the next page. If no cursor is returned, you've reached the end.

Notes

  • API key required: Set TWITTER_API_KEY environment variable. Tools will error without it.
  • Read-only: These tools only retrieve data. No posting, liking, or following.
  • Usernames: Always pass without the @ prefix (e.g. "elonmusk" not "@elonmusk").
  • Tweet IDs: Use string format for tweet IDs to avoid integer overflow issues.
  • Rate limits: The API has rate limits. If you get rate-limited, wait before retrying.

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.

Automation

coingecko

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

browser-preview

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

skill-creator

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

skillmarketplace

No summary provided by upstream source.

Repository SourceNeeds Review