一键导入
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.