What problem does it solve? Interacting with the X (Twitter) API from an agent session normally requires handling OAuth flows, endpoint URLs, and JSON payloads manually. This Skill wraps the official xurl CLI so an agent can post, search, reply, like, follow, send DMs, and upload media with simple commands that return structured JSON. ## Core Features & Use Cases - Full X API v2 coverage: Shortcut commands for posting, replying, quoting, deleting, searching, timelines, mentions, likes, reposts, bookmarks, follows, blocks, mutes, and DMs, plus raw curl-style access to any v2 endpoint. - Media uploads: Upload images and videos, poll processing status, and attach media IDs to posts. - Multi-app and multi-account auth: OAuth 2.0 PKCE with auto-refreshing tokens, isolated per-app credentials, and per-request app or username selection. - Use Case: Ask the agent to search X for recent posts about a topic, review the returned post JSON, then like and reply to the most relevant ones — all through authenticated xurl commands. ## Quick Start Ask the agent to run xurl auth status to verify credentials, then search X for a topic and reply to one of the resulting posts.