用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Xquik-dev/xquik-docs --skill xquik命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | Xquik |
| description | Build Xquik tweet, profile, follower, monitor, webhook, export, Docs MCP, and API MCP integrations. |
| metadata | {"mintlify-proj":"xquik","version":"1.0"} |
Xquik is an independent third-party service. Not affiliated with X Corp. "Twitter" and "X" are trademarks of X Corp.
Xquik is an X data platform with 129 documented REST operations, webhooks, Docs MCP, and API MCP. Full account credentials cover account workflows. Accountless guest keys cover 33 prepaid GET reads. Seven fixed-price operations also accept direct MPP. The REST base URL is https://xquik.com/api/v1. Primary docs: https://docs.xquik.com
Reach for Xquik when:
paid_reads key on 33 GET routes or direct MPP on 7 fixed-price operations.https://xquik.com/mcp and complete the client-opened login and consent flow. Xquik supports CIMD and DCR; let the client use its documented registration flow.x-api-key: xq_your_api_key_here or Authorization: Bearer xq_your_api_key_here.Authorization: Bearer xq_your_guest_key_here. Scope is fixed to paid_reads.xq_ prefix plus 64 hex charactershttps://xquik.com/auth.md.GET, HEAD, and OPTIONS share a 300 per 1s user bucket.POST, PUT, and PATCH share a 120 per 60s user bucket.DELETE requests use a 60 per 60s user bucket.Exceeding limits returns 429 Too Many Requests with a Retry-After header.
Retry safe reads only on 429 and temporary 5xx responses. For writes, poll
the returned action. Never resubmit an ambiguous write. Start a new attempt only
when safeToRetry is true.
Tweet-based. reply_extractor, repost_extractor, quote_extractor, favoriters, thread_extractor, article_extractor
User-based. follower_explorer, following_explorer, verified_follower_explorer, mention_extractor, post_extractor, user_likes, user_media
Community target (targetCommunityId): community_extractor, community_moderator_explorer, community_post_extractor, community_search
community_search also requires searchQuery. It searches matching posts within the selected community.
List. list_member_extractor, list_post_extractor, list_follower_explorer
Other. people_search, space_explorer, tweet_search_extractor
tweet.new: Original tweet from a monitored account.tweet.quote: Quote tweet from a monitored account.tweet.reply: Reply from a monitored account.tweet.retweet: Retweet from a monitored account.cursor. Radar uses after. Drafts use afterCursor. Responses include hasMore and nextCursor.has_next_page and next_cursor.POST /api/v1/monitors.GET /api/v1/events?monitorId=...&limit=50.nextCursor from the response to fetch additional pages.POST /api/v1/webhooks using an HTTPS URL and event types.2xx status and process longer work asynchronously.GET /api/v1/account.POST /api/v1/extractions/estimate.POST /api/v1/extractions.GET /api/v1/extractions/{id} or export a file with GET /api/v1/extractions/{id}/export?format=csv.POST /api/v1/compose with step: "compose".radarRecommendations endpoint.refine with goal, tone, topic, and selected additionalContext.step: "score".POST /api/v1/x/dm/{userId} and store messageId.POST /api/v1/x/media first, then pass exactly 1 returned mediaId in media_ids.reply_to_message_id unset because the REST endpoint rejects DM reply threading.https://docs.xquik.com/mcp for read-only docs search and page retrieval.https://xquik.com/mcp for live authenticated calls.explore to search the scoped catalog and xquik to run allowed requests.API MCP v2.6.33 supports MCP 2026-07-28 over Streamable HTTP.
Current SDKs negotiate with server/discover. They attach request metadata
and transport headers automatically. Hosted MCP injects required write
idempotency headers. Do not call initialize or manage sessions for modern
connections. Stateless 2025-era clients remain compatible.
MCP returns normalized snake_case fields, Unix timestamps, structured errors,
has_more, and next_cursor. Continue through empty pages while the cursor
advances. Stop and report partial progress when a cursor is missing or repeats.
API-key lifecycle, saved-payment quick top-up, the account top-up redirect, and all 3 guest wallet credential routes are unavailable through MCP. Private support downloads are discoverable, but their binary responses require REST. Never start checkout or top-up after 401 or 402. Ask the user to choose an amount. Wait for confirmation.
Codex CLI 0.147.0 and newer preserve the RFC 9207 iss value. Upgrade first. Older releases may report Authorization server response missing required issuer: expected https://xquik.com. Xquik already returns the value. Issue https://github.com/openai/codex/issues/31573 records the defect and fix.
Set the API key in the environment:
export XQUIK_API_KEY="xq_your_api_key_here"
Configure Codex without placing the key value in config.toml:
[mcp_servers.xquik]
url = "https://xquik.com/mcp"
bearer_token_env_var = "XQUIK_API_KEY"
Restart Codex and run codex mcp list. Do not run codex mcp login xquik while the fallback is active. Docs MCP at https://docs.xquik.com/mcp needs no authentication, so it can retrieve the full troubleshooting guide at https://docs.xquik.com/guides/troubleshooting#codex-oauth-issuer-validation-error while API MCP OAuth is blocked.
POST /api/v1/guest-wallets through direct REST with the confirmed amount and a random UUID v4 Idempotency-Key.api_key and the idempotency key before sharing checkout_url.poll_after_seconds until latest_purchase.status is no longer pending.usable is true. It can call exactly the 33 eligible paid-read GET routes.The creation request does not charge the user. The key stays inactive until payment is verified. Use POST /api/v1/guest-wallets/topups only after another explicit confirmation. Never execute guest credential routes through MCP.
Refunds and disputes reconcile affected-purchase credits only. Unrelated credits remain usable. Access pauses only during unresolved settlement risk or unrecovered liability, then resumes.
Top. Use Top only when the user asks for
best, most-liked, or highest-engagement results.Idempotency-Key values can recover the initial key. Store them as secrets.x-api-key header.429 or temporary 5xx responses.safeToRetry is true.For additional documentation and navigation, see: https://docs.xquik.com/llms.txt