X/Twitter API Skill Basic X (Twitter) API access for the @joelclaw account until a proper CLI is built (ADR-0119). Authentication Recommended for read-only access: app bearer token There is no stored secret right now. Derive the app bearer token from the X app consumer key + secret, then use that bearer token for read-only endpoints like tweet lookup. Use this for: - reading a specific tweet/post - fetching public user metadata - recent search - full-archive search when the app has access - other public read-only X v2 endpoints Full-Archive Search The bot app can call Full-Archive Search if t…