Agent Plugins Marketplace
All plugins

x-twitter-scraper

v0.1.0

X/Twitter REST API and MCP skill for tweet search, profile data, follower exports, media downloads, monitoring, webhooks, and confirmation-gated actions.

Claude Code1 Skill

By XquikLicense: MIT2.7k GitHub starsUpdated 4 weeks ago

Directory evidence

Runtimes
Claude Code
Parsed components
1 skill or MCP entry
Source updated
Aug 25, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install x-twitter-scraper for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install x-twitter-scraper@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/api-development/x-twitter-scraper/.

Plugin files

plugins/api-development/x-twitter-scraper/
├── .claude-plugin/plugin.json
└── SKILL.md

Included Skills1

x-twitter-scraperSKILL.md

Use when the user needs X (Twitter) data through Xquik: REST API integration, MCP setup, SDK setup, tweet search, user lookup, timeline reads, follower export, media download, monitoring, webhooks, bulk extraction, giveaway draws, or confirmation-gated publishing workflows. Trigger with requests like "search tweets", "export followers", "set up Xquik MCP", or "monitor this X account". Read-only by default, API-key only, no X login material, and every write, private read, monitor, webhook, or metered bulk job requires explicit approval.

Plugin manifests1

plugins/api-development/x-twitter-scraper/.claude-plugin/plugin.json
{
  "name": "x-twitter-scraper",
  "version": "0.1.0",
  "description": "X/Twitter REST API and MCP skill for tweet search, profile data, follower exports, media downloads, monitoring, webhooks, and confirmation-gated actions.",
  "author": {
    "name": "Xquik",
    "url": "https://github.com/Xquik-dev"
  },
  "license": "MIT",
  "repository": "https://github.com/Xquik-dev/x-twitter-scraper"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[x-twitter-scraper on Agent Plugins Marketplace](https://pluginsmp.com/plugins/x-twitter-scraper)