What problem does it solve? Managing X (Twitter) programmatically requires handling OAuth flows, rate limits, and a large API surface. This Skill wraps the official xurl CLI so an agent can post, search, engage, and send DMs through simple commands that return structured JSON, without touching credentials. ## Core Features & Use Cases - Full posting workflow: Post, reply, quote, delete, and attach images or video with media upload and processing-status polling. - Reading and engagement: Search posts, read timelines and mentions, like, repost, bookmark, follow, block, mute, and send direct messages. - Raw v2 API 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 posts about your product launch, like the top results, and reply to one with a branded image — all executed through xurl commands with JSON output. ## Quick Start Ask the agent to verify xurl is installed and authenticated with "xurl auth status", then have it post "Hello world!" to your X account.