find-bangers
Installation
SKILL.md
Find Bangers
Find tweets that outperformed their author's usual engagement by a wide margin. Useful for studying what breaks out for a specific creator.
Endpoints
| Endpoint | Purpose | Cost |
|---|---|---|
| GET /x/users/{username} | Resolve handle to numeric ID + follower count | Read tier |
| GET /x/users/{id}/tweets | Recent tweets for an author (paginated) | Read tier |
| GET /x/tweets/search?q=from:@user+min_faves:X&queryType=Top | Author posts above a like floor | Read tier |
Base URL: https://xquik.com/api/v1. Auth: x-api-key: xq_... header.