npx claudepluginhub anthropics/claude-plugins-official --plugin zoominfoWant just this skill?
Then install: npx claudepluginhub u/[userId]/[slug]
Look up a company's full profile. Provide a company name, domain, ticker symbol, or ZoomInfo company ID. Returns firmographics, financials, corporate structure, growth signals, and contact counts.
This skill uses the workspace's default tool permissions.
Enrich Company
Look up a single company's full profile in ZoomInfo.
Input
The user will provide via $ARGUMENTS one of:
- A domain or website (e.g.,
stripe.comorhttps://stripe.com) - A company name (e.g.,
Stripe) - A stock ticker (e.g.,
SNOW) - A ZoomInfo company ID
Workflow
-
Lookup metadata first — before calling any other MCP tool, use
lookupto load reference data for any fields relevant to the request. Use the returnedidvalues (not display names) in all subsequent API calls. This ensures accurate parameter resolution, especially if a fallback search is needed. -
Identify the best match key from the user's input:
- URL or domain → use
domainorcompanyWebsiteparameter - Company name → use
companyName - Ticker → use
companyTicker - Company ID → use
companyId
- URL or domain → use
-
Enrich the company using
enrich_companieswith the identified parameters. -
If no match, try a fallback:
- Use
search_companieswithcompanyNamefor fuzzy matching — use lookupidvalues for any filters - Suggest alternatives from the search results
- Use
Output Format
[Company Name] — [One-line description]
| Field | Value |
|---|---|
| Website | |
| Industry | |
| Sub-Industries | |
| Employee Count | |
| Revenue | |
| Founded | |
| HQ Location | |
| Company Type | (Public/Private/etc.) |
| Ticker | |
| Business Model | (B2B/B2C/B2G) |
| Phone | |
| SIC Codes | |
| NAICS Codes | |
| ZoomInfo Company ID |
Corporate Structure
- Ultimate Parent: [if applicable]
- Parent: [if applicable]
- Subsidiaries: [count if available]
Growth Signals
- 1-Year Employee Growth: X%
- 2-Year Employee Growth: X%
- Recent Funding: [if available]
ZoomInfo Coverage
- Contacts in Database: [count]
Include the ZoomInfo Company ID — users will need it for follow-up commands like /zoominfo:find-buyers or /zoominfo:find-similar.
Similar Skills
Expert guidance for Next.js Cache Components and Partial Prerendering (PPR). **PROACTIVE ACTIVATION**: Use this skill automatically when working in Next.js projects that have `cacheComponents: true` in their next.config.ts/next.config.js. When this config is detected, proactively apply Cache Components patterns and best practices to all React Server Component implementations. **DETECTION**: At the start of a session in a Next.js project, check for `cacheComponents: true` in next.config. If enabled, this skill's patterns should guide all component authoring, data fetching, and caching decisions. **USE CASES**: Implementing 'use cache' directive, configuring cache lifetimes with cacheLife(), tagging cached data with cacheTag(), invalidating caches with updateTag()/revalidateTag(), optimizing static vs dynamic content boundaries, debugging cache issues, and reviewing Cache Component implementations.
Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.