Agent skill

exa-search

Use Exa for web/code/company research (web_search_exa / get_code_context_exa / company_research_exa), with parameters and examples; trigger when online search or parameter checks are needed.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill exa-search-mxyhi-ok-skills --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 2 KB
Bundled scripts: none
Path: skills/analysis/exa-search-mxyhi-ok-skills/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 ## Tools and parameters ### web_search_exa - Purpose: general web search, returns ready-to-use text content - Parameters: - `query`: search query (required) - `numResults`: number of results (default 8) - `type`: `auto` | `fast` (default `auto`) - `livecrawl`: `preferred` | `fallback` (default `fallback`) - `contextMaxCharacters`: max text length (default 10000) ### get_code_context_exa - Purpose: code/docs/technical search - Parameters: - `query`: search query (required) - `tokensNum`: returned token count (1000-50000, default 5000) ### company_research_exa - Purpose: company info and news - Parameters: - `companyName`: company name (required) - `numResults`: number of results (default 5) ## Parameter templates (JSON) ### web_search_exa ``` {"query":"...", "numResults":8, "type":"auto", "livecrawl":"preferred", "contextMaxCharacters":10000} ``` ### get_code_context_exa ``` {"query":"...", "tokensNum":5000} ``` ### company_research_exa ``` {"companyName":"...", "numResults":5} ``` ## Invocation examples ``` URL="https://mcp.exa.ai/mcp?tools=web_search_exa,get_code_context_exa,company_research_exa" npx -y mcporter call --http-url "$URL" --tool web_search_exa --args '{"query":"

What's inside
Steps it walks through
  1. Tools and parameters
  2. websearchexa
  3. getcodecontextexa
  4. companyresearchexa
  5. Parameter templates (JSON)
  6. Invocation examples
  7. Notes
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the exa-search skill do?

Use Exa for web/code/company research (web_search_exa / get_code_context_exa / company_research_exa), with parameters and examples; trigger when online search or parameter checks are needed.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill exa-search-mxyhi-ok-skills --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