What problem does it solve? Managing X (Twitter) activity from the command line or an agent session requires handling OAuth flows, raw API endpoints, and media uploads manually. This Skill wraps the official xurl CLI so an agent can post, search, reply, like, follow, and send DMs against the X API v2 while enforcing strict credential-safety rules. ## Core Features & Use Cases - Full X API v2 coverage: Post, reply, quote, delete, search raw posts, read timelines and mentions, like, repost, bookmark, follow, block, mute, and send direct messages, all returning JSON to stdout. - Media uploads: Upload images and videos with server-side processing status checks, then 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 support. - Use Case: Ask the agent to search X for recent posts about a topic, review the returned post JSON, then reply to and like the most relevant ones — all without exposing tokens, since credentials stay in ~/.xurl and are never read into context. ## Quick Start Ask the agent to verify xurl is installed and authenticated with xurl auth status, then have it search X for a topic and reply to one of the resulting posts.