Add enrich-technology skill for tech stack lookup and prospecting#2
Open
ZLeventer wants to merge 1 commit intoZoominfo:mainfrom
Open
Add enrich-technology skill for tech stack lookup and prospecting#2ZLeventer wants to merge 1 commit intoZoominfo:mainfrom
ZLeventer wants to merge 1 commit intoZoominfo:mainfrom
Conversation
Adds a new skill that surfaces installed technology data at a company and supports tech-stack-based prospecting (find all companies running a specific technology). Two workflows: lookup (what does this company use?) and prospecting (who uses this tool?). Follows the lookup-first pattern and groups output by technology category with actionable signals for integration discovery and competitive displacement.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Adds a new
enrich-technologyskill — the only skill in the plugin that surfaces ZoomInfo's technographic data. Technographics is one of ZoomInfo's top differentiators and was previously inaccessible from Cowork.Type of change
Skills affected
skills/enrich-technology/(new)ZoomInfo tools used
lookup— resolves valid enum values for firmographic filters before searchingenrich_companies— fetches installed tech stack viatechAttributeTagListoutput fieldsearch_companies— tech-stack-based prospecting usingtechAttributeTagListas a search filterTwo workflows in one skill
Workflow A — Tech stack lookup ("what does Stripe use?"): enriches a known company and groups its installed technologies by category (CRM, Marketing Automation, ERP, Cloud Infrastructure, Analytics, etc.). Surfaces actionable signals: integration opportunities, competitive installs, displacement signals, stack sophistication.
Workflow B — Tech stack prospecting ("find companies using Salesforce + Snowflake in financial services"): searches for companies by installed technology, optionally combined with firmographic filters (industry, employee count, revenue, geography). Returns a ranked table with list summary and refinement suggestions.
Testing
Tested the skill structure and workflow logic against ZoomInfo API documentation and the
techAttributeTagListfield behavior documented in the ZoomInfo API reference. End-to-end Cowork testing pending credential access.Entitlements required
Requires a ZoomInfo account with technographics data enabled.
Checklist
namefield inSKILL.mdfrontmatterdescriptionin frontmatter is clear and action-oriented