bundled-skills/x-twitter-scraper/SKILL.md
Use Xquik for X data workflows: tweet search, user lookup, follower export, media downloads, monitors, webhooks, REST API, MCP, SDK setup, and approval-gated account actions.
npx skillsauth add FrancoStino/opencode-skills-antigravity 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 AI agents X (Twitter) data and automation workflows through the Xquik platform. Covers tweet search, profile tweets, user lookup, follower export, media download, replies, DMs, giveaway draws, account monitoring, webhooks, bulk extraction tools, remote MCP, OpenAPI, and official SDKs.
This repository entry is documentation-only: it does not include an executable scraper, binary, package, or vendored runtime code. Review the Xquik service, public docs, and SDK package before use.
Because this workflow can automate authenticated X/Twitter account actions, treat it as critical-risk guidance. Only use it with accounts and targets you are authorized to operate, and require explicit user approval before posting, replying, liking, reposting, following, unfollowing, sending DMs, creating monitors, registering webhooks, or starting bulk extraction.
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
For JavaScript or TypeScript integrations, install the validated SDK package:
npm install [email protected]
Use REST, the SDK, or MCP depending on the host environment. Verify unfamiliar endpoint parameters against the current docs or OpenAPI spec before constructing calls.
read -rsp "X API key: " XQUIK_API_KEY
echo
export XQUIK_API_KEY
| Capability | Description | |---|---| | Tweet Search | Find tweets by keyword, hashtag, from:user, "exact phrase", and advanced operators | | 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 | | Bulk Extraction Tools | Followers, following, verified followers, mentions, posts, replies, reposts, quotes, threads, articles, communities, lists, Spaces, people search, media, likes, and more | | Write Actions | Send tweets, post replies, like, repost, follow, unfollow, and send DMs after explicit approval | | SDKs | Official TypeScript, Python, Ruby, Go, Kotlin, Java, PHP, C#, CLI, and Terraform clients | | 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"
Post a reply:
"Draft and post a reply to this tweet after I approve the final text"
| 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 |
| /drafts | POST | Create tweet drafts |
| /styles | POST | Analyze or apply tweet style |
| /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
data-ai
Snapshot a site's SEO state and detect ranking, indexation, metadata, canonical, robots, schema, and on-page regressions over time.
development
Coordinate focused subagents on substantial work, keep their ownership non-overlapping, and integrate verified results. Use for large-scope Codex tasks; keep trivial work with the coordinator.
data-ai
Use when an owner asks to find a cofounder or project partner. Assess only that agent's own owner and rank only approved profiles other agents posted for their own owners.
devops
Install, configure, verify, repair, update, and uninstall Hyprland on Fedora Linux with GPU-aware detection (NVIDIA/AMD/Intel).