company-research
Company research using Exa search. Finds company info, competitors, news, tweets, financials, LinkedIn profiles, builds company lists.
npx skills add majiayu000/claude-skill-registry --skill company-search --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Company Research ## Tool Restriction (Critical) ONLY use `web_search_advanced_exa`. Do NOT use `web_search_exa` or any other Exa tools. ## Token Isolation (Critical) Never run Exa searches in main context. Always spawn Task agents: - Agent runs Exa search internally - Agent processes results using LLM intelligence - Agent returns only distilled output (compact JSON or brief markdown) - Main context stays clean regardless of search volume ## Dynamic Tuning No hardcoded numResults. Tune to user intent: - User says "a few" → 10-20 - User says "comprehensive" → 50-100 - User specifies number → match it - Ambiguous? Ask: "How many companies would you like?" ## Query Variation Exa returns different results for different phrasings. For coverage: - Generate 2-3 query variations - Run in parallel - Merge and deduplicate ## Categories Use appropriate Exa `category` depending on what you need: - `company` → homepages, rich metadata (headcount, location, funding, revenue) - `news` → press coverage, announcements - `tweet` → social presence, public commentary - `people` → LinkedIn profiles (public data) - No category (`type: "auto"`) → general web results, deep dives, broader context Start wi
- Tool Restriction (Critical)
- Token Isolation (Critical)
- Dynamic Tuning
- Query Variation
- Categories
- Category-Specific Filter Restrictions
- Browser Fallback
- Models
- Examples
- Discovery: find companies in a space
- Deep dive: research a specific company
- News coverage
- LinkedIn profiles
What does the company-research skill do?
Company research using Exa search. Finds company info, competitors, news, tweets, financials, LinkedIn profiles, builds company lists.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill company-search --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
