X Tweet Fetch

🌐Community
by b-open-io · vlatest · Repository

X Tweet Fetch retrieves specific tweets from Twitter (now X) based on your query, streamlining information gathering and research.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add x-tweet-fetch npx -- -y @trustedskills/x-tweet-fetch
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "x-tweet-fetch": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/x-tweet-fetch"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill enables AI agents to retrieve and analyze data from X (formerly Twitter) by executing custom prompts. It allows agents to fetch specific tweets, search for trends, or extract information based on defined criteria directly within the agent's workflow.

When to use it

  • Gathering real-time public sentiment or news updates from specific hashtags or keywords.
  • Extracting user mentions or replies related to a particular brand or topic.
  • Fetching historical tweet data for analysis or reporting purposes.
  • Monitoring trending topics within specific niches or industries on the platform.

Key capabilities

  • Executes custom prompts to query X data dynamically.
  • Retrieves specific tweets based on user-defined parameters.
  • Processes and returns structured information from social media posts.

Example prompts

  • "Fetch the top 5 most recent tweets discussing #AIethics."
  • "Retrieve all replies to my latest post about the new product launch."
  • "Search for tweets containing 'quantum computing' posted in the last hour."

Tips & gotchas

Ensure your AI agent has appropriate permissions or API access configured to interact with X, as direct data fetching may be restricted without proper authentication. Be mindful of rate limits imposed by the platform when executing multiple fetch requests rapidly.

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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
b-open-io
Installs
45

🌐 Community

Passed automated security scans.