スキル一覧に戻る
eaasxt

exa-search

by eaasxt

0🍴 0📅 2026年1月6日
GitHubで見るManusで実行

SKILL.md


name: exa-search description: Web and code search with Exa MCP. Use for current documentation, API references, code examples, latest library info, or when the user mentions "exa", "web search", "docs", or "current API".

Exa (MCP Server)

Real-time web and code search for current documentation and examples.

When This Applies

SignalAction
Need current API docsUse Exa
Library/framework documentationUse Exa
Code examples from GitHubget_code_context_exa
Latest versions/deprecationsUse Exa
Deep researchdeep_search_exa

Available Tools

web_search_exa        # Real-time web search
get_code_context_exa  # Search GitHub, docs, StackOverflow
deep_search_exa       # Deep research with query expansion
crawling              # Extract content from specific URLs

Query Patterns

Current Documentation

{library} {feature} {version} 2024 2025

Examples:

FastAPI Pydantic v2 model_validator 2024 2025
Next.js 14 app router server components
React useOptimistic hook 2024

Migration Between Versions

{library} v{old} to v{new} migration
{library} {version} breaking changes
{library} upgrade guide {version}

Code Examples

get_code_context_exa("{library} {pattern} implementation example")
get_code_context_exa("{library} {use_case} tutorial")

Security/Auth Patterns

{auth_method} best practices 2024
{library} authentication {pattern} security
OAuth PKCE {language} 2024

When to Use Exa

Use CaseUse Exa?
Current API documentationYES
Latest library changesYES
Code examplesYES
Security best practicesYES
Deprecation noticesYES

When NOT to Use Exa

Use CaseUse Instead
Information in codebaseWarp-Grep or Grep
Past session contentCASS
Historical contextcass-memory (cm)
Task informationBeads (bd, bv)

Query Strengthening

If initial query returns poor results:

  1. Add version: "React 19 useOptimistic" vs "React useOptimistic"
  2. Add year: "FastAPI middleware 2024" vs "FastAPI middleware"
  3. Add "official": "Next.js official docs app router"
  4. Be more specific: "Prisma findMany where clause" vs "Prisma queries"

Verification Checklist

After grounding with Exa:

CheckPass If
SourceOfficial docs or reputable repo
FreshnessUpdated within 12 months
VersionMatches your dependency
CompletenessFull import + usage pattern
StatusNot deprecated

Recording Results

Track grounding status in your work:

## Grounding Status
| Pattern | Query | Source | Status |
|---------|-------|--------|--------|
| `@model_validator` | "Pydantic v2 2024" | docs.pydantic.dev | ✅ Verified |
| `useOptimistic` | "React 19 2024" | react.dev | ✅ Verified |

Status values:

  • ✅ Verified — Matches current docs
  • ⚠️ Changed — API changed, updated approach
  • ❌ Deprecated — Found alternative
  • ❓ Unverified — Couldn't confirm, flagged

Requirements

Requires Exa API key configured:

claude mcp add exa -s user \
  -e EXA_API_KEY=your-key \
  -- npx -y @anthropic-labs/exa-mcp-server

See Also

  • external-docs/ — Full grounding skill with patterns
  • warp-grep/ — Codebase search
  • cass-search/ — Past session search

スコア

総合スコア

60/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です