What problem does it solve? Accessing Twitter/X data programmatically normally requires paid API tiers or heavy third-party libraries. This Skill lets you read timelines, bookmarks, search results, and user profiles — and perform write actions like posting or liking — using only Python's standard library and your browser cookies. ## Core Features & Use Cases - Timeline & Content Reading: Fetch home For-You/Following feeds, bookmarks (including bookmark folders), user tweets, user likes, tweet details with reply threads, List timelines, and followers/following lists. - Write Operations: Post tweets and replies, delete tweets, like/unlike, retweet/unretweet, and bookmark/unbookmark directly from the CLI or Python API. - Zero-Dependency Design: Pure standard library (urllib, argparse, dataclasses) with UV project config, plus a three-level QueryId resolution system (cache → hardcoded fallbacks → live JS bundle scan) that auto-recovers when X rotates API query IDs. - Use Case: Ask the assistant to pull your latest 50 bookmarks as JSON, then summarize the top threads — cookies are fetched automatically via the browser_use tool in the Minis environment. ## Quick Start Use the twitter-x-hub skill to fetch my home timeline and show the 20 most recent tweets with their like and retweet counts.