exa-research
Comprehensive research skill using Exa AI tools for web search and code context retrieval. Use when conducting research on technologies, finding code examples, discovering latest tools, or gathering comprehensive information on any topic. Combines web search for articles/news with code search for implementation examples.
npx skills add majiayu000/claude-skill-registry --skill exa-research-aiskillstore-marketplace --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Exa Research ## Overview Enable comprehensive research using Exa AI's powerful search capabilities. This skill provides workflows for web research, code discovery, and combined research strategies using two primary tools. ## When to Use This Skill Use this skill when researching new technologies, finding code examples, discovering latest trends, gathering comprehensive information on technical topics, comparing solutions, or learning how to implement specific features. ## Core Capabilities ### 1. Web Research (exa_web_search) Search the web for articles, news, documentation, and general information. **Best for:** Latest news and trends, product comparisons, technology overviews, blog posts and articles, documentation and guides **Key Parameters:** - query (required): Search query - numResults (optional): Number of results (default: 8, max: 50) - type (optional): Search depth - "auto" (balanced), "fast" (quick), "deep" (comprehensive, recommended) - livecrawl (optional): "fallback" (backup) or "preferred" (prioritize fresh content) - contextMaxCharacters (optional): Max context length (default: 10000) **Example Usage:** ```python from servers.exa import exa_web_search # Quick rese
- Overview
- When to Use This Skill
- Core Capabilities
- 1. Web Research (exawebsearch)
- 2. Code Discovery (exagetcodecontext)
- Research Workflows
- Workflow 1: Technology Research
- Workflow 2: Implementation Research
- Workflow 3: Comparison Research
- Workflow 4: Discovery Research
- Query Optimization Tips
- Web Search Queries
- Code Search Queries
- Best Practices
What does the exa-research skill do?
Comprehensive research skill using Exa AI tools for web search and code context retrieval. Use when conducting research on technologies, finding code examples, discovering latest tools, or gathering comprehensive information on any topic. Combines web search for articles/news with code search for implementation examples.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill exa-research-aiskillstore-marketplace --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
