skills/contact-enrichment/SKILL.md
Researches and enriches Evergreen CRM contacts with publicly available information — LinkedIn details, company info, recent news, and shared context. Use when a contact has sparse details, before an important meeting, or when batch-updating stale records.
npx skillsauth add wdm0006/evergreen-skills enriching-evergreen-contactsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Works with Evergreen, a local-first personal CRM for macOS. Get it on the Mac App Store.
get_contact to see what's already knowncontacts.update to fill in missing fieldsnotes.appendtags.add_to_contact based on what you learn| Field | Sources | |-------|---------| | Title / Role | LinkedIn headline, company about page | | Organization | LinkedIn, company website, news articles | | Location | LinkedIn profile, company HQ | | Background | LinkedIn summary, personal blog, conference talks | | Recent activity | News mentions, blog posts, social media | | Mutual connections | LinkedIn shared connections, event co-attendance |
Starting contact:
Name: Jamie Rodriguez
Email: [email protected]
(everything else blank)
After enrichment:
1. get_contact(id) → sparse record
2. Web search "Jamie Rodriguez acmelabs.io"
3. contacts.update(id, {
title: "VP of Engineering",
organization: "Acme Labs",
location: "San Francisco, CA"
})
4. notes.append(id, "## Research (2026-04-05)\n- VP Eng at Acme Labs (Series B, 50 employees)\n- Previously at Stripe (2019-2024)\n- Speaks at PyCon regularly\n- Interested in developer tools and open source")
5. tags.add_to_contact(id, ["engineering", "startup", "developer-tools"])
Enrichment:
- [ ] Existing data reviewed before overwriting
- [ ] Only publicly available information used
- [ ] Research date noted in appended notes
- [ ] Sources are credible (not outdated profiles)
- [ ] Tags updated to reflect new information
business
Generates a weekly relationship management digest from Evergreen CRM — interactions logged, follow-ups completed vs missed, network growth, and a spotlight contact. Use for weekly reviews, accountability, or planning the week ahead.
testing
Drafts double-opt-in introduction emails connecting two Evergreen CRM contacts. Use when someone asks for an introduction, when you spot a mutually beneficial connection, or when facilitating networking between contacts.
testing
Audits Evergreen CRM for stale or incomplete contact data — outdated titles, missing fields, potential duplicates, and contacts that may have changed jobs. Use for periodic database hygiene, before a big outreach push, or when data quality feels off.
business
Scores and surfaces relationship health across your Evergreen CRM contacts — identifies thriving relationships, ones at risk, and dormant connections needing attention. Use when you want a high-level view of your network health or need to prioritize relationship investment.