What problem does it solve? Managing X (Twitter) programmatically usually requires writing custom API clients, handling OAuth flows, and parsing raw HTTP responses. This Skill wraps the official xurl CLI so an agent can post, search, reply, send DMs, upload media, and call any X API v2 endpoint directly from the command line with JSON output. ## Core Features & Use Cases - Full social actions: Post, reply, quote, delete, like, repost, bookmark, follow, block, mute, and send direct messages via simple commands. - Reading and search: Search posts, read timelines and mentions, look up users, and inspect follower graphs with structured JSON results. - Media and raw API access: Upload images and videos with status polling, plus curl-style access to any X API v2 endpoint including streaming. - Use Case: Ask the agent to search recent posts about a product launch, like the top results, and reply to one with a prepared message — all executed through xurl commands with confirmed intent before each write action. ## Quick Start Ask the agent to check xurl auth status and then post "Hello world!" to your X account.