company-research
Installation
SKILL.md
Company Research
Tool Selection (Critical)
Two Exa surfaces, two jobs:
- Exa Agent (
agent_run) — the default for company research. Use it for deep dives, competitor analysis, multi-angle research (product + funding + news + people), and building company lists. One Agent run handles query decomposition, multi-step searching, and synthesis internally — do not orchestrate many manual searches for work an Agent run covers. web_search_advanced_exa— quick, low-latency lookups: a fastcategory: "company"discovery pass, a single news check, or finding a homepage.
Do NOT use other Exa tools.
Deep Dives and Lists: Exa Agent
Agent runs may stream to completion in one call. If a run outlives the MCP call window, continue waiting with its returned run ID.
- Call
agent_runwith a natural-languagequeryand, when you want repeatable structure, anoutputSchema(bound arrays withmaxItems). - If it returns
status: "running"with arunId, callagent_runagain with only thatrunIduntiloutputReadyis true. - Read
output.textoroutput.structured, plusoutput.groundingcitations, from theagent_runresult.