Install
openclaw skills install company-search-2Company research using Exa search. Finds company info, competitors, news, tweets, financials, LinkedIn profiles, builds company lists. Use when researching companies, doing competitor analysis, market research, or building company lists.
openclaw skills install company-search-2ONLY use web_search_advanced_exa. Do NOT use web_search_exa or any other Exa tools.
Never run Exa searches in main context. Always spawn Task agents:
No hardcoded numResults. Tune to user intent:
Exa returns different results for different phrasings. For coverage:
Use appropriate Exa category depending on what you need:
company → homepages, rich metadata (headcount, location, funding, revenue)news → press coverage, announcementstweet → social presence, public commentarypeople → LinkedIn profiles (public data)type: "auto") → general web results, deep dives, broader contextStart with category: "company" for discovery, then use other categories or no category with livecrawl: "fallback" for deeper research.
When using category: "company", these parameters cause 400 errors:
includeDomains / excludeDomainsstartPublishedDate / endPublishedDatestartCrawlDate / endCrawlDateWhen searching without a category (or with news), domain and date filters work fine.
Universal restriction: includeText and excludeText only support single-item arrays. Multi-item arrays cause 400 errors across all categories.
Public LinkedIn via Exa: category: "people", no other filters.
Auth-required LinkedIn → use Claude in Chrome browser fallback.
Auto-fallback to Claude in Chrome when:
web_search_advanced_exa {
"query": "AI infrastructure startups San Francisco",
"category": "company",
"numResults": 20,
"type": "auto"
}
web_search_advanced_exa {
"query": "Anthropic funding rounds valuation 2024",
"type": "deep",
"livecrawl": "fallback",
"numResults": 10,
"includeDomains": ["techcrunch.com", "crunchbase.com", "bloomberg.com"]
}
web_search_advanced_exa {
"query": "Anthropic AI safety",
"category": "news",
"numResults": 15,
"startPublishedDate": "2024-01-01"
}
web_search_advanced_exa {
"query": "VP Engineering AI infrastructure",
"category": "people",
"numResults": 20
}
Return: