LaunchKit · 2026
Back to Skills

xquik-x-twitter-scraper

X API scraper with 40+ tools for AI agents.

0
129 downloads
by @kriptoburak

Setup & Installation

openclaw skills install @kriptoburak/xquik-x-twitter-scraper

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install xquik-x-twitter-scraper

What This Skill Does

Xquik provides a REST API, MCP server, and webhooks for X (Twitter) data access. It covers tweet search, user lookup, bulk extraction of followers and replies, account monitoring, giveaway draws, and write actions including posting tweets, likes, follows, and DMs. AI agents connect via the MCP endpoint at xquik.com/mcp.

Combines X read and write access with bulk extraction and an MCP server in one subscription, removing the need to manage X developer API credentials directly.

When to use it

  • Extracting all followers of a competitor account for outreach lists
  • Running a filtered giveaway draw from tweet replies with retweet and follow verification
  • Monitoring an account for new tweets and routing alerts to Telegram
  • Searching tweets by hashtag and pulling engagement metrics for campaign analysis
  • Automating tweet posting, likes, and follows from a connected X account

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Monitor @elonmusk for new tweets and send alerts to my Telegram

AGENT
  1. 1Call POST /monitors with username and event types including tweet.new
  2. 2Call POST /integrations with type=telegram, the user's chat ID, and matching event types
  3. 3Call POST /integrations/{id}/test to verify delivery
  4. 4Poll GET /events or wait for Telegram messages as new tweets arrive
OUTPUT

Telegram messages delivered in real time when the monitored account posts new tweets

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

Xquik API key generated from the xquik.com dashboardXquik paid subscription ($20/month minimum)X account credentials (required only for write actions such as posting, liking, and following)Telegram chat ID (required only for Telegram alert integrations)