Opentwitter
Opentwitter retrieves tweets based on keywords, enabling quick data collection and analysis for research or monitoring purposes.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add opentwitter npx -- -y @trustedskills/opentwitter
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"opentwitter": {
"command": "npx",
"args": [
"-y",
"@trustedskills/opentwitter"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The opentwitter skill allows AI agents to interact with Twitter data. It can retrieve tweets based on keywords, user handles, or hashtags and provides access to tweet content and metadata like timestamps and retweets. This enables agents to monitor trends, gather information from specific users, or analyze public sentiment around a topic.
When to use it
- Market Research: Track mentions of your product or brand on Twitter to gauge customer sentiment.
- News Monitoring: Receive updates about breaking news events by searching for relevant keywords.
- Competitive Analysis: Monitor competitor activity and identify emerging trends in their industry.
- Social Listening: Analyze conversations around specific topics or hashtags to understand public opinion.
Key capabilities
- Tweet retrieval based on keywords
- Tweet retrieval based on user handles
- Tweet retrieval based on hashtags
- Access to tweet content
- Access to tweet metadata (timestamps, retweets)
Example prompts
- "Find the latest tweets about electric vehicles."
- "Show me recent posts from @elonmusk."
- "What are people saying about #AI in the last 24 hours?"
Tips & gotchas
- Requires an active Twitter API key for authentication. The agent will need to be configured with this key before use.
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.