Execute Exa neural search with contents, date filters, and domain scoping. Use when building search features, implementing RAG context retrieval, or querying the web with semantic understanding. Trigger with phrases like "exa search", "exa neural search", "search with exa", "exa searchAndContents", "exa query".
67
82%
Does it follow best practices?
Impact
—
No eval scenarios have been run
Advisory
Suggest reviewing before use
Quality
Discovery
100%Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.
This is a strong skill description that clearly identifies the tool (Exa), lists specific capabilities (neural search, contents retrieval, date filters, domain scoping), provides explicit 'Use when' guidance with relevant use cases, and includes a comprehensive set of trigger phrases. It uses proper third-person voice and is concise without being vague.
| Dimension | Reasoning | Score |
|---|---|---|
Specificity | Lists multiple specific concrete actions: 'neural search with contents', 'date filters', and 'domain scoping'. These are concrete, actionable capabilities rather than vague language. | 3 / 3 |
Completeness | Clearly answers both 'what' (execute Exa neural search with contents, date filters, and domain scoping) and 'when' (building search features, implementing RAG context retrieval, querying the web with semantic understanding), with an explicit 'Use when' clause and a 'Trigger with phrases' section. | 3 / 3 |
Trigger Term Quality | Excellent coverage of natural trigger terms including 'exa search', 'exa neural search', 'search with exa', 'exa searchAndContents', 'exa query', plus contextual triggers like 'RAG context retrieval' and 'semantic understanding'. Covers both branded terms and use-case terms users would naturally say. | 3 / 3 |
Distinctiveness Conflict Risk | Highly distinctive due to the specific 'Exa' branding and API-specific terms like 'searchAndContents'. The combination of the product name and specific features (neural search, domain scoping) makes it very unlikely to conflict with generic search or other API skills. | 3 / 3 |
Total | 12 / 12 Passed |
Implementation
64%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
This is a solid, actionable skill with excellent executable code examples covering the breadth of Exa's search API. Its main weaknesses are moderate verbosity (explanatory text Claude doesn't need) and a workflow that presents independent examples rather than a connected process with validation checkpoints. The error handling table is a nice touch but would be more effective if integrated into the workflow steps.
Suggestions
Trim the Overview and Prerequisites sections — Claude doesn't need to be told what neural search is or that it needs an API key configured; jump straight to the search types table.
Add inline validation after search calls, e.g., checking for empty results arrays and low relevance scores, to connect the error handling guidance to the actual workflow steps.
Consider extracting the detailed error handling table and the search types reference table into a separate reference file to keep the main skill leaner.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The content is mostly efficient with good code examples, but includes some unnecessary explanation (e.g., 'Exa's neural search understands query meaning rather than matching keywords' is something Claude already knows, the Prerequisites section adds little value, and the Overview paragraph restates what the description already covers). The search types table and error handling table are useful reference material though. | 2 / 3 |
Actionability | Excellent actionability with fully executable TypeScript code examples covering all major use cases — basic search, content extraction, date/domain filtering, category scoping, and livecrawl. The RAG context retrieval example is copy-paste ready and practical. Parameter constraints (max 100 results, max 1200 domains, max 5 words for includeText) are specific and useful. | 3 / 3 |
Workflow Clarity | Steps are clearly sequenced from basic to advanced usage, but there are no validation checkpoints or error recovery loops. For a search API skill, the error handling table is helpful but is disconnected from the workflow steps — there's no guidance like 'check if results array is empty before processing' or 'verify scores are above threshold'. The steps read more like independent examples than a connected workflow. | 2 / 3 |
Progressive Disclosure | The content has reasonable structure with clear sections and a reference to 'exa-core-workflow-b' for next steps. However, with no bundle files, the external references (Resources links) are the only progressive disclosure mechanism. The skill is fairly long (~150 lines of content) and could benefit from splitting the detailed examples or error handling into separate reference files. | 2 / 3 |
Total | 9 / 12 Passed |
Validation
81%Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.
Validation — 9 / 11 Passed
Validation for skill structure
| Criteria | Description | Result |
|---|---|---|
allowed_tools_field | 'allowed-tools' contains unusual tool name(s) | Warning |
frontmatter_unknown_keys | Unknown frontmatter key(s) found; consider removing or moving to metadata | Warning |
Total | 9 / 11 Passed | |
c2ae302
Table of Contents
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.