Agent skill · AI & Agents

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.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 7 KB
Bundled scripts: none
Path: skills/analysis/exa-research-aiskillstore-marketplace/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Overview
  2. When to Use This Skill
  3. Core Capabilities
  4. 1. Web Research (exawebsearch)
  5. 2. Code Discovery (exagetcodecontext)
  6. Research Workflows
  7. Workflow 1: Technology Research
  8. Workflow 2: Implementation Research
  9. Workflow 3: Comparison Research
  10. Workflow 4: Discovery Research
  11. Query Optimization Tips
  12. Web Search Queries
  13. Code Search Queries
  14. Best Practices
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going