x-twitter-scraper
v0.1.0X/Twitter REST API and MCP skill for tweet search, profile data, follower exports, media downloads, monitoring, webhooks, and confirmation-gated actions.
by XquikMIT2.6kupdated 10 hours ago
Source
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skillsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/api-development/x-twitter-scraper/ inside the repository.
Layout
├── .claude-plugin/plugin.json└── SKILL.md
Skills1
Use when the user needs X (Twitter) data through Xquik: REST API integration, MCP setup, SDK setup, tweet search, user lookup, timeline reads, follower export, media download, monitoring, webhooks, bulk extraction, giveaway draws, or confirmation-gated publishing workflows. Trigger with requests like "search tweets", "export followers", "set up Xquik MCP", or "monitor this X account". Read-only by default, API-key only, no X login material, and every write, private read, monitor, webhook, or metered bulk job requires explicit approval.
Manifests1
{
"name": "x-twitter-scraper",
"version": "0.1.0",
"description": "X/Twitter REST API and MCP skill for tweet search, profile data, follower exports, media downloads, monitoring, webhooks, and confirmation-gated actions.",
"author": {
"name": "Xquik",
"url": "https://github.com/Xquik-dev"
},
"license": "MIT",
"repository": "https://github.com/Xquik-dev/x-twitter-scraper"
}