Skip to content

v1.6.0 — X/Twitter Research Skill

Choose a tag to compare

@alsk1992 alsk1992 released this 10 Feb 16:09
· 135 commits to main since this release

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

Ported from xBenJamminx/x-research-skill with bug fixes (nullish coalescing, NaN guards, no hardcoded credentials).