X Tweet Fetcher
The X Tweet Fetcher retrieves tweets from X (formerly Twitter) based on your search terms, streamlining data collection for analysis and research.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add x-tweet-fetcher npx -- -y @trustedskills/x-tweet-fetcher
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"x-tweet-fetcher": {
"command": "npx",
"args": [
"-y",
"@trustedskills/x-tweet-fetcher"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The x-tweet-fetcher skill allows AI agents to retrieve tweets based on a provided username. It fetches and returns the latest tweets from a specified Twitter account, providing up-to-date information directly within the agent's workflow. This enables agents to monitor specific accounts or gather data for analysis.
When to use it
- Social Media Monitoring: Track what influencers or competitors are saying on Twitter in real time.
- Content Research: Gather recent tweets from experts in a particular field for research purposes.
- News Aggregation: Pull relevant news and updates directly from verified accounts.
- Sentiment Analysis Prep: Collect tweets to prepare data for sentiment analysis tasks.
Key capabilities
- Retrieves latest tweets
- Specifies Twitter username as input
- Returns tweet content
Example prompts
- "Fetch the last 5 tweets from @elonmusk."
- "Get me the most recent tweet from @NASA."
- "What did @nytimes say in their latest post?"
Tips & gotchas
The skill requires a stable internet connection to access Twitter data. Be aware that Twitter’s API usage may be subject to rate limits, which could affect the number of tweets retrieved.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.