What problem does it solve? Integrating with X (Twitter) programmatically requires navigating two different OAuth schemes, versioned endpoints, and shifting rate limits. This Skill provides working patterns for authentication, posting, reading, searching, and analytics so you avoid trial-and-error against the API. ## Core Features & Use Cases - Posting and Threads: Publish single tweets, multi-tweet threads, and media-attached posts using OAuth 1.0a user-context auth. - Reading and Search: Pull user timelines, search recent tweets with query operators, and fetch user profiles with public metrics. - Rate Limit and Error Handling: Read rate-limit headers at runtime, back off automatically, and handle 429/403 responses correctly. - Use Case: You want to build a bot that posts a daily thread summarizing your product updates. Use this Skill to authenticate with OAuth 1.0a, chain replies into a thread, and track engagement via public_metrics. ## Quick Start Ask the AI to post a tweet saying "Hello from my app" using the X API with my OAuth credentials stored in environment variables.