x-tweet-fetcher
Fetch tweets from X/Twitter without login or API keys. Supports regular tweets, long tweets, quoted tweets, and full X Articles. Zero dependencies, zero configuration.
Why use this skill?
Retrieve full text, engagement stats, and X Articles directly from X/Twitter with the OpenClaw x-tweet-fetcher. Zero dependencies, no login required.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/hjw21century/x-tweet-fetcherWhat This Skill Does
The x-tweet-fetcher is a powerful, zero-dependency skill designed for the OpenClaw agent ecosystem. It enables your agent to seamlessly retrieve content from X (formerly Twitter) without the need for cumbersome API keys, OAuth tokens, or login sessions. By leveraging the FxTwitter public API as a proxy, the skill extracts structured data from standard tweets, long-form "Twitter Blue" posts, and complex X Articles. It provides a comprehensive response payload including text content, engagement metrics like likes, retweets, and views, and full-text article blocks. Because it is written using only Python standard libraries, it ensures maximum compatibility and portability across any environment where your OpenClaw agent runs.
Installation
To install this skill, use the OpenClaw command line interface provided in your terminal:
clawhub install openclaw/skills/skills/hjw21century/x-tweet-fetcher
No additional configuration files, environment variables, or API key management are required. Simply install and run.
Use Cases
This skill is perfect for agents focused on social media aggregation, research, and content curation. Use it to build an agent that archives viral threads, summarizes high-quality long-form X Articles into summaries, or performs sentiment analysis based on public tweet data. It is an ideal tool for developers who need to pull tweet content for training data, reporting, or dashboarding without violating platform terms of service regarding complex web scraping.
Example Prompts
- "Fetch the content of this tweet at https://x.com/user/status/123456 and provide a bulleted summary of the main points."
- "Extract the full text and word count of the X Article linked here: https://x.com/user/status/789012. Is it longer than 2000 words?"
- "Grab the latest tweet from this URL and display the engagement stats, specifically the view count and number of bookmarks."
Tips & Limitations
- Zero Dependency Architecture: The skill intentionally avoids browser automation tools to keep your agent's resource footprint low.
- Limitations on Replies: Currently, the skill can report the total count of replies but cannot fetch individual reply content. If you require deep thread analysis, you would need to combine this with other scraping tools.
- Resilience: The tool is entirely dependent on the availability of the FxTwitter public API. If the proxy service experiences downtime, the skill will be unable to fetch data until the service recovers.
- Privacy: Only public, non-deleted tweets are accessible. The tool does not handle private accounts or restricted content.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-hjw21century-x-tweet-fetcher": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api
Related Skills
github-topics
Fetches GitHub topic trending repositories. Use when asking about GitHub trending repos or open source projects.
fs-street
Fetches articles from Farnam Street RSS. Use when asking about decision-making, mental models, learning, or wisdom from Farnam Street blog.
trending-skills
Fetches skills.sh trending rankings. Use when asking about skill rankings or popular tools.
ai-daily
Fetches AI news from smol.ai RSS. Use when user asks about AI news or daily tech updates.
agent-estimation
Accurately estimate AI agent work effort using the agent's own operational units (tool-call rounds) instead of human time. Use when asked to estimate, scope, plan, or evaluate how long a coding task will take. Prevents the common failure mode where agents anchor to human developer timelines and massively overestimate. Outputs a structured breakdown with round counts, risk factors, and a final wallclock conversion.