返回顶部
x

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).

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
101
下载量
0
收藏
概述
安装方式
版本历史

x-interact

# 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](https://tavily.io) - **mcporter** — OpenClaw skill for MCP tool calling ## Setup Tavily MCP ```bash mcporter config add tavily https://mcp.tavily.com/mcp/?tavilyApiKey=<YOUR_KEY> ``` ## Core Operations ### Search X.com ```bash # 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 ```bash # 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 ```bash # 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

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 x-interact-1776114182 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 x-interact-1776114182 技能

通过命令行安装

skillhub install x-interact-1776114182

下载 Zip 包

⬇ 下载 x-interact v1.0.0

文件大小: 3.12 KB | 发布时间: 2026-4-14 14:36

v1.0.0 最新 2026-4-14 14:36
- Initial release of the x-interact skill for searching and extracting X.com (Twitter) content via Tavily's web search and extraction.
- Enables searching tweets, extracting content from linked URLs, and monitoring accounts or topics on X.com.
- Requires a free Tavily API key and the mcporter tool for integration.
- Includes example commands and workflows for searching tweets, extracting linked content, and conducting deep research.
- Notes on X.com extraction limitations, rate limits, and best practices for effective use.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部