agentsclimarketplace

X twitter scraper

Skill sickn33/agentic-awesome-skills/skills/x-twitter-scraper

AAS Core is the local, agent-first control plane for complete catalog discovery, agent-owned selection, stack validation, and planning, backed by 1,987+ agentic skills. Includes CLI, local MCP, catalog, plugins, and Workbench.

Install
npx -y skills add sickn33/agentic-awesome-skills --skill x-twitter-scraper

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

What its author says it does

Copied from the file, not written here

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.

The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.

SKILL.md

6.3 KB, as published. Nobody here has run it

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 (likes, retweets, views)
  • User wants to check if one account follows another
  • User needs to extract followers, replies, retweets, quotes, or community members in bulk
  • User wants to download tweet media, export results, or connect an official SDK
  • User wants to send tweets, post replies, like, repost, follow, unfollow, or send DMs
  • User wants to run a giveaway draw from tweet replies
  • User needs real-time monitoring of an X account (new tweets, follower changes)
  • User wants webhook delivery of monitored events
  • User asks about trending topics on X

Setup

Install the Skill

npx skills add Xquik-dev/x-twitter-scraper

Or clone manually into your agent's skills directory:

# Claude Code
git clone https://github.com/Xquik-dev/x-twitter-scraper.git .claude/skills/x-twitter-scraper

# Cursor / Codex / Gemini CLI / Copilot
git clone https://github.com/Xquik-dev/x-twitter-scraper.git .agents/skills/x-twitter-scraper

Use the TypeScript SDK

For JavaScript or TypeScript integrations, install the validated SDK package:

npm install [email protected]

Use REST, the SDK, or MCP depending on the host environment. Verify unfamiliar endpoint parameters against the current docs or OpenAPI spec before constructing calls.

Get an API Key

  1. Sign up at xquik.com
  2. Generate an API key from the dashboard
  3. Set it as an environment variable or pass it directly
read -rsp "X API key: " XQUIK_API_KEY
echo
export XQUIK_API_KEY

Capabilities

CapabilityDescription
Tweet SearchFind tweets by keyword, hashtag, from:user, "exact phrase", and advanced operators
User LookupProfile info, bio, follower/following counts
Tweet LookupFull metrics: likes, retweets, replies, quotes, views, bookmarks
Follow CheckCheck if A follows B (both directions)
Trending TopicsTop trends by region (free, no quota)
Account MonitoringTrack new tweets, replies, retweets, quotes, follower changes
WebhooksHMAC-signed real-time event delivery to your endpoint
Giveaway DrawsRandom winner selection from tweet replies with filters
Bulk Extraction ToolsFollowers, following, verified followers, mentions, posts, replies, reposts, quotes, threads, articles, communities, lists, Spaces, people search, media, likes, and more
Write ActionsSend tweets, post replies, like, repost, follow, unfollow, and send DMs after explicit approval
SDKsOfficial TypeScript, Python, Ruby, Go, Kotlin, Java, PHP, C#, CLI, and Terraform clients
MCP ServerStreamableHTTP endpoint for AI-native integrations

Examples

Search tweets:

"Search X for tweets about 'claude code' from the last week"

Look up a user:

"Who is @elonmusk? Show me their profile and follower count"

Check engagement:

"How many likes and retweets does this tweet have? https://x.com/..."

Run a giveaway:

"Pick 3 random winners from the replies to this tweet"

Monitor an account:

"Monitor @openai for new tweets and notify me via webhook"

Bulk extraction:

"Extract all followers of @anthropic"

Post a reply:

"Draft and post a reply to this tweet after I approve the final text"

API Reference

EndpointMethodPurpose
/x/tweets/{id}GETSingle tweet with full metrics
/x/tweets/searchGETSearch tweets
/x/users/{username}GETUser profile
/x/followers/checkGETFollow relationship
/trendsGETTrending topics
/monitorsPOSTCreate monitor
/eventsGETPoll monitored events
/webhooksPOSTRegister webhook
/drawsPOSTRun giveaway draw
/extractionsPOSTStart bulk extraction
/extractions/estimatePOSTEstimate extraction cost
/draftsPOSTCreate tweet drafts
/stylesPOSTAnalyze or apply tweet style
/accountGETAccount & usage info

Base URL: https://xquik.com/api/v1 Auth: x-api-key: xq_... header MCP: https://xquik.com/mcp (StreamableHTTP, same API key)

Repository

https://github.com/Xquik-dev/x-twitter-scraper

Maintained By: Xquik

Limitations

  • Use this skill only when the task clearly matches the scope described above.
  • Do not treat the output as a substitute for environment-specific validation, testing, or expert review.
  • Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.