What problem does it solve? Integrating with X (Twitter) programmatically requires navigating OAuth 1.0a and OAuth 2.0 authentication, versioned endpoints, media upload flows, and shifting rate limits. This Skill provides working code patterns for posting, reading, searching, and analyzing X content without re-deriving the API contract each time. ## Core Features & Use Cases - Posting & Threads: Publish single tweets, multi-tweet threads, and media-attached posts using OAuth 1.0a user-context authentication. - Reading & Search: Fetch user timelines, search recent tweets with query operators, and look up users by username with metrics fields. - Rate Limit & Error Handling: Read x-rate-limit headers at runtime, back off automatically, and handle 403/429 responses with structured errors. - Use Case: A content workflow pulls your recent original posts to model your voice, drafts a thread, waits for your approval, then posts it via the X API and tracks engagement through public_metrics. ## Quick Start Use the x-api skill to post a tweet saying "Hello from my automation" using my stored X credentials.