Explore

Find agent skills by outcome

153,634 skills indexed with the new KISS metadata standard.

Showing 24 of 153,634
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 28

- Same trust boundary: The MCP server is a thin protocol adapter over the REST API. Trusting it is e...

same TLS certificate

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 24

- No code execution: The MCP server does not execute arbitrary code

JavaScript

0
Creative
PromptBeginner5 minmarkdownQuality: 28

The MCP server at xquik.com/mcp is a first-party service operated by Xquik — the same vendor

infrastructure

0
General
PromptBeginner5 minmarkdownQuality: 24

HMAC-SHA256 signed event delivery to your HTTPS endpoint. Event types: tweet.new

tweet.quote

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 29

| xquik | Send structured API requests (122 endpoints

12 categories) | Varies |

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 28

If building a webhook handler

read references/webhooks.md for signature verification code (Node.js

0
General
PromptBeginner5 minmarkdownQuality: 28

If running an extraction

read references/extractions.md for tool types

0
Productivity
PromptBeginner5 minmarkdownQuality: 28

POST /draws with tweetUrl (required) + optional filters. If creating a draw

read references/draws.md for the full filter list and workflow.

1
General
PromptBeginner5 minmarkdownQuality: 24

Run auditable draws from tweet replies with filters (retweet required

follow check

0
Data
PromptBeginner5 minmarkdownQuality: 28

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

then create (POST /extractions)

0
Productivity
PromptBeginner5 minmarkdownQuality: 28

If implementing retry logic or cursor pagination

read references/workflows.md.

1
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 29

| 5xx | internal_error

xapiunavailable | Retry with backoff |

0
General
PromptBeginner5 minmarkdownQuality: 29

| 409 | monitoralreadyexists

conflict | Already exists |

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 29

| 429 | xapirate_limited | Retry with backoff

respect Retry-After |

0
General
PromptBeginner5 minmarkdownQuality: 29

| 404 | not_found

usernotfound

0
General
PromptBeginner5 minmarkdownQuality: 29

| 402 | no_subscription

insufficient_credits

0
General
PromptBeginner5 minmarkdownQuality: 29

| 403 | monitorlimitreached

accountneedsreauth | Delete resource or re-authenticate |

0
General
PromptBeginner5 minmarkdownQuality: 29

| 400 | invalid_input

invalid_id

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 28

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

exponential backoff). Never retry other 4xx.

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 24

const headers = { x-api-key: xqYOURKEY_HERE

Content-Type: application/json };

0
General
PromptBeginner5 minmarkdownQuality: 24

└─ Tweet search (bulk

up to 1K) → tweetsearchextractor

0
General
PromptBeginner5 minmarkdownQuality: 24

├─ Trending news (7 sources

free) → GET /radar

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 24

For full pricing breakdown

comparison vs official X API

0
Writing & Content
PromptBeginner5 minmarkdownQuality: 28

$20/month base plan. 1 credit = $0.00015. Read operations: 1-7 credits. Write operations: 10 credits...

webhooks

0