going-viral
Installation
SKILL.md
How to Go Viral on X
Full viral-content workflow: find what is working right now, draft in the user's voice, score against the algorithm, and hand off to posting.
Endpoints used across this workflow
| Purpose | Endpoint |
|---|---|
| Recent viral references | GET /x/tweets/search?sort=top&min_faves=5000 |
| User style | GET /styles/{username} |
| Ideas | POST /compose (step=ideas) |
| Draft | POST /compose |
| Score | POST /compose (step=score) |
| Optimize | POST /compose (step=optimize) |
Base URL: https://xquik.com/api/v1. Auth: x-api-key: xq_... header.