exa-search

Perform semantic search and content retrieval via Exa API endpoints.

Updated Feb 4, 2026
One-click install
npx skills add https://github.com/ytqh/agent-skills --skill exa-search-ytqh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: exa-search
Source: https://github.com/ytqh/agent-skills/tree/main/skills/exa-search
Command: npx skills add https://github.com/ytqh/agent-skills --skill exa-search-ytqh

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps researchers and knowledge workers quickly locate relevant content, discover related materials, and perform structured research by leveraging semantic search and embeddings-backed retrieval.

Core Features & Use Cases

  • Semantic search and content discovery across topics, papers, and web pages
  • Retrieve full contents by IDs and find pages similar to a URL
  • Generate structured research outputs suitable for summaries, reports, or literature reviews
  • Use Case: A researcher wants to surface all papers related to a topic, analyze key findings, and assemble a literature map

Quick Start

Use the exa-search skill to run a semantic search for a topic, then request similar pages or a structured research output.

Frequently Asked Questions about exa-search

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I perform semantic search for research papers and web pages?

You can perform semantic search for research papers and web pages by querying the search endpoint with a topic, which returns JSON results containing relevant content, context, and cost details using embeddings-backed retrieval.

How do I find similar web pages or research documents from a specific URL?

To find similar web pages or research documents from a URL, use the findSimilar endpoint. This discovers related materials by comparing the provided link against embeddings-backed content indexes.

Do I need an API key to retrieve full contents by ID?

Yes, you need an API key to retrieve full contents by ID. The contents retrieval endpoint requires this key to authenticate requests and return the complete text for the specified papers or pages.

Can I generate structured research outputs for literature reviews?

Yes, you can generate structured research outputs for literature reviews. The research and answer endpoints assemble structured JSON results, providing summaries and context suitable for reports or literature maps.

What is the best way to discover related materials across topics and repositories?

The best way to discover related materials across topics and repositories is using the search and findSimilar workflows. These endpoints surface relevant content and related pages by leveraging semantic search and embeddings.