Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计提醒

abm-exa-x-searchabm exa x 搜索

Agent Skill

abm-exa-x-search 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

6,985

周安装

297

GitHub Stars

公开资料未说明

下载量

2,447
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:abm-exa-x-search(abm exa x 搜索)
来源仓库:https://github.com/mariokarras/abm-exa-x-search
安装命令:
openclaw skills install abm-exa-x-search
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install abm-exa-x-search

简介

abm-exa-x-search 在 Twitter/X 上搜索主题、人物或品牌相关内容,分析讨论与情绪。

  • 适用于舆情监测、热点追踪与社交聆听场景。
  • 提供推文内容、时间与互动数据。abm-exa-x-search 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 需考虑平台政策变更对 API 可用性的影响。
  • 建议结合关键词过滤与时间范围,聚焦有效信号。

SKILL.md

name
exa-x-search
description
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 Twitter,' 'find tweets,' 'X search,' 'what are people saying on X,' 'Twitter mentions,' 'tweets about,' or 'Twitter sentiment.' Covers tweet discovery, sentiment analysis, and trend spotting. NOT for general web search. For broader social listening with synthesis, see social-listening. For general web research, see exa-company-research.
metadata
version
1.0.0

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

  1. Search topic -- brand, product, person, or topic to search for
  2. Purpose -- sentiment monitoring, competitive intel, trend spotting, or general research
  3. 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

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

91.04%
按下载量换算2,228

安全审计

VirusTotal

可疑

ClawScan

可疑

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills