← ClaudeAtlas

enrich-companylisted

Pull a single company's full profile in Explorium. Accepts a domain, company name, or business_id and returns firmographics, technographics, financial metrics, funding history, workforce trends, competitive landscape, and the contact pool count.
haroExplorium/sales-skills-for-claude-code-enrich-company · ★ 0 · Data & Documents · score 72
Install: claude install-skill haroExplorium/sales-skills-for-claude-code-enrich-company
# Enrich Company Resolve a single company to its Explorium business_id and return a complete profile across firmographics, tech, financials, funding, hiring, and contact coverage. ## Input The user will provide one of: - A domain (e.g. `stripe.com`, `https://stripe.com`) - A company name (e.g. `Stripe`) - A known Explorium `business_id` Optional: - A specific area of focus (e.g. "just funding", "tech stack only"). If omitted, run the full profile. ## Workflow 1. **Resolve to a business_id.** - Domain input: call `match-business` with the domain. Use the returned `business_id` directly. - Company name input: call `match-business` with the name. If the match is ambiguous or low-confidence, re-run `match-business` with the name plus any user-supplied tiebreakers (country, HQ city, domain hint). Surface the top 3 candidates (name, domain, country, headcount) and ask the user to pick before continuing. Do not use `company_name` as a filter on `fetch-entities`; it is not a valid filter field. `match-business` is the only resolution path for a name. - business_id input: skip resolution and treat the value as the table seed. - If nothing resolves, stop and tell the user no business matched; suggest re-trying with a domain. - Sanity check after firmographics enrichment lands in step 3: if the resolved business_id's firmographics show a major-brand input but headcount is 1-50 and NAICS is `551114` (Corporate Managing Offices) or SIC is `Hotels and motels`, the matc