skills/x-twitter-scraper/SKILL.md
X (Twitter) data platform skill — tweet search, user lookup, follower extraction, engagement metrics, giveaway draws, monitoring, webhooks, 19 extraction tools, MCP server.
npx skillsauth add ranbot-ai/awesome-skills x-twitter-scraperInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Gives your AI agent full access to X (Twitter) data through the Xquik platform. Covers tweet search, user profiles, follower extraction, engagement metrics, giveaway draws, account monitoring, webhooks, and 19 bulk extraction tools — all via REST API or MCP server.
npx skills add Xquik-dev/x-twitter-scraper
Or clone manually into your agent's skills directory:
# Claude Code
git clone https://github.com/Xquik-dev/x-twitter-scraper.git .claude/skills/x-twitter-scraper
# Cursor / Codex / Gemini CLI / Copilot
git clone https://github.com/Xquik-dev/x-twitter-scraper.git .agents/skills/x-twitter-scraper
export XQUIK_API_KEY="xq_YOUR_KEY_HERE"
| Capability | Description | |---|---| | Tweet Search | Find tweets by keyword, hashtag, from:user, "exact phrase" | | User Lookup | Profile info, bio, follower/following counts | | Tweet Lookup | Full metrics — likes, retweets, replies, quotes, views, bookmarks | | Follow Check | Check if A follows B (both directions) | | Trending Topics | Top trends by region (free, no quota) | | Account Monitoring | Track new tweets, replies, retweets, quotes, follower changes | | Webhooks | HMAC-signed real-time event delivery to your endpoint | | Giveaway Draws | Random winner selection from tweet replies with filters | | 19 Extraction Tools | Followers, following, verified followers, mentions, posts, replies, reposts, quotes, threads, articles, communities, lists, Spaces, people search | | MCP Server | StreamableHTTP endpoint for AI-native integrations |
Search tweets:
"Search X for tweets about 'claude code' from the last week"
Look up a user:
"Who is @elonmusk? Show me their profile and follower count"
Check engagement:
"How many likes and retweets does this tweet have? https://x.com/..."
Run a giveaway:
"Pick 3 random winners from the replies to this tweet"
Monitor an account:
"Monitor @openai for new tweets and notify me via webhook"
Bulk extraction:
"Extract all followers of @anthropic"
| Endpoint | Method | Purpose |
|----------|--------|---------|
| /x/tweets/{id} | GET | Single tweet with full metrics |
| /x/tweets/search | GET | Search tweets |
| /x/users/{username} | GET | User profile |
| /x/followers/check | GET | Follow relationship |
| /trends | GET | Trending topics |
| /monitors | POST | Create monitor |
| /events | GET | Poll monitored events |
| /webhooks | POST | Register webhook |
| /draws | POST | Run giveaway draw |
| /extractions | POST | Start bulk extraction |
| /extractions/estimate | POST | Estimate extraction cost |
| /account | GET | Account & usage info |
Base URL: https://xquik.com/api/v1
Auth: x-api-key: xq_... header
MCP: https://xquik.com/mcp (StreamableHTTP, same API key)
https://github.com/Xquik-dev/x-twitter-scraper
Maintained By: Xquik
tools
Use when a user asks to mine or update a private, evidence-backed work profile from local Claude Code, Codex, Copilot CLI, or OpenCode sessions.
data-ai
Use when diagnosing Android overheating, idle heat, thermal throttling, charging or radio heat, or abnormal battery drain with read-only ADB evidence and approval gates.
research
Research public competitor ads, analyze creative patterns and landing pages, and produce an evidence-labeled strategic teardown.
tools
Compiled CLI covering all 52 endpoints of the Anytype local API — objects, properties, tags, search, chat, files — one binary, no MCP server needed.