exa-search

Search the web via Exa API and return structured title, URL, snippet, and text results.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Exa-search enables fast, structured web search results via Exa API, returning title, url, snippet, and full text to support research and decision-making.

Core Features & Use Cases

  • Exa-backed web search with structured output for downstream automation.
  • Use cases include quick research summaries, knowledge graph enrichment, and content discovery for dashboards.

Quick Start

Ask the AI to perform an Exa web search for a topic and return title, url, snippet, and text.

Frequently Asked Questions about exa-search

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

FAQPage Schema
How do I get structured web search results for automated research?

You can get structured web search results by running a Node.js script against the Exa API, which returns title, url, snippet, and full text fields for downstream automation and knowledge extraction.

Do I need an API key to retrieve full text from Exa web searches?

Yes, you need an Exa API key configured in your environment to perform web searches. The local Node.js script uses this key to authenticate requests and retrieve structured results including titles, urls, snippets, and full text contents.

Can I filter structured search results by date and result count?

You can filter structured search results by configuring count and date filtering options in the local Node.js script. This allows you to limit the number of returned records and restrict results to specific timeframes for research automation.

What is the best way to use Exa API for knowledge graph enrichment?

The best way to use the Exa API for knowledge graph enrichment is to retrieve structured outputs containing title, url, snippet, and text. This format allows direct integration of extracted web content into graph databases.

Does Exa search work with Node.js for automated content discovery?

Exa search works with Node.js by executing a local script that queries the Exa API and returns structured data. It supports automated content discovery by providing parsed title, url, snippet, and text fields directly.