A high-performance neural search engine integration that allows AI agents to perform deep, category-specific web research and full-text content extraction.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install exa-plus
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install exa-plus using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Exa Plus is an advanced neural search skill designed to empower AI agents with the ability to crawl and understand the web like a human. Unlike traditional keyword-based search engines, this Openclaw Skills integration leverages Exa AI's embeddings to find content based on meaning and context, making it ideal for complex research tasks that require more than just keyword matching.
By integrating this skill, developers can enable their agents to filter results by specific categories such as LinkedIn profiles, financial reports, or GitHub repositories. It provides the necessary infrastructure to not only discover relevant URLs but also extract their full text content, enabling a seamless workflow from discovery to data processing within any agentic framework.
To get started with this skill in your Openclaw Skills environment, ensure you have curl and jq installed on your system. Then, configure your credentials as follows:
mkdir -p ~/.clawdbot/credentials/exa/
echo '{"apiKey": "your-exa-api-key"}' > ~/.clawdbot/credentials/exa/config.json
The skill manages search parameters and output through a structured schema designed for Openclaw Skills interoperability. Data is typically handled as environment variables during script execution.
| Parameter | Description | Possible Values |
|---|---|---|
| NUM | Number of results to return | 1 to 100 |
| TYPE | Search algorithm depth | auto, neural, fast, deep |
| CATEGORY | Semantic grouping | news, company, people, research paper, github, tweet, pdf, financial report |
| DOMAINS | Inclusion whitelist | Comma-separated domains (e.g., reuters.com) |
| SINCE/UNTIL | Date filtering | ISO 8601 formatted dates (e.g., 2024-01-01) |
Loading
A comprehensive map and travel planning skill for managing locations, spots, and daily itineraries.

A versatile tool for downloading YouTube video thumbnails in multiple resolutions and formats using yt-dlp.

A powerful utility to programmatically extract, clean, and prepare YouTube transcripts for AI-driven summarization and content analysis.

A powerful financial data integration for retrieving real-time stock prices, historical market trends, and detailed company analytics.

A framework to generate autonomous bash scripts that run AI coding agents in continuous planning and building loops.

An automation skill for searching and managing TV show libraries within Sonarr via AI agent commands.








































