What problem does it solve? Managing X (Twitter) activity from the command line or an agent session normally requires hand-writing OAuth flows and raw API calls. This Skill wraps the official xurl CLI so an agent can post, search, reply, DM, upload media, and call any X API v2 endpoint with structured JSON output, while keeping credentials safely out of the conversation. ## 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, follow/unfollow, block/mute, and send direct messages. - Raw v2 API access: Use curl-style commands against any X API v2 endpoint, including streaming endpoints, with multi-app and multi-account support. - Use Case: Ask the agent to search recent posts about a topic, like the most relevant ones, and reply to one with an attached image — the agent uploads the media, posts the reply with the media ID, and returns the JSON response. ## Quick Start Ask the agent to verify xurl is installed and authenticated with "xurl auth status", then have it run "xurl whoami" and post a test message such as "xurl post 'Hello from my agent'".