If you need to pull Twitter data into Claude workflows, this skill wraps the 6551 API with endpoints for user profiles, tweet searches, follower tracking, and some interesting monitoring features like deleted tweets and KOL follower lists. The search filters are solid: you can narrow by hashtags, engagement thresholds, date ranges, and language. The follower events endpoint lets you track who's following or unfollowing accounts over time, which is useful for social monitoring. You'll need a Bearer token from 6551.io, and the skill uses curl under the hood. It's practical if you're building social listening tools, doing competitor analysis, or just need Twitter data without dealing with X's official API rate limits and authentication complexity.
npx skills add https://github.com/6551team/opentwitter-mcp --skill opentwitter