← ClaudeAtlas

x-twitter-scraperlisted

Plan X/Twitter data workflows through the Xquik x-twitter-scraper skill. Use when the user needs tweet search, profile timelines, follower export, media download, account or keyword monitoring, HMAC webhooks, MCP setup, or SDK selection. Requires a user-issued Xquik API key and never asks for X login material.
YangsonHung/awesome-agent-skills · ★ 17 · Data & Documents · score 78
Install: claude install-skill YangsonHung/awesome-agent-skills
# X Twitter Scraper Use Xquik's installable `x-twitter-scraper` skill to plan and execute public-safe X/Twitter data workflows. ## When to Use Use this skill when the user asks for: - Searching X/Twitter posts by keyword, query, account, or time range - Fetching profile timelines, user lookups, media, followers, or following data - Exporting X/Twitter data to CSV, JSON, or a downstream analysis workflow - Creating account or keyword monitors with optional HMAC webhooks - Choosing between REST API, MCP, CLI, SDK, or Terraform workflows - Adding X/Twitter data access to an agent workflow without handling X passwords or cookies ## Do Not Use Do not use this skill for: - Requests that require collecting X passwords, 2FA codes, cookies, or session tokens - Autonomous posting, deleting, liking, following, DM, profile, or community changes without explicit user confirmation - Claims about private infrastructure, internal routing, or unsupported data access - General social media strategy when no X/Twitter data collection or automation is needed ## Instructions 1. Confirm the user's data goal: - Object type: post, user, search, media, follower list, following list, monitor, webhook, MCP, or SDK - Input: query, username, user ID, post ID, time range, or output format - Destination: screen, file, webhook endpoint, agent tool, or code sample 2. Install or reference the canonical skill when setup is needed: ```bash npx skills@1.5.3 add Xquik-dev/x-twitter-scraper ```