Skip to main content
Back to registry

exa-search

benedictking/exa-search

Installs409
Install command
npx skills add https://github.com/benedictking/exa-search --skill exa-search
Security audits
Gen Agent Trust HubWARN
SocketPASS
SnykWARN
About this skill
Choose Exa endpoint based on user intent: This skill uses a two-phase architecture: Use Task tool to invoke exa-fetcher sub-skill, passing command and JSON (stdin): Search Types: Categories: Two ways to configure API Key (priority: environment variable > .env ): All endpoints return JSON with: - search : Need semantic search / find web pages / research topics - contents : Given result IDs, need to extract full content - findsimilar : Given URL, need to find similar pages - answer : Need direct answer to a question - research : Need structured research output following given output_schema - Main skill (current context) : Understand user question → Choose endpoint → Assemble JSON payload - Sub-skill (fork context) : Only responsible for HTTP call execution, avoiding conversation history token waste - neural : Semantic search using embeddings - fast : Quick keyword-based search - auto : Automatically choose best method (default) - deep : Comprehensive deep search - company , people , research paper , news , pdf , github , tweet , etc. - Environment variable: EXA_API_KEY - .env file: Place in .claude/skills/exa-search/.env , can copy from .env.example - requestId : Unique request identifier - results : Array of search results - searchType : Type of search performed (for search endpoint) - context : LLM-friendly context string (if requested) - costDollars : Detailed cost breakdown

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does exa-search do?

exa-search is listed in SkillJury, but the source summary is still sparse.

Is exa-search good?

exa-search does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does exa-search work with?

exa-search currently lists compatibility with codex, gemini-cli, opencode, cursor, github-copilot, claude-code.

What are alternatives to exa-search?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install exa-search?

npx skills add https://github.com/benedictking/exa-search --skill exa-search

Related skills

Alternatives in Software Engineering