Claude-skill-registry exa-search-ops
Use when Codex needs semantic web search, news reconnaissance, or citation gathering through the Exa MCP server.
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/exa-search-ops" ~/.claude/skills/majiayu000-claude-skill-registry-exa-search-ops && rm -rf "$T"
manifest:
skills/data/exa-search-ops/SKILL.mdsource content
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
- Set
,EXA_ENDPOINT
, and (optionally)EXA_API_KEY
.EXA_DEFAULT_REGION - Verify the
entry exists inexa
withmcp.json
metadata tuned to the task.maxResults - Track the current request quota under the Exa dashboard before kicking off large searches.
Workflow
- Frame the question – clarify keywords, negative keywords, date windows, and desired number of results.
- Search – call the
tool with structured parameters (topic, start/end date, numResults). Use follow-up expansion judiciously.search - Digest – parse the returned snippets, grouping them by theme and ranking by score.
- Cite+Store – log the
,title
, andurl
for each item you surface downstream. Consider persisting curated lists underscore
.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
, wait 10 seconds and retry once before escalating.rate_limited