What problem does it solve? Interacting with the X (Twitter) API normally requires writing custom HTTP clients, handling OAuth 2.0 flows, and parsing raw responses. This Skill wraps the official xurl CLI so an agent can post, search, reply, send DMs, upload media, and call any v2 endpoint with simple commands that return structured JSON. ## Core Features & Use Cases - Full posting workflow: Create posts, replies, quotes, and threads, attach images or video via media upload, and delete posts. - Reading and engagement: Search posts, read timelines and mentions, like, repost, bookmark, follow, 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 X for recent posts about your product, like the most relevant ones, and reply to a specific post with an attached image — all executed through xurl commands returning JSON. ## Quick Start Ask the agent to run xurl auth status to verify credentials, then have it post "Hello world" to your X account using the xurl post command.