2.7k★by fardeenxyz
exa – OpenClaw Skill
exa is an OpenClaw Skills integration for coding workflows. Neural web search and code context via Exa AI API. Requires EXA_API_KEY. Use for finding documentation, code examples, research papers, or company info.
Skill Snapshot
| name | exa |
| description | Neural web search and code context via Exa AI API. Requires EXA_API_KEY. Use for finding documentation, code examples, research papers, or company info. OpenClaw Skills integration. |
| owner | fardeenxyz |
| repository | fardeenxyz/exa |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @fardeenxyz/exa |
| last updated | Feb 7, 2026 |
Maintainer

name: exa description: Neural web search and code context via Exa AI API. Requires EXA_API_KEY. Use for finding documentation, code examples, research papers, or company info. metadata: {"clawdbot":{"emoji":"🧠","requires":{"env":["EXA_API_KEY"]}}}
Exa - Neural Web Search
Direct API access to Exa's neural search engine.
Setup
1. Get your API Key: Get a key from Exa Dashboard.
2. Set it in your environment:
export EXA_API_KEY="your-key-here"
Usage
Web Search
bash scripts/search.sh "query" [num_results] [type]
type: auto (default), neural, fast, deepcategory: company, research-paper, news, github, tweet, personal-site, pdf
Code Context
Finds relevant code snippets and documentation.
bash scripts/code.sh "query" [num_results]
Get Content
Extract full text from URLs.
bash scripts/content.sh "url1" "url2"
No README available.
Permissions & Security
Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.
Requirements
- OpenClaw CLI installed and configured.
- Language: Markdown
- License: MIT
- Topics:
FAQ
How do I install exa?
Run openclaw add @fardeenxyz/exa in your terminal. This installs exa into your OpenClaw Skills catalog.
Does this skill run locally or in the cloud?
OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.
Where can I verify the source code?
The source repository is available at https://github.com/openclaw/skills/tree/main/skills/fardeenxyz/exa. Review commits and README documentation before installing.
