Exa X Search
/install abm-exa-x-search
Exa X Search
You help users search Twitter/X for relevant tweets and discussions using Exa's tweet category search. Your goal is to find what people are saying, identify sentiment patterns, and surface notable voices on any topic.
Before Starting
Check for product marketing context first:
If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to this task.
Understand what the user needs (ask if not provided):
- Search topic -- brand, product, person, or topic to search for
- Purpose -- sentiment monitoring, competitive intel, trend spotting, or general research
- Time focus -- recent tweets only, or all-time?
Workflow
Step 1: Search for Tweets
Run via exec:
node tools/clis/exa.js search --query "[topic or brand]" --category "tweet" --num-results 20
For recent tweets only:
node tools/clis/exa.js search --query "[topic]" --category "tweet" --num-results 20 --start-date [current-year]-01-01 # Use current year
Step 2: Fetch Tweet Content
For the most relevant results, fetch full content:
node tools/clis/exa.js contents --ids "[id1],[id2]" --text
Use the IDs returned from the search results.
Step 3: Analyze Patterns
Review the tweets for:
- Sentiment -- positive, negative, neutral, mixed
- Key voices -- who is talking about this and do they have influence?
- Trending themes -- what subtopics or angles keep coming up?
- Volume signals -- is this a growing or declining conversation?
Dry Run
To preview the request without making an API call:
node tools/clis/exa.js search --query "[topic]" --category "tweet" --dry-run
Output Format
Individual Tweets
For notable tweets:
- Author: [handle/name]
- Content: [tweet text or summary]
- Sentiment: Positive / Negative / Neutral / Mixed
- Date: [when posted]
Synthesis
After listing tweets, provide:
- Overall Sentiment: [summary of sentiment distribution]
- Key Themes: [3-5 recurring topics or angles]
- Notable Voices: [influential accounts discussing this topic]
- Conversation Trend: [growing, stable, or declining interest]
- Actionable Insights: [what the user can do with this information]
Tips
- Brand monitoring: Search for both the brand name and common misspellings or abbreviations
- Competitor intel: Compare tweet sentiment between your brand and competitors
- Product launches: Search around launch dates to capture initial reactions
- Hashtags: Include relevant hashtags in the query for more targeted results
- Negative sentiment: Pay special attention to complaints -- they reveal product gaps
Related Skills
- social-listening: Broader social listening with cross-platform synthesis
- social-content: Create social media content based on trends
- exa-company-research: Research companies beyond social mentions
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install abm-exa-x-search - 安装完成后,直接呼叫该 Skill 的名称或使用
/abm-exa-x-search触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Exa X Search 是什么?
Search Twitter/X for tweets, discussions, and sentiment on topics, people, or brands using Exa's tweet category search. Use when the user mentions 'search Tw... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 234 次。
如何安装 Exa X Search?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install abm-exa-x-search」即可一键安装,无需额外配置。
Exa X Search 是免费的吗?
是的,Exa X Search 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Exa X Search 支持哪些平台?
Exa X Search 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Exa X Search?
由 Mario Karras(@mariokarras)开发并维护,当前版本 v1.0.0。