ワンクリックで
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 職業分類に基づく
| 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.
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.