v1.6.0 — X/Twitter Research Skill
X/Twitter Research Skill
New bundled skill (#119) for X/Twitter research via Composio. Zero API cost.
New: /x command
/x search <query>— Search recent tweets with sorting, filtering, pagination/x profile <username>— Recent tweets from a user/x thread <tweet_id>— Full conversation thread/x tweet <tweet_id>— Single tweet lookup/x watchlist— Track accounts of interest/x cache clear— Cache management
Features
- Engagement sorting (likes, impressions, retweets, recent)
- Time filtering (
--since 1h|1d|7d) - Multiple output formats (
--json,--markdown) - In-memory LRU cache with 15-min TTL
- Session-scoped watchlist with check-all
Aliases
/x, /twitter, /x-research
Requires
COMPOSIO_API_KEY— free at https://composio.devCOMPOSIO_CONNECTION_ID— your X connection ID
Ported from xBenJamminx/x-research-skill with bug fixes (nullish coalescing, NaN guards, no hardcoded credentials).