follow-unfollow
Installation
SKILL.md
Follow & Unfollow on X
Follow and unfollow accounts as a connected user, and check follow state.
Endpoints
| Endpoint | Purpose | Cost |
|---|---|---|
| POST /x/users/{id}/follow | Follow a user (numeric ID) | Write tier |
| DELETE /x/users/{id}/follow | Unfollow a user (numeric ID) | Write tier |
| GET /x/users/{username} | Resolve @handle to numeric user ID | Read tier |
| GET /x/followers/check?source=&target= | Does A follow B? | Read tier |
Base URL: https://xquik.com/api/v1. Auth: x-api-key: xq_... header.