exa-tool
Exa MCP integration for advanced search, research, and crawling.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/claireaicodes/exa-toolWhat This Skill Does
The exa-tool is a powerful integration for OpenClaw that connects directly to Exa's advanced search and research infrastructure. Unlike standard web search tools, this skill provides structured access to semantic, developer-focused, and deep research search engines. It allows agents to perform specialized queries for code, company data, individual profiles, and even initiate long-running deep research tasks that generate comprehensive reports. By leveraging the Exa MCP server, this tool bridges the gap between raw web data and actionable intelligence, making it an essential utility for research-heavy workflows.
Installation
To install this skill, run the command: clawhub install openclaw/skills/skills/claireaicodes/exa-tool. Once installed, you must obtain an API key from the Exa dashboard (https://dashboard.exa.ai/api-keys). Set this as an environment variable EXA_API_KEY in your shell configuration or within your project's .env file. After setting the variable, ensure your environment is sourced correctly and restart the OpenClaw gateway using openclaw gateway restart to register the new capabilities.
Use Cases
This skill is designed for scenarios requiring data-driven precision. It is ideal for:
- Developers searching for specific documentation or code snippets using
get_code_context_exa. - Business analysts performing deep-dive company research including news sentiment.
- Researchers conducting time-intensive investigations using the
deep_researcheragent, which synthesizes information from multiple sources into a coherent report. - Web crawlers needing clean, parsed content from specific domains for local processing.
Example Prompts
- "Use the exa-tool to research the latest trends in autonomous agent frameworks for 2026 and summarize the top three projects."
- "Find documentation on how to implement authentication in OpenClaw, ensuring the results are filtered for github.com domains."
- "Search for the latest funding news regarding OpenClaw and provide a 30-day summary of developments."
Tips & Limitations
- The deep research tool runs asynchronously; ensure your workflow accounts for polling
deep_researcher_checkuntil completion. - Use
includeDomainsand date filters to improve relevance and reduce noise in broad searches. - Be mindful of your Exa API quota when running large-scale crawls or repeated deep research tasks as these consume more tokens than standard searches.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-claireaicodes-exa-tool": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api
Related Skills
Openclaw Paragraph
Skill by claireaicodes
Ms Forms Auto
Skill by claireaicodes
knowledge-management
Organize and classify OpenClaw knowledge entries into local folders by content type (Research, Decision, Insight, Lesson, Pattern, Project, Reference, Tutorial).
Paragraph Skill
Skill by claireaicodes
Paragraph Test
Skill by claireaicodes