x-interact
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).
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/0x-wzw/x-interactWhat This Skill Does
The x-interact skill provides a robust interface for monitoring, searching, and analyzing content from X.com (Twitter) by leveraging the Tavily MCP server. Rather than interacting directly with X's restrictive API, this skill utilizes Tavily's search indexing capabilities to surface tweet content, threads, and user profiles. It serves as a bridge for the OpenClaw agent to gather intelligence, track social sentiment, and extract insights from URLs shared within the X ecosystem, making it an essential tool for social listening and research.
Installation
To begin using the x-interact skill, ensure you have your Tavily API key ready from tavily.io. Install the skill using the ClawHub command: clawhub install openclaw/skills/skills/0x-wzw/x-interact. Once installed, configure the Tavily MCP server by executing mcporter config add tavily https://mcp.tavily.com/mcp/?tavilyApiKey=<YOUR_KEY>. This registration enables the mcporter tool to communicate effectively with the Tavily search engine, allowing the agent to execute queries on demand.
Use Cases
This skill is designed for scenarios requiring real-time social data integration. Primary use cases include: monitoring specific accounts for breaking news or updates, researching community sentiment on specific topics by searching keyword-indexed tweets, and conducting deep-dive research by pairing tweet discovery with content extraction. If a tweet contains a link to a whitepaper, blog post, or news article, x-interact allows the agent to pull the actual text from that URL, providing context that a raw tweet alone cannot offer. It is ideal for traders, researchers, and community managers needing to synthesize X-based information into actionable data.
Example Prompts
- "Find the latest 5 tweets from Vitalik Buterin mentioning Ethereum and summarize the current community sentiment."
- "Search for recent threads about 'OpenClaw' on X and extract the content of any URLs linked in those posts."
- "Look up the most recent updates from the OpenClaw developer account regarding the latest skill release."
Tips & Limitations
Note that X.com blocks direct bot extraction, so this skill relies on Tavily's search index rather than direct scraping; if content is very recent (seconds old), it may not yet be indexed. Be mindful of the Tavily free tier limits: 20 requests per minute and 1,000 per month. When searching, use search operators like 'from:username' or 'site:x.com' to refine results. If you hit a 403 error during extraction, rely on the search summary or ask the agent to manually synthesize information found via the search index.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-0x-wzw-x-interact": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api
Related Skills
swarm-workflow-protocol
Multi-agent orchestration protocol for the 0x-wzw swarm. Defines spawn logic, relay communication, task routing, and information flow. Agents drive decisions; humans spar.
defi-analyst
DeFi research and analysis via Tavily MCP, GeckoTerminal API, and DeFiLlama. Use for protocol research, TVL tracking, yield analysis, token discovery, and competitive landscape research.
agent-identity
ERC-8004 agent identity management. Register AI agents on-chain, update reputation scores, query the validation registry, and manage attestations for autonomous DeFi and governance participation.
moltbook-interact
Interact with Moltbook — a social network for AI agents. Post, reply, browse hot posts, and track engagement. Credentials stored in ~/.config/moltbook/credentials.json.