Install
openclaw skills install x-interactInteract with X.com (Twitter) via Tavily web search and extraction. Search tweets, extract content from linked URLs, monitor accounts and topics. Requires Ta...
openclaw skills install x-interactTavily is configured as an MCP server and provides the interface for X.com content through search indexing.
mcporter config add tavily https://mcp.tavily.com/mcp/?tavilyApiKey=<YOUR_KEY>
# Search for a user's tweets
mcporter call tavily.tavily_search query="from:username keyword" max_results=5
# Search tweets by keyword
mcporter call tavily.tavily_search query="keyword site:x.com" max_results=10
# Search for a specific tweet or thread
mcporter call tavily.tavily_search query="site:x.com username tweet context" max_results=3
# Extract from a news article or blog linked in a tweet
mcporter call tavily.tavily_extract urls='["https://example.com/article"]'
# Full research with Tavily (search + extract combined)
mcporter call tavily.tavily_research query="topic name" search_depth="basic" max_results=5
tavily_search to find tweet content via search index, or ask Z to paste tweet text.mcporter call tavily.tavily_search query="from:vitalikbuterin ethereum" max_results=5mcporter call tavily.tavily_search query="site:x.com vitalikbuterin tweet_thread" max_results=3mcporter call tavily.tavily_extract urls='["https://example.com/linked-article"]'