
from refly-skills186
Perform semantic (meaning-based) search over documents or collections to find similar content and neural search results.
Exa adds semantic search capability to an agent: it performs meaning-based retrieval (not keyword matching) to return documents, passages or results similar to a query. Typical outputs are ranked text results useful for research, RAG pipelines, and content discovery.
Use Exa when you need to find related documents by concept rather than literal terms, surface similar examples, or augment a retrieval-augmented generation workflow with semantically relevant sources. Good for ad-hoc research, summarization, and building search UIs.
search_query and num_results.Inferred compatibility: Claude Code / Refly workflows and generic agent orchestration platforms that can call external skill workflows. The skill is authored for Refly's ecosystem and expects the Refly CLI/workflow runtime.
The Exa skill provides semantic search via Exa AI, wrapped in the Refly platform CLI. No bundled scripts — it's a single SKILL.md that calls refly CLI commands. Instructions are thin: just a bash command pattern with no error handling or edge cases. The skill depends entirely on the proprietary refly CLI and a Refly account, making it unusable outside that ecosystem. Input field naming is inconsistent (search_query vs query).
Platform-specific skill with no standalone value. SKILL.md is a thin wrapper around refly CLI commands. No security concerns — no scripts, no credentials, no destructive commands. Main issues are low code quality (minimal instructions, no error handling) and limited usefulness outside the Refly ecosystem.