What problem does it solve? Interacting with the X (Twitter) API requires handling OAuth authentication, endpoint URLs, and JSON payloads manually, which is slow and error-prone. This Skill wraps the xurl CLI so you can post, search, reply, follow, and manage your X presence with simple one-line commands that return structured JSON. ## Core Features & Use Cases - Posting & Engagement: Post tweets, replies, and quotes, upload media, like, repost, and bookmark posts directly from the command line. - Reading & Search: Read individual posts, search recent posts, view timelines, mentions, bookmarks, and likes with JSON output. - Social Graph & DMs: Follow, unfollow, block, mute, list followers, and send direct messages. - Raw API Access: Call any X API v2 endpoint with curl-style syntax, including streaming endpoints. - Use Case: Search for posts about your product launch, like the most relevant ones, reply to a customer question, and post an announcement with an attached image — all without leaving your terminal. ## Quick Start Ask the agent to check authentication with xurl auth status and then post a tweet saying hello to your followers.