skills/exa-search/SKILL.md
Neural search via Exa MCP for web, code, and company research. Use when the user needs web search, code examples, company intel, people lookup, or AI-powered deep research with Exa's neural search engine.
npx skillsauth add jaimeparker/stable-jarvis 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.
Neural search for web content, code, companies, and people via the Exa MCP server.
Before performing any search operation, the Agent MUST follow this workflow:
research paper, news, github, or tweet?include arxiv.org)?Exa MCP server must be configured in settings.json. To enable all capabilities, ensure the HTTP URL or transport configuration includes the necessary tools if using a custom proxy, or simply use the standard remote URL:
https://mcp.exa.ai/mcp?exaApiKey=YOUR_KEY&tools=web_search_exa,web_search_advanced_exa,get_code_context_exa,crawling_exa,deep_researcher_start,deep_researcher_check
For simple search needs, use: https://mcp.exa.ai/mcp?tools=get_code_context_exa,people_search_exa
web_search_exa: Simple neural search.web_search_advanced_exa: Supports advanced filtering like includeDomains, excludeDomains, and startPublishedDate.get_code_context_exa: Optimized for finding technical code and documentation.crawling_exa(url: string): Retrieves the full text content of a specific URL, rather than just search snippets.deep_researcher_start(query: string): Initiates an autonomous research agent. Returns a taskId.deep_researcher_check(taskId: string): Polls for status and retrieves the final synthesized report with citations.User: "Find me the latest progress on xxx."
Agent: "I can search that for you. To make the results more precise, would you like to limit the search to research papers? I also suggest including arxiv.org and paperswithcode.com to find implementation details. Does that sound good?"
User: "Compare the pros and cons of major xxx algorithms in 2026." Agent: "This is a complex research topic. I suggest using the 'Deep Researcher' mode. It will take about 1-2 minutes to autonomously synthesize a detailed report comparing multiple sources. Should I start this research task for you?"
deep-research — For generating long-form, exhaustive research reports.paper-finder — Use Exa as a backend for semantic discovery beyond arXiv.development
# Mao Semantic Search Search Mao Zedong Selected Works by conceptual meaning using vector embeddings. Builds a local embedding index over all 230 articles across 5 volumes, then performs cosine similarity search at query time. ## When to Use - User asks a thematic/conceptual question about Mao's works ("What did Mao say about guerrilla warfare?") - Keyword search over the .md files is insufficient - User wants to find passages related to a concept without knowing exact terminology - As a pre-
development
Use when a researcher is choosing, framing, refining, or stress-testing a research question, hypothesis, thesis topic, project idea, grant direction, paper angle, or stalled research direction.
research
精读文献。快速泛读请用paper-quick-read。
data-ai
泛读:快速概览Zotero库中的文献,单轮LLM生成摘要级Markdown报告,并上传为Zotero Note。深度精读请用paper-deep-reader。