export-tweets-csv

Official

Export Twitter data extractions to CSV/JSONL/XLSX.

AuthorXquik-dev
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill streamlines exporting completed X (Twitter) data extractions and giveaway entrant lists into spreadsheet-friendly formats (CSV, JSONL, XLSX), enabling easy analysis and pipeline integration.

Core Features & Use Cases

  • Endpoints for exporting extractions: GET /extractions/{id}/export?format=csv, GET /extractions/{id}/export?format=jsonl, GET /extractions/{id}/export?format=xlsx, and GET /draws/{id}/export?format=csv for giveaway entrants.
  • API details and authentication: Base URL is https://xquik.com/api/v1 and use the x-api-key header for authentication.
  • Typical workflow: After an extraction or draw completes, poll its status until "completed" and then export to the desired format; JSONL is line-delimited for easy streaming; XLSX preserves types for spreadsheet-ready analysis.
  • Security: Exported data should be treated as user-generated content; validate and handle large exports with care to avoid client-side performance issues.

Quick Start

Run the export-tweets-csv skill after you have a completed extraction or draw to download the results in CSV, JSONL, or XLSX.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: export-tweets-csv
Download link: https://github.com/Xquik-dev/x-twitter-scraper/archive/main.zip#export-tweets-csv

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.