track-mentions
Installation
SKILL.md
Track Mentions on X
Find who is talking about a handle, brand, or keyword. One-shot reads via search, or continuous monitoring with events/webhooks.
Endpoints
| Endpoint | Purpose | Cost |
|---|---|---|
| GET /x/tweets/search?q=@handle | Recent mentions of a handle | Read tier |
| POST /extractions with toolType=mention_extractor | Bulk mention history | Per-row |
| POST /monitors | Create a monitor that polls new mentions | Subscription |
| GET /events?monitorId= | Poll new mention events | Read tier |
Base URL: https://xquik.com/api/v1. Auth: x-api-key: xq_... header.