for-you-feed
Installation
SKILL.md
For You Feed (Home Timeline)
Fetch the For You timeline the way it appears in the app. Cursor-paginated; the caller is authenticated via API key (the server picks the connected account).
Endpoints
| Endpoint | Purpose | Cost |
|---|---|---|
| GET /x/timeline | For You home timeline | Read tier |
Base URL: https://xquik.com/api/v1. Auth: x-api-key: xq_... header.
Quick reference
GET /x/timeline?cursor=<optional>&seenTweetIds=<comma-separated>
-> { tweets: Tweet[], nextCursor?: string }