Explore

Find agent skills by outcome

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

Showing 24 of 129,728Categories: Operations & Workflow, Communication, Creative, General, Coding & Debugging, Data
General
PromptBeginner5 minmarkdown

| 400 | `invalid_input`

`invalid_id`

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

const headers = { x-api-key: xq_YOUR_KEY_HERE

Content-Type: application/json };

0
General
PromptBeginner5 minmarkdown

├─ Trending news (7 sources

free) → GET /radar

0
General
PromptBeginner5 minmarkdown

└─ Tweet search (bulk

up to 1K) → tweet_search_extractor

0
Coding & Debugging
PromptBeginner5 minmarkdown

For full pricing breakdown

comparison vs official X API

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
Coding & Debugging
PromptBeginner5 minmarkdown

- **APIs and Interfaces**: List APIs and interfaces

including usage and examples.

0
General
PromptBeginner5 minmarkdown

X Twitter Scraper

---

0
General
PromptBeginner5 minmarkdown

- **Scope**: Define the scope

including what is included and excluded.

0
General
PromptBeginner5 minmarkdown

2. **Gather Requirements**: Identify and list all necessary requirements

including functional and non-functional aspects.

0
General
PromptBeginner5 minmarkdown

prd-and-technical-documentation-generator

---

0
Coding & Debugging
PromptBeginner5 minmarkdown

- If you notice unrelated dead code

mention it - don't delete it.

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Don't improve adjacent code

comments

0
Coding & Debugging
PromptBeginner5 minmarkdown

Ask yourself: Would a senior engineer say this is overcomplicated? If yes

simplify.

0
General
PromptBeginner5 minmarkdown

- Match existing style

even if you'd do it differently.

0
General
PromptBeginner5 minmarkdown

- If a simpler approach exists

say so. Push back when warranted.

0
General
PromptBeginner5 minmarkdown

- If something is unclear

stop. Name what's confusing. Ask.

0