🧬
Exa Neural Search
Search Search & ProductivityInstall Command
npx clawhub@latest install exa-search
Installation Guide
1
Check Environment
Make sure Node.js 22+ and OpenClaw are installed. Run openclaw --version in your terminal to verify.
2
Run Installation
Run the install command above in your terminal. ClawHub will automatically download and install Exa Neural Search to the ~/.openclaw/skills/ directory.
3
Verify Installation
Run openclaw skills list to check your installed skills and confirm Exa Neural Search appears in the list.
4
Configure (Optional)
Follow the configuration instructions in the description below to add skill settings to ~/.config/openclaw/openclaw.json5.
Manual Installation: Copy the Skill folder to
~/.openclaw/skills/ or the skills/ directory in your project root. Make sure the folder contains a SKILL.md file.
Semantic Search
Content Extraction
Similar Pages
Detailed Description
Exa Neural Search uses neural networks to understand search intent, returning semantically best-matched results rather than simple keyword matching, with search quality significantly superior to traditional search engines.
Core Features
- Semantic Search: Understands the true intent of queries and returns semantically relevant high-quality results
- Automatic Content Extraction: Automatically extracts the main content from search result pages, removing noise
- Similar Page Discovery: Given a URL, finds other pages with similar content
- Domain Filtering: Precisely filter search results by domain, date, content type, and other criteria
Configuration
{
skills: {
"exa-search": {
apiKey: "your-exa-api-key",
maxResults: 10,
useAutoprompt: true, // AI auto-optimizes search terms
includeContent: true, // Return page content
contentMaxLength: 5000
}
}
}
Use Cases
- Search for in-depth analysis articles on specific technical problems
- Find other reference resources similar to a given article
- Search for related papers and technical reports in academic research
- Discover expert blogs and in-depth content in specific domains