send-dms
Installation
SKILL.md
Send DMs on X
Send and read direct messages through a connected X account. One-to-one only - no bulk sends.
Endpoints
| Endpoint | Purpose | Cost |
|---|---|---|
| POST /x/dm/{userId} | Send a DM to a user (numeric ID) | Write tier |
| GET /x/dm/{userId}/history | Read DM history with a user | Read tier |
| GET /x/users/{username} | Resolve @handle to numeric user ID | Read tier |
Base URL: https://xquik.com/api/v1. Auth: x-api-key: xq_... header.