What problem does it solve? Managing X (Twitter) activity from an agent session requires a safe, authenticated interface to the official X API without exposing credentials or juggling raw HTTP calls. This Skill wraps the xurl CLI so an agent can post, search, read, and engage on X while keeping OAuth tokens strictly out of the conversation. ## Core Features & Use Cases - Full X API coverage: Post, reply, quote, delete, search, read timelines and mentions, like, repost, bookmark, follow, block, mute, send DMs, and upload media — all returning structured JSON. - Raw v2 endpoint access: Run curl-style requests against any X API v2 endpoint, including streaming endpoints and X Articles via the article tweet field. - Strict secret safety: Mandatory rules prevent reading ~/.xurl, inline secret flags, or verbose mode inside agent sessions; all credential setup is done manually by the user. - Use Case: Ask the agent to search X for posts about your product launch, draft a reply to a mention, confirm the exact text with you, then post it with an attached image. ## Quick Start Ask the agent to check xurl auth status and then search X for the five most recent posts about a topic you care about.