What problem does it solve? Interacting with the X (Twitter) API normally requires writing custom HTTP clients, managing OAuth tokens, and parsing raw responses. This Skill wraps the official xurl CLI so an agent can post, search, reply, like, follow, send DMs, and upload media on X using simple terminal commands that return structured JSON. ## Core Features & Use Cases - Full X API v2 coverage: Post, reply, quote, delete, search posts, read timelines and mentions, like, repost, bookmark, follow, block, mute, and send direct messages. - Media uploads: Upload images and videos, poll processing status, and attach media IDs to posts. - 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 a topic, review the returned post JSON, then reply to or repost selected posts — all from the terminal with OAuth 2.0 tokens that auto-refresh. ## Quick Start Ask the agent to check xurl auth status and then search X for the five most recent posts about a topic you care about.