skills/exa-search/SKILL.md
AI-powered search using Exa. Search web, code, companies, and crawl URLs with structured output.
npx skillsauth add alcyone-labs/agent-skills exa-searchInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill when you need high-signal web and code retrieval from Exa.
exa-set-key YOUR_API_KEY
exa-search "best practices for LLM prompt engineering"
exa-code "React useEffect cleanup pattern TypeScript"
exa-company "Anthropic"
exa-crawl "https://docs.anthropic.com"
exa-search — general searchexa-code — code-focused searchexa-company — company researchexa-crawl — crawl URL contentexa-set-key — store API keyexa-get-key — print key from configured providerexa-mcp-config — print MCP configuration templateexa-set-key stores credentials in macOS Keychain or Linux config file.EXA_API_KEY environment variable takes precedence.{
"mcpServers": {
"exa": {
"url": "https://mcp.exa.ai/mcp?exaApiKey=YOUR_API_KEY"
}
}
}
development
Builds precise production-ready custom Agent Skills following AgentSkills.io guidelines. Use when user requests to create, refine or package Skills
development
Best practices for using simple-logger in TypeScript applications
tools
Implement Sauve-specific Jazz extension behavior on top of worker-authority architecture and typed popup-worker protocol
tools
Test Chrome extensions (Manifest V3) headlessly with Playwright — load unpacked extensions, extract the extension ID, test popups/content scripts/background, run reliably in CI, and use the correct headless mode that actually supports extensions.