twitter

Installation
Summary

Read-only Twitter/X data lookup for tweets, users, followers, and engagement metrics.

  • Nine tools cover tweet search with advanced operators, user profile lookups, follower/following lists, replies, retweets, and user discovery
  • Supports advanced query syntax including keywords, from/to filters, hashtags, cashtags, engagement thresholds, date ranges, and media/link filters
  • Cursor-based pagination for browsing large result sets across all endpoints
  • Requires TWITTER_API_KEY environment variable; respects API rate limits
SKILL.md

Twitter / X (script-mode)

Read-only access to twitterapi.io endpoints. 13 functions covering tweets, users, followers, replies, threads, quotes, articles, and trends.

All requests go through sc-proxy via core.http_client.proxied_get. The TWITTER_API_KEY env var is auto-injected server-side, no local key needed on the agent machine.

Script Usage

Standard invocation pattern:

python3 - <<'EOF'
import sys, json
sys.path.insert(0, "/data/workspace/skills/twitter")
from exports import twitter_user_info, twitter_user_tweets
Related skills
Installs
5.6K
GitHub Stars
13
First Seen
Mar 14, 2026