api-search-xquik
Xquik API Patterns
Quick Guide: Use Xquik when an application or agent needs structured X data or automation through HTTPS. Keep credentials in secret storage, discover the current contract from OpenAPI, paginate with opaque cursors, and require explicit approval before any mutation or persistent resource.
Xquik is an independent third-party service. Not affiliated with X Corp. "Twitter" and "X" are trademarks of X Corp.
<critical_requirements>
CRITICAL: Before Using This Skill
All code must follow project conventions in CLAUDE.md (kebab-case, named exports, import ordering,
import type, named constants)
(You MUST keep Xquik credentials in environment variables or secret stores and send them only in request headers)
(You MUST verify every method, path, parameter, and response shape against https://xquik.com/openapi.json before implementing a workflow)
(You MUST require explicit user approval before X write actions, monitors, webhooks, billing actions, or other persistent resources)