Search tweets, analyze trends, monitor users, and gather social intelligence from Twitter/X through SandBase. Use when asked for Twitter research, social listening, trend analysis, influencer monitoring, sentiment tracking, or competitor social intelligence.
npx skills add https://github.com/sandbaseai/sandbase-skills --skill twitter-intelligence
Full-spectrum Twitter/X research and social listening through SandBase. Search public tweets, discover trends, analyze user profiles, and monitor discussions — all read-only, never posts or engages. Read the API map before selecting a capability.
For every selected tool, call sandbase_describe_tool first and use only arguments in its current input schema. Then call sandbase_call_tool with the exact tool_name.
Classify the request:
Use twitter_web_search_timeline for keyword-based tweet discovery:
Use twitter_bulk_tweet_search for higher-volume batch searches.
Use twitter_web_trending to find what's trending globally or by location.
Use twitter_web_user_profile for account details (bio, follower count, verified status).
Use twitter_web_user_media and tweet timeline tools for content analysis.
Use twitter_web_user_followers / twitter_web_user_followings for network analysis.
Use twitter_web_tweet_detail for specific tweet metrics and thread context.
Use twitter_web_latest_post_comments or twitter_web_post_comments for reply analysis.
Return: search scope, tweet volume summary, key accounts involved, sentiment signals, trend indicators, engagement patterns, and evidence gaps.
Take sandbaseai/twitter-intelligence from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.