What problem does it solve? Interacting with the X (Twitter) API from an agent session normally requires writing custom HTTP clients, handling OAuth flows, and parsing raw responses. This Skill wraps the official xurl CLI so you can post, search, reply, like, repost, send DMs, and upload media with single commands that return structured JSON. ## Core Features & Use Cases - Full X API v2 coverage: Post, reply, quote, delete, search, read timelines and mentions, like, repost, bookmark, follow, block, mute, and send direct messages. - Media uploads: Upload images and videos with server-side processing status checks, then attach them to posts via media IDs. - Raw endpoint access: Run curl-style requests against any X API v2 endpoint, including streaming endpoints, with multi-app and multi-account credential support. - Use Case: Ask the agent to search X for recent posts about your product launch, like the most relevant ones, and reply to a customer question — all with verified JSON output confirming each action. ## Quick Start Ask the agent to search X for posts about a topic and reply to one of them using xurl.