Skill Detail

Xquik X Data API Skill

Use Xquik from coding agents to search X posts, inspect profiles, run bulk extractions, monitor accounts or keywords, verify HMAC webhooks, and call the remote MCP server or REST API with an XQUIK_API_KEY.

Research & ScrapingMulti-Framework
Research & Scraping Multi-Framework Security Reviewed
โญ 111 GitHub stars โฌ‡ 136/wk npm
INSTALL WITH ANY AGENT
npx skills add agentskillexchange/skills --skill xquik-x-data-api-skill Copy
Works best when you want a reusable capability, not another fragile one-off prompt.
At a glance
Tools required
Xquik; x-developer; XQUIK_API_KEY
Install & setup
npm install x-developer@2.4.16
Author
Xquik-dev
Publisher
Tool Vendor
Last updated
Jun 9, 2026
Quick brief

Xquik gives coding agents a source-backed way to work with X data through one package, one REST API, and one remote MCP server. Use this skill when a workflow needs post search, profile lookup, follower or following export, timeline reads, Spaces and article lookups, bulk extraction jobs, account or keyword monitors, webhook delivery, giveaway draw workflows, tweet composition, or confirmed write actions.

How it works

What this skill actually does

The package exposes agent-oriented setup material for Codex, Claude Code, Cursor, OpenClaw, Gemini CLI, and other runtimes, while the API keeps authentication behind an XQUIK_API_KEY. Before creating persistent monitors, webhooks, or write actions, confirm the target account, destination URL, event type, and user intent.

Installation

Install the source package when the agent runtime can load npm packages:

npm install x-developer@2.4.16

Set XQUIK_API_KEY in the agent runtime. Get the key from the Xquik dashboard account page, then follow the package README for MCP setup, REST endpoint selection, SDK links, and task-specific workflow files.

Source