
AI Agents Can Finally Fetch Tweets Without Login! This OpenClaw Skill Makes It Zero-Config
AI Agents Can Finally Fetch Tweets Without Login! This OpenClaw Skill Makes It Zero-Config 343 stars, updated 2 days ago, supports Twitter + WeChat + Chinese platforms, completely free. How would you make an AI Agent read tweets? Apply for Twitter API? $100+/month. Use scrapers? Get banned instantly. Copy-paste manually? Then why have an AI? x-tweet-fetcher solves this : An OpenClaw skill that fetches tweets with zero configuration. No API key, no login, no cookies. One command, JSON output, ready for agents. What It Does Basic Features (Zero Dependencies) # Fetch a single tweet python3 scripts/fetch_tweet.py --url "https://x.com/user/status/123456" # Output { "text" : "Tweet content..." , "likes" : 91, "retweets" : 23, "views" : 14468, "media" : [ "image URLs" ] , "quoted_tweet" : { ... } } Supports: Regular tweets (full text + metrics) Long tweets (Twitter Blue) X Articles (long-form) Quoted tweets Metrics (likes/retweets/views) Advanced Features (Requires Camofox) # Replies (threade
Continue reading on Dev.to
Opens in a new tab




