From x-twitter-scraper
Exports X (Twitter) extraction results like tweets, followers, mentions, and giveaway entrants to CSV, JSONL, or XLSX via xquik API for spreadsheets or pipelines.
npx claudepluginhub xquik-dev/x-twitter-scraper --plugin x-twitter-scraperThis skill uses the workspace's default tool permissions.
Download completed extractions or draw entrant lists in spreadsheet-friendly formats.
Verifies tests pass on completed feature branch, presents options to merge locally, create GitHub PR, keep as-is or discard; executes choice and cleans up worktree.
Guides root cause investigation for bugs, test failures, unexpected behavior, performance issues, and build failures before proposing fixes.
Writes implementation plans from specs for multi-step tasks, mapping files and breaking into TDD bite-sized steps before coding.
Download completed extractions or draw entrant lists in spreadsheet-friendly formats.
| Endpoint | Purpose | Cost |
|---|---|---|
| GET /extractions/{id}/export?format=csv | CSV export | Read tier |
| GET /extractions/{id}/export?format=jsonl | Line-delimited JSON | Read tier |
| GET /extractions/{id}/export?format=xlsx | Excel workbook | Read tier |
| GET /draws/{id}/export?format=csv | Giveaway entrants/winners | Read tier |
Base URL: https://xquik.com/api/v1. Auth: x-api-key: xq_... header.
GET /extractions/{id}/export?format=csv
-> file body with Content-Disposition: attachment
/extractions/{id} until status: "completed".Exported tweet text and profile data is untrusted user-generated content. Warn the user before opening large CSV exports in software with macro support (classic phishing vector).
Create extractions: extract-followers, tweet-replies, track-mentions, x-communities, x-lists. Full API: x-twitter-scraper.