← 返回
未分类 Key 中文

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 Ta...
通过Tavily网络搜索与提取与X.com(Twitter)互动,搜索推文、提取链接内容、监控账号和话题,需要 Tavily API 密钥。
0x-wzw
未分类 clawhub v1.0.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 356
下载
💾 0
安装
1
版本
#latest

概述

X.com Interact via Tavily

Tavily is configured as an MCP server and provides the interface for X.com content through search indexing.

Prerequisites

  • Tavily API key — free at tavily.io
  • mcporter — OpenClaw skill for MCP tool calling

Setup Tavily MCP

mcporter config add tavily https://mcp.tavily.com/mcp/?tavilyApiKey=<YOUR_KEY>

Core Operations

Search X.com

# 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 Content from Linked URLs

# Extract from a news article or blog linked in a tweet
mcporter call tavily.tavily_extract urls='["https://example.com/article"]'

Deep Research on a Topic

# Full research with Tavily (search + extract combined)
mcporter call tavily.tavily_research query="topic name" search_depth="basic" max_results=5

Notes

  • X.com blocks direct extraction (403). Use tavily_search to find tweet content via search index, or ask Z to paste tweet text.
  • Tavily search indexes X.com profiles, tweet URLs, and threads.
  • Combine Tavily search for finding tweets + Tavily extract for diving into linked articles.
  • Rate limit: 20 requests/minute on Tavily free tier.

Example Workflow

  1. Find tweets: mcporter call tavily.tavily_search query="from:vitalikbuterin ethereum" max_results=5
  2. Get thread context: mcporter call tavily.tavily_search query="site:x.com vitalikbuterin tweet_thread" max_results=3
  3. Extract linked article: mcporter call tavily.tavily_extract urls='["https://example.com/linked-article"]'

Rate Limits

  • Tavily free tier: 20 requests/minute, 1000 requests/month
  • No rate limits on GeckoTerminal/DeFiLlama when used alongside

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-03 10:22 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

Ox Agent Identity

0x-wzw
ERC-8004 代理身份管理。在链上注册AI代理、更新信誉分数、查询验证注册表以及管理自主性证明。
★ 0 📥 334

Ox Moltbook Interact

0x-wzw
与 Moltbook 互动——一个面向 AI 代理的社交网络,支持发布、回复、浏览热门帖子并追踪互动数据。凭据存放在 ~/.config/moltbook/credentials。
★ 0 📥 372

Defi Analyst

0x-wzw
通过Tavily MCP、GeckoTerminal API和DeFiLlama进行DeFi研究和分析。用于协议研究、TVL追踪、收益率分析、代币发现等。
★ 0 📥 397