explorium-ai/gtm-skills · Archived

enrich-company

B2B company enrichment skill for Claude Code and Codex: pull a company's full profile including firmographics, technographics, financial metrics, funding history, workforce trends, competitive landscape, and contact pool count. Accepts a domain, company name, or business_id. Use for CRM enrichment, outbound data enrichment, and account research workflows. An AI-agent-native alternative to ZoomInfo, Clearbit, and Apollo.io company data APIs — no custom integration needed in Claude Code, Codex, o…

First seen Jul 17, 2026

Installation

$ npx skills add explorium-ai/gtm-skills --skill enrich-company

Summary

  • B2B company enrichment skill for Claude Code and Codex: pull a company's full profile including firmographics, technographics, financial metrics, funding history, workforce trends, competitive landscape, and contact pool count.
  • Accepts a domain, company name, or business_id.
  • Use for CRM enrichment, outbound data enrichment, and account research workflows.
  • An AI-agent-native alternative to ZoomInfo, Clearbit, and Apollo.io company data APIs — no custom integration needed in Claude Code, Codex, or Hermes-Agent.

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from explorium-ai/gtm-skills · top by installs.

npx skills add explorium-ai/gtm-skills

Browse all from explorium-ai/gtm-skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Declared
Cursor Not declared
Codex Declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 3
License LICENSE
Default branch main
Open issues 0
Status Archived

Skill metadata

Parsed from SKILL.md frontmatter.

Declared agents claude-code codex

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 4,988 B
  • docs SUMMARY.md 538 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 3 installs

SKILL.md

Enrich Company

Resolve a single company 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)
  • 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 the company. Match the business from the supplied domain, name, or id. If a name is ambiguous, re-match with user-supplied tiebreakers (country, HQ city, domain hint) and surface the top 3 candidates for a pick. If a business_id is given, treat it as already resolved. If nothing resolves, stop and suggest re-trying with a domain.
  1. Domain-variant sanity check. After firmographics land, if a major-brand input resolves to a row with headcount 1-50 and NAICS 551114 (Corporate Managing Offices) or SIC Hotels and motels, the match likely routed to a registered-agent shell. Re-try with the alternate domain or with the company name string before continuing.
  1. Enrich the core profile. Run firmographics, technographics, company hierarchies, funding and acquisitions, workforce trends, strategic insights, company ratings, and competitive landscape on the resolved company.
  1. Add financial metrics. Financial metrics require a reporting date. Default to the first day of the current month, or use the most recent month the user names, and state the assumption.
  1. Size the contact pool. Get a total prospect count scoped to the resolved company. Record it as "Contacts in Explorium" so the user can decide whether to chase decision-makers next.
  1. Focused mode. If the user asked for one slice only (e.g. "just tech stack", "funding only"), run only the relevant enrichments in step 3 plus steps 1, 2, and 5.
  1. Render the profile using the format below. Always surface businessid and companydomain so the user can chain into follow-up work.

Output Format

[Company Name] : [one-line description from strategic insights or firmographics]

Field Value
Website domain
Industry LinkedIn or NAICS category
Headcount bucket plus exact count when present
Revenue bucket plus range when present
HQ Location city, region, country
Company Type public / private / subsidiary
Ticker if public
Phone
business_id

Corporate Structure: ultimate parent, direct parent, subsidiary count and top names. Financials: reporting period plus key metrics (revenue, growth, margin where present). Funding & Acquisitions: total raised, last round (stage, amount, date, lead investor), recent acquisitions. Workforce Trends: headcount now vs 6 / 12 / 24 months ago, net hires last quarter, top hiring departments. Tech Stack: group by category (CRM, analytics, infra), cap at top 15 named tools. Competitive Landscape: top named competitors and positioning notes. Strategic Insights: 3-5 bullets on recent direction, priorities, or signals. Ratings: Glassdoor, G2, and other review signals when returned. Contact Coverage: total prospect count plus a suggested next step to pull decision-makers filtered by seniority and department.

Limitations

  • Strategic insights and challenges are sourced from SEC 10-K filings: null for private companies, and 12-18 months stale for public ones. Use business events, funding, workforce trends, and LinkedIn posts for current-state signals.
  • Exact headcount and exact revenue are not always returned: bucket values are the floor.
  • No native "similar companies" tool. Approximate by reconstructing seed attributes and re-fetching with those filters (see the lookalike-accounts skill).
  • Quarter-over-quarter and year-over-year headcount deltas may be partial for smaller or private companies.
  • Financial metrics require a reporting date: default to current month and state the assumption.
  • High-profile executives at the resolved company often have suppressed contact data. If the user pivots to "who runs it", warn that professional emails for top execs are unreliable and recommend LinkedIn outreach for that tier.
  • Sub-industry granularity is limited to whichever taxonomy you filtered on (LinkedIn and NAICS categories are mutually exclusive as filters, though both can appear in firmographics output).