Loading...
Loading...
Searches the web via Exa’s Search API and returns source URLs (optionally with highlights, full text, summaries, and subpages). Use when the user asks to “search with Exa”, “use Exa”, “find sources/URLs”, “do web research”, “retrieve webpage text”, “get highlights/summaries”, “filter by domain/date/category”, or needs fresh results (news, real-time lookups).
npx skill4agent add tristanmanchester/agent-skills exa-searchEXA_API_KEY--api-keypython {baseDir}/scripts/exa_search.py --query "latest research in LLMs" --type auto --category "research paper" --num-results 5 --highlights --highlights-per-url 3 --num-sentences 2highlightstextcategorymaxCharacterstextautoinstantdeepadditionalQueriesfastneuralnewsresearch papercompanypeopletweetpersonal sitefinancial reportmaxAgeHoursmaxAgeHours: -1highlightstextmaxCharacterssummaryquery{
"query": "...",
"type": "auto",
"category": "news",
"numResults": 10,
"includeDomains": ["..."],
"excludeDomains": ["..."],
"startPublishedDate": "2025-01-01T00:00:00.000Z",
"endPublishedDate": "2025-12-31T23:59:59.999Z",
"includeText": ["must contain phrase"],
"excludeText": ["must not contain phrase"],
"contents": {
"highlights": true,
"text": { "maxCharacters": 8000, "includeHtmlTags": false },
"summary": { "query": "..." },
"subpages": 0,
"extras": { "links": 0, "imageLinks": 0 },
"maxAgeHours": 24
}
}contentstitleurlmaxAgeHourscontexthighlightstextpython {baseDir}/scripts/exa_search.py --query "..." --highlights --num-results 10curl --request POST --url https://api.exa.ai/search --header "content-type: application/json" --header "x-api-key: $EXA_API_KEY" --data '{"query":"...","type":"auto","numResults":5}'textcontents.maxAgeHoursmaxAgeHours2410-1type: autonumResults: 5–10contents.highlights: truecategoryincludeDomainstextmaxCharacterscategory: newsstartPublishedDatemaxAgeHours: 1–24category: companypeoplepeoplecompanypeoplex-api-keyYOUR-EXA-API-KEYcompanypeoplehighlightstexttext.maxCharactersnumResultsreferences/exa-search-api.mdreferences/exa-search-best-practices.mdreferences/exa-search-quickstart.md