What problem does it solve? Interacting with the X (Twitter) API normally requires writing custom HTTP clients, handling OAuth flows, and parsing raw responses. This Skill gives an agent direct command-line access to the full X API v2 surface through the official xurl CLI, returning structured JSON for every operation. ## Core Features & Use Cases - Posting & Engagement: Create posts, replies, quotes, likes, reposts, and bookmarks, including media uploads for images and video. - Reading & Search: Search posts, read timelines and mentions, look up users, and fetch X Articles via raw v2 endpoints. - Social Graph & DMs: Follow, block, mute, list followers/following, and send or read direct messages. - Use Case: Ask the agent to search X for posts about a product launch, like the top results, and reply to one with a prepared message — all executed as xurl commands with JSON output. ## Quick Start Use the xurl skill to post "Hello world!" to my X account and then show my latest mentions.