← Back to list

exa-search
by estiens
composable meta-cognitive scaffolds for LLM chats
⭐ 0🍴 0📅 Dec 29, 2025
SKILL.md
name: exa-search description: Real-time web search using Exa AI. Use when you need current information, fact-checking, researching unfamiliar topics, or finding documentation. Triggers on requests mentioning search, lookup, find online, current information, or research.
Exa Web Search
Search the web for current information using the Exa AI search engine.
When to Use
- Need information beyond training data cutoff
- Fact-checking claims or statistics
- Researching unfamiliar topics
- Finding official documentation or sources
- Getting current news or recent developments
Quick Start
Use the mcp__exa__web_search tool:
# Basic search
result = mcp__exa__web_search(query="TypeScript 5.0 new features")
# With more results
result = mcp__exa__web_search(query="MCP protocol specification", numResults=10)
Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
query | string | Yes | - | Search query |
numResults | number | No | 5 | Number of results to return |
Response Format
Returns search results with:
title- Page titleurl- Source URLsnippet- Text excerptcontent- Full page content (when available)
Examples
Research a topic
Search for: "latest React 19 features and changes"
Find documentation
Search for: "Anthropic Claude API authentication docs"
Fact check
Search for: "current TypeScript version 2025"
Best Practices
- Be specific - Include relevant keywords and context
- Use quotes - For exact phrases:
"error message text" - Add context - Include technology/domain:
Python asyncio tutorial - Limit results - Use 3-5 for quick lookups, 10+ for research
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon