X/Twitter Scraper

Extracts and analyzes X/Twitter data: user profiles, tweet content, engagement metrics, thread structures, trending topics, and audience insights. Use for competitive research, content inspiration, audience analysis, and social listening.

Third-party, by davila7

June 22, 2026

Install

MCP-powered — requires setup

This skill uses external tools via the Model Context Protocol. You'll need to configure the following MCPs before installing.

Setup steps

  1. Set up each required MCP using the configs below
  2. Download the skill file below
  3. Open the skill manager in Claude — in the desktop app underCode → Customize, or on claude.ai underCustomize → Skills
  4. Click Create a new skill (use + on claude.ai) and upload the downloaded file
  5. Start a new session — your MCPs and skill will both be active
  6. Use a trigger phrase to activate
The skill file
Download

Required MCPs

Xquik MCP

X/Twitter data extraction API required by this skill

View config snippet
{
  "mcpServers": {
    "xquik": {
      "url": "https://xquik.com/mcp",
      "env": {
        "XQUIK_API_KEY": "your_xquik_api_key"
      }
    }
  }
}

What this skill does

This is an overview of the skill from the site, not the skill's real instructions. The full SKILL.md Claude reads when this skill is active lives on GitHub at the source below.

The full SKILL.md for this third-party skill lives on GitHub. Open it to read the exact instructions Claude will follow.

View full SKILL.md on GitHub