0x-wzw/x-interact/SKILL.md
Interact with X.com (Twitter) via Tavily web search and extraction. Search tweets, extract content from linked URLs, monitor accounts and topics. Requires Tavily API key (free tier works).
npx skillsauth add openclaw/skills x-interactInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Tavily 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"]'tools
Use when the user wants to connect to, test, or use the McDonalds service at mcp.mcd.cn, including checking authentication, probing MCP endpoints, listing tools, or calling McDonalds MCP tools through a reusable local CLI.
development
Web scraping platform — Twitter/X data, Vinted marketplace, and general web scraping API
development
SlowMist AI Agent Security Review — comprehensive security framework for skills, repositories, URLs, on-chain addresses, and products (Claude Code version)
data-ai
去除中文文本中的 AI 写作痕迹,使其读起来自然。基于维基百科 AI 写作特征指南,检测 24 种 AI 模式。触发词:humanizer-cn、去除 AI 痕迹、去除 AI 写作痕迹、中文文本人性化。