What problem does it solve? Managing X (Twitter) activity from the command line or an agent session normally requires hand-writing API calls, handling OAuth flows, and parsing 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 with simple commands that return structured JSON. ## Core Features & Use Cases - Full posting workflow: Post, reply, quote, delete, like, repost, and bookmark posts, including media uploads with server-side processing status checks. - Reading and social graph: Search posts, read timelines and mentions, look up users, and manage follows, blocks, and mutes. - Raw v2 API access: Use curl-style commands against any X API v2 endpoint for operations not covered by shortcuts, with multi-app and multi-account support. - Use Case: Ask the agent to search X for posts about your product launch, like the top results, and reply to one with a prepared message — all confirmed before any write action. ## Quick Start Ask the agent to verify xurl is authenticated with "xurl auth status" and then post "Hello world!" to your X account.