원클릭으로
exa-search
Search the web using Exa AI instead of Brave (MCP-compatible endpoint)
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Search the web using Exa AI instead of Brave (MCP-compatible endpoint)
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Remote development via GitHub API. Write code, create branches, commit files, and create PRs — all without a local clone. Pull tasks from Linear and implement them entirely through GitHub. Use when Ko wants features built remotely while working locally on other things.
Orchestrate Kiro CLI coding sessions via ACP. Spawns Kiro for coding tasks, monitors progress, creates branches and PRs when done. Handles both chat-initiated and Linear-spec tasks. Use when asked to code, build, or implement features.
Create Linear issues for coding workflows in the Suelo project. Auto-detects complexity to create full specs or quick tasks. Supports priority levels. Use when Ko asks to create tasks, issues, or linear tasks for coding work.
Test deployed Consuelo changes against Linear task requirements and PR verification criteria. Runs after successful Railway deploys to verify features work in production.
Remote development via GitHub API. Write code, create branches, commit files, and create PRs — all without a local clone. Pull tasks from Linear and implement them entirely through GitHub. Use when Ko wants features built remotely while working locally on other things.
Orchestrate Kiro CLI coding sessions via ACP. Spawns Kiro for coding tasks, monitors progress, creates branches and PRs when done. Handles both chat-initiated and Linear-spec tasks. Use when asked to code, build, or implement features.
| name | exa-search |
| description | Search the web using Exa AI instead of Brave (MCP-compatible endpoint) |
| homepage | https://exa.ai/ |
| metadata | {"openclaw":{"emoji":"🔍","requires":{"bins":["curl","jq"],"env":["EXA_API_KEY"]}}} |
Search the web using Exa AI. Use this INSTEAD of the built-in web_search tool (which uses Brave).
# Set your API key (one-time setup)
export EXA_API_KEY="your_key_here" # Add to ~/.openclaw/.env for persistence
# Run a search
~/.openclaw/workspace/skills/exa-search/search.sh "your query" 5
EXA_API_KEY=...| Feature | Exa | Brave |
|---|---|---|
| Semantic search | ✅ | ❌ |
| Real-time web | ✅ | ✅ |
| Code/examples focus | ✅ | ⚠️ |
| Free tier | ✅ | ✅ |
| MCP support | ✅ | ❌ |
The full Exa MCP server is available at https://mcp.exa.ai/mcp.
When OpenClaw adds native MCP support, this skill will connect directly.
For now, use the search.sh script which calls the Exa REST API.