Pulls Twitter/X data through API calls instead of scraping, which actually works since the platform blocks most web scrapers. Handles the common workflow of extracting tweet IDs from URLs, searching by keywords or hashtags, grabbing user profiles and recent posts, and fetching replies or retweets. Built with hard limits to prevent API abuse—max 3 tool calls per response and stops pagination unless you ask for more. Good for social media monitoring, sentiment analysis on crypto topics, or just grabbing specific tweets when someone drops an X link. Requires a Twitter API key but saves you from dealing with rate limits and authentication yourself.
npx skills add https://github.com/starchild-ai-agent/official-skills --skill twitter