/x-twitter-scraper
X (Twitter) data extraction and scraping. Use when asked to scrape tweets, extract followers, search Twitter/X users, download media from tweets, monitor X accounts, or analyze Twitter engagement. Triggers on twitter, x.com, tweet, follower, following, retweet, quote tweet,
One skill from ai-agents-skills.
shell
$ npx -y skills add hoodini/ai-agents-skills --skill x-twitter-scraper --agent claude-codeInstalls just this skill. Get the whole plugin for auto-invocation.
How it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/x-twitter-scraper
Context preview
The summary Claude sees to decide when to auto-load this skill.
X (Twitter) data extraction and scraping. Use when asked to scrape tweets, extract followers, search Twitter/X users, download media from tweets, monitor X accounts, or analyze Twitter engagement. Triggers on twitter, x.com, tweet, follower, following, retweet, quote tweet,
Stats
Stars256
Forks59
LanguagePython
SKILL.md
x-twitter-scraper.SKILL.md
--- name: x-twitter-scraper description: X (Twitter) data extraction and scraping. Use when asked to scrape tweets, extract followers, search Twitter/X users, download media from tweets, monitor X accounts, or analyze Twitter engagement. Triggers on twitter, x.com, tweet, follower, following, retweet, quote tweet, scrape, OSINT. --- # X/Twitter Scraper AI agent skill for X (Twitter) data extraction — tweet search, user lookup, follower/following lists, media download, reply/retweet/quote extraction, account monitoring, and trending topics. ## Quick Start Install as a Claude Code skill: ```bash # Copy to your project mkdir -p .claude/skills cp -r skills/x-twitter-scraper .claude/skills/ # Or for GitHub Copilot mkdir -p .github/skills cp -r skills/x-twitter-scraper .github/skills/ ``` Visit [x-twitter-scraper on GitHub](https://github.com/Xquik-dev/x-twitter-scraper) for full setup instructions. ## Core Capabilities ### Tweet Search ``` Search tweets by keyword, hashtag, or advanced query with date filters and result limits. ``` ### User Lookup ``` Get user profile data: bio, follower/following counts, verification status, account age.
