Agent skill · Data & Analytics

x-twitter-scraper

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.

Nick44,414★ · +328/wk · 1 repos on radarProfile →
claude-codecodexcursorMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill x-twitter-scraper --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 7 KB
Bundled scripts: none
Declared author: Xquik
Path: skills/x-twitter-scraper/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# X (Twitter) Scraper - Xquik ## Overview Gives AI agents X (Twitter) data and automation workflows through the Xquik platform. Covers tweet search, profile tweets, user lookup, follower export, media download, replies, DMs, giveaway draws, account monitoring, webhooks, bulk extraction tools, remote MCP, OpenAPI, and official SDKs. This repository entry is documentation-only: it does not include an executable scraper, binary, package, or vendored runtime code. Review the Xquik service, public docs, and SDK package 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. ## When to Use This Skill - User needs to search X/Twitter for tweets by keyword, hashtag, or user - User asks for advanced Twitter search, profile tweets, or user timeline data - User wants to look up a user profile (bio, follower counts, etc.) - User needs engagement metrics for a specific tweet (

What's inside
Steps it walks through
  1. Overview
  2. When to Use This Skill
  3. Setup
  4. Inspect Before Installing
  5. Use the TypeScript SDK
  6. Get an API Key
  7. Capabilities
  8. Examples
  9. API Reference
  10. Repository
  11. Limitations
Commands it runs
git clone --filter=blob:none https://github.com/Xquik-dev/x-twitter-scraper.git "$review_dir/x-twitter-scraper"
git -C "$review_dir/x-twitter-scraper" checkout --detach bfa27fab00dbb8b5367e15153c5723ee608ba00b
git -C "$review_dir/x-twitter-scraper" ls-files
npm install x-developer@2.4.16
read -rsp "X API key: " XQUIK_API_KEY
echo
export XQUIK_API_KEY
More from agentic-awesome-skills
All skills →
About this skill
What does the x-twitter-scraper skill do?

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.

How do I install it?

Run `npx skills add sickn33/agentic-awesome-skills --skill x-twitter-scraper --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going