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_KEYenvironment variable; respects API rate limits
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
More from starchild-ai-agent/official-skills
coinglass
Comprehensive crypto derivatives data - funding rates, open interest,
9.3Kwallet
Multi-chain wallet — balances, transfers, signing, policy (EVM multi-chain + Solana)
6.0Khyperliquid
Trade perpetual futures and spot on Hyperliquid DEX
6.0Kcoingecko
CoinGecko crypto price data, charts, market discovery, and global stats
5.8Kskill-creator
Create and scaffold new skills with proper frontmatter, directory structure,
5.6Ktwelvedata
Stocks, forex, and commodities price data — real-time quotes, historical time series, and reference data
5.4K