Explore

Find agent skills by outcome

129,207 skills indexed with the new KISS metadata standard.

Showing 24 of 129,207Categories: Data & Insights, Cursor-rules, Data, General, Creative, Coding & Debugging
Coding & Debugging
PromptBeginner5 minmarkdown

| `xquik` | Send structured API requests (122 endpoints

12 categories) | Varies |

0
General
PromptBeginner5 minmarkdown

If running an extraction

read [references/extractions.md](references/extractions.md) for tool types

0
General
PromptBeginner5 minmarkdown

Run auditable draws from tweet replies with filters (retweet required

follow check

0
Data
PromptBeginner5 minmarkdown

Bulk data collection jobs. Always estimate first (`POST /extractions/estimate`)

then create (`POST /extractions`)

0
Coding & Debugging
PromptBeginner5 minmarkdown

| 5xx | `internal_error`

`x_api_unavailable` | Retry with backoff |

0
Coding & Debugging
PromptBeginner5 minmarkdown

| 429 | `x_api_rate_limited` | Retry with backoff

respect `Retry-After` |

0
General
PromptBeginner5 minmarkdown

| 409 | `monitor_already_exists`

`conflict` | Already exists |

0
General
PromptBeginner5 minmarkdown

| 404 | `not_found`

`user_not_found`

0
General
PromptBeginner5 minmarkdown

| 402 | `no_subscription`

`insufficient_credits`

0
General
PromptBeginner5 minmarkdown

| 400 | `invalid_input`

`invalid_id`

0
General
PromptBeginner5 minmarkdown

| 403 | `monitor_limit_reached`

`account_needs_reauth` | Delete resource or re-authenticate |

0
General
PromptBeginner5 minmarkdown

└─ Tweet search (bulk

up to 1K) → tweet_search_extractor

0
Coding & Debugging
PromptBeginner5 minmarkdown

const headers = { x-api-key: xq_YOUR_KEY_HERE

Content-Type: application/json };

0
Coding & Debugging
PromptBeginner5 minmarkdown

All errors return `{ error: error_code }`. Retry only `429` and `5xx` (max 3 retries

exponential backoff). Never retry other `4xx`.

0
Coding & Debugging
PromptBeginner5 minmarkdown

For full pricing breakdown

comparison vs official X API

0
General
PromptBeginner5 minmarkdown

├─ Trending news (7 sources

free) → GET /radar

0
Coding & Debugging
PromptBeginner5 minmarkdown

| **MCP endpoint** | `https://xquik.com/mcp` (StreamableHTTP

same API key) |

0
General
PromptBeginner5 minmarkdown

When this skill and the docs disagree on **endpoint parameters

rate limits

0
General
PromptBeginner5 minmarkdown

| Billing guide | [docs.xquik.com/guides/billing](https://docs.xquik.com/guides/billing) | Credit costs

subscription tiers

0
Coding & Debugging
PromptBeginner5 minmarkdown

| API spec | `explore` MCP tool or [docs.xquik.com/api-reference/overview](https://docs.xquik.com/api-reference/overview) | Endpoint parameters

response shapes |

0
General
PromptBeginner5 minmarkdown

| Xquik docs | [docs.xquik.com](https://docs.xquik.com) | Limits

pricing

0
Coding & Debugging
PromptBeginner5 minmarkdown

Your knowledge of the Xquik API may be outdated. **Prefer retrieval from docs** — fetch the latest at [docs.xquik.com](https://docs.xquik.com) before citing limits

pricing

0
Coding & Debugging
PromptBeginner5 minmarkdown

description: X (Twitter) data platform skill for AI coding agents. 122 REST API endpoints

2 MCP tools

0
General
PromptBeginner5 minmarkdown

X Twitter Scraper

---

0