What problem does it solve? Managing X (Twitter) activity from an agent session normally requires handling OAuth flows, raw HTTP requests, and credential safety manually. 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 while keeping tokens out of the LLM context. ## Core Features & Use Cases - Full X API coverage: Post, reply, quote, delete, search, read timelines and mentions, like, repost, bookmark, follow, block, mute, and send direct messages, all returning structured JSON. - Media uploads: Upload images and videos with server-side processing status checks, then attach media IDs to posts. - Raw v2 endpoint 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 X for posts about a product launch, like the most relevant ones, and reply to a specific post with an attached image — all executed through xurl commands with credentials kept safely outside the conversation. ## Quick Start Ask the agent to verify xurl is installed and authenticated with "xurl auth status", then have it post a short message to your X account.