What problem does it solve? Managing X/Twitter activity from the command line or an agent session normally requires hand-writing API calls, handling OAuth flows, and parsing raw responses. This Skill wraps the official xurl CLI so an agent can post, search, reply, like, follow, send DMs, and upload media against the X API v2 with simple commands that return structured JSON. ## Core Features & Use Cases - Full posting workflow: Create posts, replies, quotes, and threads, attach uploaded images or videos, and delete posts by ID or URL. - Search and engagement: Run raw post searches returning real post JSON with IDs, then like, repost, bookmark, or reply to results directly. - Social graph and DMs: Follow, unfollow, block, mute, list followers, and send direct messages, plus raw curl-style access to any X API v2 endpoint. - Use Case: Ask the agent to search X for posts about your product launch, like the most relevant ones, and reply to a specific thread — all executed through authenticated xurl commands with JSON output. ## Quick Start Ask the agent to verify xurl is authenticated with "xurl auth status" and then post "Hello world!" to your X account.