JavaScript is disabled. Some features may not work.
x-twitter-scraper — Install Guide | SkillsNav
🇺🇸 English🇨🇳 中文
SkillsNav
Home

x-twitter-scraper

data_procCriticalIntermediateClaude Gemini MCP
🤖 AI Summary

This skill provides programmatic access to X/Twitter for automated tweet search, follower data export, posting, and DM management via APIs, SDKs, and webhooks. It also integrates with MCP, Hermes Tweet, and TweetClaw for extended scraping and automation workflows.

How to Install

This skill comes from a community source.

X (Twitter) Scraper - Xquik

Overview

Gives AI agents X (Twitter) data and automation workflows through the Xquik platform. Covers tweet search, advanced Twitter search, profile tweets, user lookup, follower export, media download, posting, replies, DMs, giveaway draws, account monitoring, webhooks, 23 bulk extraction tools, MCP, official SDKs, the Hermes Tweet Hermes Agent plugin, and the TweetClaw OpenClaw plugin.

This repository entry is documentation-only: it does not include an executable scraper, binary, package, or vendored runtime code. The external Xquik, Hermes Tweet, and TweetClaw tools referenced below must be reviewed and installed separately 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 wants the Hermes Tweet Hermes Agent plugin with tweet_explore, tweet_read, and approval-gated tweet_action
  • User wants the TweetClaw OpenClaw plugin instead of direct REST or MCP setup
  • 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 Hermes Agent Plugin

For Hermes Agent runtime tools, install Hermes Tweet. It wraps the same Xquik API with tweet_explore for endpoint discovery, tweet_read for read-only calls, and approval-gated tweet_action for writes and private actions.

hermes plugins install Xquik-dev/hermes-tweet --enable

Use Hermes Tweet when a Hermes Agent should search Twitter/X, read tweet replies, look up users, export followers, monitor tweets, post tweets, post replies, send DMs, or automate X actions with explicit approval gates.

Use the OpenClaw Plugin

For OpenClaw runtime tools, install TweetClaw. It wraps the same Xquik API with explore for endpoint discovery and tweetclaw for approved calls.

openclaw plugins install @xquik/tweetclaw

Use TweetClaw when the agent should search tweets, post tweets, post replies, send DMs, export followers, download media, create monitors, deliver webhooks, or run giveaway draws from OpenClaw.

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
export XQUIK_API_KEY="xq_YOUR_KEY_HERE"

Capabilities

Capability Description
Tweet Search Find tweets by keyword, hashtag, from:user, "exact phrase", and advanced operators
User Lookup Profile info, bio, follower/following counts
Tweet Lookup Full metrics: likes, retweets, replies, quotes, views, bookmarks
Follow Check Check if A follows B (both directions)
Trending Topics Top trends by region (free, no quota)
Account Monitoring Track new tweets, replies, retweets, quotes, follower changes
Webhooks HMAC-signed real-time event delivery to your endpoint
Giveaway Draws Random winner selection from tweet replies with filters
23 Extraction Tools Followers, following, verified followers, mentions, posts, replies, reposts, quotes, threads, articles, communities, lists, Spaces, people search, media, likes, and more
Write Actions Send tweets, post replies, like, repost, follow, unfollow, and send DMs after explicit approval
SDKs Official TypeScript, Python, Ruby, Go, Kotlin, Java, PHP, C#, CLI, and Terraform clients
MCP Server StreamableHTTP endpoint for AI-native integrations
Hermes Tweet Hermes Agent Plugin Installable hermes-tweet runtime with tweet_explore, tweet_read, and approval-gated tweet_action tools

Details

Category Data → data_proc
Sourcecommunity
SKILL.mdView on GitHub →
Repo StarsN/A
Est. per SkillN/A (shared across 1230 skills from this repo)
DifficultyIntermediate
Risk LevelCritical

Related Skills

Works Well With

Skills from the same repository — often designed to work together