← 返回 Skills 市场
Exa
作者
jordyvandomselaar
· GitHub ↗
· v1.0.0
3624
总下载
2
收藏
13
当前安装
1
版本数
在 OpenClaw 中安装
/install exa-plus
功能描述
Neural web search via Exa AI. Search people, companies, news, research, code. Supports deep search, domain filters, date ranges.
使用说明 (SKILL.md)
Exa - Neural Web Search
Powerful AI-powered search with LinkedIn, news, research papers, and more.
Setup
Create ~/.clawdbot/credentials/exa/config.json:
{"apiKey": "your-exa-api-key"}
Commands
General Search
bash scripts/search.sh "query" [options]
Options (as env vars):
NUM=10- Number of results (max 100)TYPE=auto- Search type: auto, neural, fast, deepCATEGORY=- Category: news, company, people, research paper, github, tweet, pdf, financial reportDOMAINS=- Include domains (comma-separated)EXCLUDE=- Exclude domains (comma-separated)SINCE=- Published after (ISO date)UNTIL=- Published before (ISO date)LOCATION=NL- User location (country code)
Examples
# Basic search
bash scripts/search.sh "AI agents 2024"
# LinkedIn people search
CATEGORY=people bash scripts/search.sh "software engineer Amsterdam"
# Company search
CATEGORY=company bash scripts/search.sh "fintech startup Netherlands"
# News from specific domain
CATEGORY=news DOMAINS="reuters.com,bbc.com" bash scripts/search.sh "Netherlands"
# Research papers
CATEGORY="research paper" bash scripts/search.sh "transformer architecture"
# Deep search (comprehensive)
TYPE=deep bash scripts/search.sh "climate change solutions"
# Date-filtered news
CATEGORY=news SINCE="2026-01-01" bash scripts/search.sh "tech layoffs"
Get Content
Extract full text from URLs:
bash scripts/content.sh "url1" "url2"
安全使用建议
This skill appears to be a simple client that sends search queries and URLs to api.exa.ai and needs curl, jq, and an Exa API key stored at ~/.clawdbot/credentials/exa/config.json or EXA_API_KEY. Before installing: (1) verify the publisher/source and confirm api.exa.ai is the legitimate API endpoint for the vendor you expect (no homepage is provided), (2) confirm you trust sending your queries and any URLs (including potentially sensitive pages) to that external service, (3) ensure curl and jq are available, and (4) prefer creating and protecting a dedicated API key with limited scope. The main red flag is the registry metadata mismatch (it doesn’t list required bins or credentials) — this can be innocent packaging error but also indicates the publisher may be sloppy; if you need higher assurance, request the skill's provenance or an official homepage before use.
功能分析
Type: OpenClaw Skill
Name: exa-plus
Version: 1.0.0
The skill bundle is a legitimate wrapper for the Exa AI API. All scripts (`code.sh`, `content.sh`, `search.sh`) interact with the official `https://api.exa.ai/` endpoint, using `curl` and `jq` to construct and send JSON payloads. API keys are securely loaded from `~/.clawdbot/credentials/exa/config.json` (as instructed in `SKILL.md`) or expected in environment variables. There is no evidence of data exfiltration, malicious execution, persistence, obfuscation, or prompt injection attempts against the agent beyond the stated purpose of performing web searches and content extraction.
能力评估
Purpose & Capability
Skill name/description (neural web search) match the included scripts which POST queries and URLs to https://api.exa.ai. However the registry metadata listed no required binaries or credentials while SKILL.md and scripts clearly require curl, jq, and an EXA API key (config file or EXA_API_KEY). This mismatch is an incoherence (likely sloppy packaging) but the requested items themselves are consistent with the stated purpose.
Instruction Scope
SKILL.md and the scripts limit actions to building JSON payloads and calling Exa's API endpoints. The scripts only read the declared credentials file (~/.clawdbot/credentials/exa/config.json) or EXA_API_KEY and do not attempt to read other system files or secret stores. They do send user-provided URLs and queries to an external service (expected for search/content extraction).
Install Mechanism
There is no install spec (instruction-only with bundled scripts), so nothing is downloaded or written automatically beyond the included script files. Risk from install mechanism is low, but running the scripts will contact external endpoints.
Credentials
The skill requires an API key for Exa (EXA_API_KEY or config file) which is proportionate to performing API calls. The incoherence is that the registry metadata did not declare required env vars/binaries while SKILL.md and scripts do—this discrepancy should be resolved before trust. No unrelated credentials or wide secret access are requested.
Persistence & Privilege
The skill does not request always:true and does not attempt to modify other skills or system settings. It only reads its own config file in the user's home directory.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install exa-plus - 安装完成后,直接呼叫该 Skill 的名称或使用
/exa-plus触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of exa-plus, version 1.0.0.
- Provides neural web search via Exa AI, supporting queries across people, companies, news, research papers, code, and more.
- Allows advanced search options: deep search, domain filters, category selection, date ranges, and location setting.
- Includes scripts for general search and full-text content extraction.
- Setup requires API key configuration in a JSON file.
元数据
常见问题
Exa 是什么?
Neural web search via Exa AI. Search people, companies, news, research, code. Supports deep search, domain filters, date ranges. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 3624 次。
如何安装 Exa?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install exa-plus」即可一键安装,无需额外配置。
Exa 是免费的吗?
是的,Exa 完全免费(开源免费),可自由下载、安装和使用。
Exa 支持哪些平台?
Exa 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Exa?
由 jordyvandomselaar(@jordyvandomselaar)开发并维护,当前版本 v1.0.0。
推荐 Skills