What problem does it solve? Interacting with the X (Twitter) API normally requires writing custom HTTP clients, managing OAuth tokens, and handling endpoint-specific request formats. This Skill wraps the xurl CLI so an agent can post tweets, search posts, manage followers, send DMs, and upload media through simple commands that return structured JSON. ## Core Features & Use Cases - Posting & Engagement: Post, reply, quote, delete, like, repost, and bookmark posts using shortcut commands that accept post IDs or full URLs. - Reading & Search: Read individual posts, search recent posts, fetch home timelines, mentions, and user profiles with JSON output. - Social Graph & DMs: Follow, unfollow, block, mute, list followers/following, and send or list direct messages. - Media Upload & Raw API Access: Upload images and videos with status polling, and call any X API v2 endpoint directly with curl-style syntax. - Use Case: Ask the agent to search X for posts about your product launch, like the most relevant ones, and reply to a top post with a link to your announcement. ## Quick Start Use the xurl skill to post a tweet saying "Hello from my AI agent" after confirming authentication with xurl auth status.