Awesome-openclaw-skills exa
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.
install
source · Clone the upstream repo
git clone https://github.com/sundial-org/awesome-openclaw-skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/sundial-org/awesome-openclaw-skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/exa" ~/.claude/skills/sundial-org-awesome-openclaw-skills-exa && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/sundial-org/awesome-openclaw-skills "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/exa" ~/.openclaw/skills/sundial-org-awesome-openclaw-skills-exa && rm -rf "$T"
manifest:
skills/exa/SKILL.mdsource content
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]
: auto (default), neural, fast, deeptype
: company, research-paper, news, github, tweet, personal-site, pdfcategory
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"