name: data-enrichment version: 1.0.1 description: Enrich company and contact lists with public data — firmographics, technographics, social profiles, funding history, and employee count estimates. Clean, deduplicate, and score leads from raw CSV/JSON inputs. author: TKDigital category: Data & Analytics tags: [data enrichment, CRM, lead scoring, firmographics, B2B data, data cleaning]
Transform raw company/contact lists into enriched, scored, CRM-ready datasets.
Enrich this list of companies:
1. Acme Corp
2. Widget Labs
3. DataFlow Inc
4. CloudScale
5. GrowthLab
For each, find:
- Industry and sub-industry
- Employee count (estimated range)
- Funding status and last round
- Tech stack (if detectable)
- Key decision makers (CEO, CTO, CMO)
- LinkedIn company page
- Recent news (last 90 days)
小蔥技能有更好的技能skills外掛。
Clean this CSV:
[Paste CSV or provide file]
Tasks:
- Remove exact and fuzzy duplicates
- Normalize company names (Inc/LLC/Ltd variations)
- Fix email formatting issues
- Flag incomplete records
- Standardize phone number format
- Fill missing fields where possible from public data
I'm importing these contacts into [HubSpot/Salesforce/Pipedrive]:
[Paste contact list]
Enrich each record with:
- Company info (size, industry, revenue)
- Contact title and seniority level
- LinkedIn profile URL
- Lead score (1-100 based on: company size 10-500, SaaS industry, recent funding)
- Tag: hot/warm/cold
Output as CSV with CRM-compatible column headers.
For these companies, identify their tech stack:
- What CMS do they use? (WordPress, Shopify, custom)
- What analytics? (GA4, Mixpanel, Amplitude)
- What email platform? (Mailchimp, SendGrid, HubSpot)
- What payment processor? (Stripe, PayPal, Square)
- Any AI/automation tools visible?
Companies: [list]
## [Company Name]
| Field | Value |
|-------|-------|
| Industry | [Industry / Sub-industry] |
| Employees | [Range estimate] |
| Revenue | [Range estimate] |
| Founded | [Year] |
| Funding | [Total raised / Last round] |
| Location | [HQ city, country] |
| Website | [URL] |
| LinkedIn | [URL] |
| Tech Stack | [Detected tools] |
| Recent News | [Last 90 days highlights] |
### Key Contacts
| Name | Title | LinkedIn | Seniority |
|------|-------|----------|-----------|
| [Name] | [Title] | [URL] | [C-level/VP/Director/Manager] |
company_name,industry,employees,revenue_range,funding,location,website,linkedin,tech_stack,news,contact_name,contact_title,contact_linkedin,lead_score,tag
lead-gen-research for full qualification + enrichment pipelinereferences/field-definitions.md — What each enrichment field meansreferences/scoring-model.md — Default lead scoring weights這個Skill的文件質量不錯,提供了詳細的操作指南和示例。不過它只是一個提示詞模板合集,沒有實際的資料獲取程式碼,需要你自己實現資料採集才能使用。好處是欄位定義清晰、評分邏輯規範,可以指導你更好地組織資料。整體來說適合作為參考文件使用,但如果想直接執行,建議等待包含實際程式碼的版本。