bundled-skills/x-twitter-scraper/SKILL.md
X/Twitter automation skill for tweet search, follower export, posting, DMs, webhooks, MCP, SDKs, Hermes Tweet, and TweetClaw.
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, advanced Twitter search, profile tweets, user lookup, follower export, media download, posting, replies, DMs, giveaway draws, account monitoring, webhooks, 23 bulk extraction tools, MCP, official SDKs, the Hermes Tweet Hermes Agent plugin, and the TweetClaw OpenClaw plugin.
This repository entry is documentation-only: it does not include an executable scraper, binary, package, or vendored runtime code. The external Xquik, Hermes Tweet, and TweetClaw tools referenced below must be reviewed and installed separately 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.
tweet_explore, tweet_read, and approval-gated tweet_actionnpx 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 Hermes Agent runtime tools, install Hermes Tweet. It wraps the same Xquik API with tweet_explore for endpoint discovery, tweet_read for read-only calls, and approval-gated tweet_action for writes and private actions.
hermes plugins install Xquik-dev/hermes-tweet --enable
Use Hermes Tweet when a Hermes Agent should search Twitter/X, read tweet replies, look up users, export followers, monitor tweets, post tweets, post replies, send DMs, or automate X actions with explicit approval gates.
For OpenClaw runtime tools, install TweetClaw. It wraps the same Xquik API with explore for endpoint discovery and tweetclaw for approved calls.
openclaw plugins install @xquik/tweetclaw
Use TweetClaw when the agent should search tweets, post tweets, post replies, send DMs, export followers, download media, create monitors, deliver webhooks, or run giveaway draws from OpenClaw.
export XQUIK_API_KEY="xq_YOUR_KEY_HERE"
| 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 |
| 23 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 |
| Hermes Tweet Hermes Agent Plugin | Installable hermes-tweet runtime with tweet_explore, tweet_read, and approval-gated tweet_action tools |
| TweetClaw OpenClaw Plugin | Installable @xquik/tweetclaw runtime with explore and tweetclaw tools |
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"
Use Hermes Agent:
"Use Hermes Tweet to search Twitter/X for this launch, read the tweet replies, and prepare a draft reply for approval"
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
Hermes Tweet Hermes Agent plugin: https://github.com/Xquik-dev/hermes-tweet
TweetClaw OpenClaw plugin: https://github.com/Xquik-dev/tweetclaw
Maintained By: Xquik
research
Skill for academic research workflows: search Semantic Scholar (200M+ papers), inspect citations, download arXiv PDFs, and extract PDF text. Bundles a self-contained Python CLI.
development
Turns vague prompts into 8 structured planning files for brand new projects. DO NOT use on existing codebases.
development
Maps code, architecture, and infrastructure changes to specific control IDs in PCI-DSS v4.0 and MAS TRM (Singapore financial regulator), producing an audit-traceable findings report with per-control remediation.
testing
Companion to atlas-contract. Auto-invoked by its Final Audit on caught drift; also use after Post Reviews or user requests to record a mistake. Distills drift into WHEN/DON'T/INSTEAD clauses, writes to Atlas.md after confirmation.