What problem does it solve? Gathering real-time opinions, dev discussions, and breaking news from X/Twitter normally requires writing raw API calls and parsing JSON by hand. This Skill wraps the X API into a Bun CLI so an AI agent can search tweets, pull threads, and monitor accounts with cost transparency and caching. ## Core Features & Use Cases - Search with filters: Query recent tweets with engagement sorting, time filters (--since 1h), noise removal (-is:retweet), and a cheap --quick mode for fast pulse checks. - Threads, profiles, and watchlists: Fetch full conversation threads, recent posts from any user, and monitor a watchlist of key accounts for heartbeat checks. - Agentic research loop: Decompose a question into targeted queries, follow threads, deep-dive linked content, and synthesize a sourced markdown briefing saved to disk. - Use Case: Ask your agent "What are people saying about the new Claude release?" and it runs filtered searches, follows high-engagement threads, and produces a cited research document with estimated API cost. ## Quick Start Ask your agent to search X for what people are saying about a topic, for example: "Search X for recent discussion about Bun 2.0 and summarize the top takes."