exa-search
Installation
SKILL.md
Exa Semantic Search
Overview
Exa.ai provides neural semantic search optimized for AI consumption. Use when meaning matters more than keywords.
Decision Flowchart
digraph exa_decision {
rankdir=TB;
node [shape=box];
start [label="Need to search the web?" shape=diamond];
known_url [label="Do you have\na specific URL?" shape=diamond];
semantic [label="Is this semantic/conceptual?\n(meaning > keywords)" shape=diamond];
recent [label="Need very recent\nnews/events?" shape=diamond];
code [label="Is this a coding/\nAPI question?" shape=diamond];