exa-search

Solid

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.

AI & Automation 389 stars 36 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 87/100

Stars 20%
86
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
83
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# 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":"latest AI safety research"}' npx -y mcporter call --http-url "$URL" --tool get_code_context_exa --args '{"query":"React useEffect cleanup examples","tokensNum":5000}' npx -y mcporter call --http-url "$URL" --tool company_research_exa --args '{"companyName":"OpenAI",...

Details

Author
mxyhi
Repository
mxyhi/ok-skills
Created
3 months ago
Last Updated
today
Language
C#
License
Apache-2.0

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

exa-search

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.

199,464 Updated today
affaan-m
AI & Automation Solid

exa-search

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.

199,464 Updated today
affaan-m
AI & Automation Listed

exa-company-research

Company research using Exa search. Finds company info, competitors, news, tweets, financials, LinkedIn profiles, builds company lists. Use when researching companies, doing competitor analysis, market research, or building company lists.

0 Updated today
Layneformalized225
AI & Automation Listed

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.

335 Updated today
aiskillstore
AI & Automation Listed

exa-people-research

People research using Exa search. Finds LinkedIn profiles, professional backgrounds, experts, team members, and public bios. Use when searching for people, finding experts, or looking up professional profiles.

0 Updated today
Layneformalized225