Agent skill

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.

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/exa-thinkfleetai-thinkfleet-engine

Metadata

Additional technical details for this skill

thinkfleetbot
{
    "emoji": "\ud83e\udde0",
    "requires": {
        "env": [
            "EXA_API_KEY"
        ]
    }
}

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:

bash
export EXA_API_KEY="your-key-here"

Usage

Web Search

bash
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
bash scripts/code.sh "query" [num_results]

Get Content

Extract full text from URLs.

bash
bash scripts/content.sh "url1" "url2"

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results