What problem does it solve? Managing X (Twitter) activity from an agent or terminal normally requires juggling API docs, OAuth flows, and raw HTTP calls. This Skill wraps the official xurl CLI so you 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: Create posts, replies, quotes, and threads, attach images or video, and delete posts — all returning JSON. - Reading and engagement: Search posts, read timelines and mentions, like, repost, bookmark, follow, block, and mute accounts. - Raw v2 API access: Use curl-style commands against any X API v2 endpoint, including streaming endpoints and multi-app/multi-account setups. - 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 message including an uploaded image. ## Quick Start Ask the agent to verify xurl auth status and then post "Hello world!" to your X account.