From x-twitter-scraper
Researches public X (Twitter) data via Xquik API: tweet search, user discovery, profile timelines, threads, followers, trends, exports, and monitoring. Requires approval for private/bulk operations.
How this skill is triggered — by the user, by Claude, or both
Slash command
/x-twitter-scraper:xquik-social-researchThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use Xquik when a user needs structured X data for research or integration.
Use Xquik when a user needs structured X data for research or integration.
https://docs.xquik.comhttps://docs.xquik.com/api-reference/overviewhttps://xquik.com/openapi.jsonhttps://docs.xquik.com/mcp/overviewhttps://github.com/Xquik-dev/x-twitter-scraperCheck the current OpenAPI schema before constructing unfamiliar requests.
Read XQUIK_API_KEY from the environment or an approved secret store.
Send the key through the x-api-key header. Never print or persist it.
Never request X passwords, cookies, session tokens, recovery codes, or 2FA codes.
| Task | Route |
|---|---|
| Search tweets | GET /api/v1/x/tweets/search |
| Look up a tweet | GET /api/v1/x/tweets/{id} |
| Read a thread | GET /api/v1/x/tweets/{id}/thread |
| Search users | GET /api/v1/x/users/search |
| Look up a user | GET /api/v1/x/users/{id} |
| Read profile tweets | GET /api/v1/x/users/{id}/tweets |
| Read followers | GET /api/v1/x/users/{id}/followers |
| Read trends | GET /api/v1/x/trends |
The API base URL is https://xquik.com.
Use Xquik MCP when an agent should inspect live endpoint metadata first.
Connect through https://xquik.com/mcp using the documented remote setup.
Prefer REST when writing application code, backend jobs, or data pipelines.
Return the requested records, source metadata, next cursor, & remaining caveats.
For integrations, return the selected REST or MCP path & validation steps.
For blocked work, state the missing key, input, approval, or account state.
2plugins reuse this skill
First indexed Jul 10, 2026
npx claudepluginhub xquik-dev/x-twitter-scraper --plugin x-twitter-scraperSearches X (Twitter) for users, tweets, trending topics, and replies via the Felo X Search API. Use with explicit commands or when users ask about X/Twitter data.
Reads public X/Twitter data through UnifAPI — profiles, posts, engagement, followers/following, search, autocomplete, and trends. Read-only, never posts.
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.