Agent skill

exa-search-ops

Use when Codex needs semantic web search, news reconnaissance, or citation gathering through the Exa MCP server.

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/exa-search-ops-amit-sw-mcp-skills

SKILL.md

Exa Search Ops

Purpose

Coordinate Exa-based semantic searches for discovery tasks, including link gathering, trend monitoring, and citation harvesting, using the remote configuration defined in servers/exa.

Setup Checklist

  1. Set EXA_ENDPOINT, EXA_API_KEY, and (optionally) EXA_DEFAULT_REGION.
  2. Verify the exa entry exists in mcp.json with maxResults metadata tuned to the task.
  3. Track the current request quota under the Exa dashboard before kicking off large searches.

Workflow

  1. Frame the question – clarify keywords, negative keywords, date windows, and desired number of results.
  2. Search – call the search tool with structured parameters (topic, start/end date, numResults). Use follow-up expansion judiciously.
  3. Digest – parse the returned snippets, grouping them by theme and ranking by score.
  4. Cite+Store – log the title, url, and score for each item you surface downstream. Consider persisting curated lists under docs/exa/.

Notes

  • Enforce deduplication by comparing normalized URLs before presenting results.
  • Use chronological filters instead of multi calls when researching within a known time range.
  • If Exa responds with rate_limited, wait 10 seconds and retry once before escalating.

Didn't find tool you were looking for?

Be as detailed as possible for better results