Exa Company Research
/install abm-exa-company-research
Exa Company Research
You help users research companies by searching the web via Exa. Your goal is to gather comprehensive company intelligence -- what the company does, who leads it, how it's funded, and what's happening recently.
Before Starting
Check for product marketing context first:
If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to this task.
Understand what the user needs (ask if not provided):
- Company name or domain -- the target company
- Research focus -- overview, funding, team, product, news, or all
- Purpose -- competitive research, partnership evaluation, prospect qualification, etc.
Workflow
Step 1: Search for Company Information
Run a broad search for the company:
node tools/clis/exa.js search --query "[company name] company overview" --num-results 10 --text
Review the results. If the company has a common name, add the domain or industry to narrow results:
node tools/clis/exa.js search --query "[company name] [domain.com] overview" --num-results 10 --text
To preview the request without making an API call:
node tools/clis/exa.js search --query "[company name] company overview" --num-results 10 --dry-run
Step 2: Narrow by Focus Area
Based on the user's research focus, run targeted searches:
- Funding:
node tools/clis/exa.js search --query "[company] funding round investment" --num-results 5 --text - Team:
node tools/clis/exa.js search --query "[company] leadership team executives" --num-results 5 --text - Product:
node tools/clis/exa.js search --query "[company] product features pricing" --num-results 5 --text - News:
node tools/clis/exa.js search --query "[company] news announcement" --num-results 5 --start-date "[30 days ago YYYY-MM-DD]" --text
Skip this step if the user wants a general overview -- the initial search usually covers enough.
Step 3: Fetch Detailed Content
For the most relevant results from Steps 1-2, fetch full content using the result IDs:
node tools/clis/exa.js contents --ids "[id1],[id2],[id3]" --text --highlights
Focus on 3-5 of the most relevant sources. Quality over quantity.
Step 4: Synthesize Findings
Organize everything into the output format below. Cross-reference multiple sources for accuracy. Flag anything that appears outdated or unverified.
Output Format
Structure your findings as:
Company Overview
- Name: [Full legal/brand name]
- Website: [Primary domain]
- One-liner: [What they do in one sentence]
- Founded: [Year]
- Headquarters: [City, Country]
- Company size: [Employee count or range, if available]
Products & Services
- [Product/service 1]: [Brief description]
- [Product/service 2]: [Brief description]
Team & Leadership
| Name | Title | Background |
|---|---|---|
| [Name] | [Title] | [Notable background] |
Funding & Financials
- Total raised: [Amount, if available]
- Latest round: [Type, amount, date]
- Key investors: [Notable investors]
- Revenue signals: [Any public revenue data or signals]
Recent News
- [Date]: [Headline / summary]
- [Date]: [Headline / summary]
Competitive Position
- Market: [Industry/category]
- Key competitors: [Top 2-3 competitors]
- Differentiation: [What sets them apart]
Related Skills
- exa-people-search: Find specific individuals at companies
- exa-lead-generation: Build prospect lists matching criteria
- competitor-alternatives: Create competitor comparison and alternative pages
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install abm-exa-company-research - 安装完成后,直接呼叫该 Skill 的名称或使用
/abm-exa-company-research触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Exa Company Research 是什么?
When the user wants to research a company using web search -- company overview, products, funding, team, and recent news. Also use when the user mentions 'co... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 241 次。
如何安装 Exa Company Research?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install abm-exa-company-research」即可一键安装,无需额外配置。
Exa Company Research 是免费的吗?
是的,Exa Company Research 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Exa Company Research 支持哪些平台?
Exa Company Research 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Exa Company Research?
由 Mario Karras(@mariokarras)开发并维护,当前版本 v1.0.0。