AgentSkillsCN

exa-search

首要搜索:利用 Exa 进行深度网络调研、获取结构化答案,并检索相关内容。当您需要进行深度研究、多步合成,或生成丰富的结构化输出时,此技能将助您事半功倍。加载 mcporter 技能,即可执行该技能的 MCP 调用。

SKILL.md
--- frontmatter
name: exa-search
description: "Primary search: deep web research, structured answers, and content retrieval using Exa. Use for heavy research, multi-step synthesis, or rich structured outputs. Load the mcporter skill to execute this skill's MCP calls."

Exa MCP

Use Exa for web search, code context, crawling, and research tasks. This skill documents Exa’s MCP surface and tool parameters.

When to use (decision guide)

  • get_code_context_exa: library/API docs, SDK usage, programming questions
  • web_search_exa: general web research + citations
  • deep_researcher_start: multi-source synthesis; complex topics
  • crawling_exa: extract full text from a known URL
  • Repo docs/Q&A: prefer DeepWiki first

Freshness tips

  • Use livecrawl="preferred" for newest pages
  • Use type="deep" for broader coverage

Notes

  • company_research_exa and linkedin_search_exa are noisy + long; use only when user explicitly asks for company/people research
  • deep_researcher_start is slow and may cite mixed-quality sources; cross-check key claims

Quick start

bash
web_search_exa query="..." numResults=5

Common calls

bash
get_code_context_exa query="..." tokensNum=5000
crawling_exa url="https://example.com" maxCharacters=3000
company_research_exa companyName="Exa AI" numResults=3
deep_researcher_start instructions="..." model="exa-research"
deep_researcher_check taskId="..."

Poll deep_researcher_check until status is completed.

Query templates

See assets/query-templates.json for reusable parameter templates.

Reference

See reference.md for server URL details, tool catalog, and defaults.