Agent skill

company-research

Company research using Exa search. Finds company info, competitors, news, tweets, financials, LinkedIn profiles, builds company lists.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill company-search --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 3 KB
Bundled scripts: none
Path: skills/analysis/company-search/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Tool Restriction (Critical)
  2. Token Isolation (Critical)
  3. Dynamic Tuning
  4. Query Variation
  5. Categories
  6. Category-Specific Filter Restrictions
  7. LinkedIn
  8. Browser Fallback
  9. Models
  10. Examples
  11. Discovery: find companies in a space
  12. Deep dive: research a specific company
  13. News coverage
  14. LinkedIn profiles
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going