clean-followers
Installation
SKILL.md
Clean X Followers
Identify likely bots, inactive followers, or ghost accounts. The API exposes discovery only; any block or unfollow is performed by the user in the Xquik dashboard or on X directly.
Endpoints
| Endpoint | Purpose | Cost |
|---|---|---|
| POST /extractions (toolType=follower_explorer) | Full follower list | Per-row |
Base URL: https://xquik.com/api/v1. Auth: x-api-key: xq_... header.
Quick reference
POST /extractions
{ "toolType": "follower_explorer", "targetUsername": "handle" }
-> 202 { "id": "<extractionId>", "toolType": "follower_explorer", "status": "running" }