skills$openclaw/exa
fardeenxyz2.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.

2.7k stars2.5k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026coding

Skill Snapshot

nameexa
descriptionNeural 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.
ownerfardeenxyz
repositoryfardeenxyz/exa
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @fardeenxyz/exa
last updatedFeb 7, 2026

Maintainer

fardeenxyz

fardeenxyz

Maintains exa in the OpenClaw Skills directory.

View GitHub profile
File Explorer
6 files
.
scripts
code.sh
797 B
content.sh
611 B
search.sh
1.0 KB
_meta.json
262 B
SKILL.md
957 B
SKILL.md

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"

Web Search

bash scripts/search.sh "query" [num_results] [type]
  • type: auto (default), neural, fast, deep
  • category: 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"
README.md

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.