Token导航 LogoToken导航TokenDH.com
研究检索执行命令unknown未标认证来源可访问许可证需确认审计未展示

exa-search前搜索

Agent Skill

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

总安装

445

周安装

18

下载量

140
Local Agent

安装说明

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

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

复制命令到本机终端执行。当前暂无明确安装命令,请以来源页面说明为准。

简介

exa-search 实现高效的信息检索与精准筛选功能。

  • 适合快速获取行业报告、技术文章或竞品分析资料。
  • 可根据关键词组合和时间范围定制搜索策略。exa-search 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 依赖外部 API 调用,需确保网络连通性和密钥有效性。
  • 结果仅供参考,重要决策仍需人工复核来源可靠性。

SKILL.md

Exa Search

Use Exa directly over HTTP through the bundled cross-platform Python CLI.

Entry point

Cross-platform:

uv run --script <skill-dir>/scripts/cli.py ...

Set <skill-dir> to this skill directory. Do not rely on shell sourcing, executable bits, or shebang dispatch.

Credential check policy: run the documented CLI entrypoint first; it auto-loads a skill-local .env using the lookup order below. Only report missing credentials if the CLI itself fails after that lookup.

When to use

  • Deeper web research with richer retrieval than lightweight search
  • Fetching full-page contents from known URLs
  • Grounded answer generation from web results
  • Exa research mode for bigger synthesis tasks

Quick start

uv run --script <skill-dir>/scripts/cli.py search "best sqlite backup strategy" 5
uv run --script <skill-dir>/scripts/cli.py contents https://sqlite.org/backup.html
uv run --script <skill-dir>/scripts/cli.py answer "What is the capital of France?"
uv run --script <skill-dir>/scripts/cli.py research "Summarize the current state of OpenTelemetry in the Java ecosystem" exa-research

Credentials

  • Keep .env beside this skill.
  • CLI lookup order:

- EXA_SEARCH_ENV_FILE - skill .env - $SKILLS_DIR/exa-search/.env - nearest ancestor skills/exa-search/.env

  • Tracked template: .env.example

Failure handling

  • If a CLI run says EXA_API_KEY required, retry once with the documented uv run --script command; do not assume the parent shell env is authoritative.
  • If env loading still fails, set EXA_SEARCH_ENV_FILE to the skill-local .env dynamically from the skill path rather than hard-coding a home directory.
  • Distinguish env lookup failures from provider failures:

- EXA_API_KEY required means local env discovery failed. - HTTP 401, 402, 403, or similar means the API responded and the key/account/quota is the issue.

  • When the API responds with an auth/billing/quota error, report that explicitly instead of claiming the skill lacks credentials.

Notes

  • Auth header: x-api-key: $EXA_API_KEY
  • search is the best default entrypoint.
  • Use contents when you already know the target URL(s).
  • Use post for advanced payloads not covered by convenience wrappers.
  • For code-specific public usage patterns, prefer grep-app, gh, and context7 before forcing Exa.

Raw examples

uv run --script <skill-dir>/scripts/cli.py post /search '{"query":"rust async channels","numResults":5}'
uv run --script <skill-dir>/scripts/cli.py post /contents '{"urls":["https://example.com/article"]}'
uv run --script <skill-dir>/scripts/cli.py post /answer '{"query":"What is Bun?"}'

Validation

uv run --script <skill-dir>/scripts/cli.py --help

Query templates

See assets/query-templates.json.

Reference

See reference.md.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

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

平台分布

Local Agent

72.13%
按下载量换算101

安全审计

暂无安全审计结果可展示。

权限和风险

执行命令

安装流程涉及命令执行,可能通过 第三方 CLI 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

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

来源信息

继续浏览同类 Skills