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, send DMs, upload media, and call any v2 endpoint with simple commands while keeping credentials out of the conversation. ## Core Features & Use Cases - Full X API coverage: Post, reply, quote, delete, search, like, repost, bookmark, follow, block, mute, and send direct messages, plus raw curl-style access to any X API 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 strict secret-safety rules that forbid reading ~/.xurl or passing inline secrets. - Use Case: Ask the agent to search recent posts about a topic, like the most relevant ones, and reply to one — it runs xurl search, xurl like, and xurl reply, returning structured JSON for each step. ## Quick Start Ask the agent to verify xurl auth status and then post "Hello world" to your X account.