What problem does it solve? Integrating with the X (Twitter) API requires navigating two authentication schemes, split v1.1/v2 endpoints, and opaque rate limits. This Skill provides ready-to-use Python patterns for posting, reading, searching, and managing X content without re-deriving the API contract each time. ## Core Features & Use Cases - Posting & Threads: Publish single tweets, multi-tweet threads, and tweets with media attachments using v2 endpoints plus the v1.1 media upload endpoint. - Reading & Search: Fetch user timelines, recent search results, user profiles, and followers with field expansions like public_metrics. - Account Actions & Safety: Like, retweet, delete tweets, send direct messages, validate tweet length, and handle rate limits automatically via response headers. - Use Case: Build a content pipeline where generated posts are length-validated, published as a thread, and tracked through public_metrics for engagement analytics. ## Quick Start Set your X API credentials as environment variables and ask the assistant to post a tweet or thread using the X API patterns in this Skill.