opencrm-contact-enrichment
스타0
포크0
업데이트2026년 7월 19일 13:41
Enrich CRM contacts with LinkedIn and décideur data.
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SKILL.md
readonly메뉴
Enrich CRM contacts with LinkedIn and décideur data.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Browser automation via Playwright MCP (official Microsoft headless browser)
Image generation and manipulation via MCP
PDF parsing and extraction via MCP
Autonomous tool discovery, evaluation, and integration for agent self-enhancement
Route OpenOS tasks to the correct product skill.
CRM read + staged follow-up via orchestrator approval.
| name | opencrm-contact-enrichment |
| description | Enrich CRM contacts with LinkedIn and décideur data. |
| version | 1.0.0 |
| author | OpenPro |
| license | MIT |
| platforms | ["linux","macos","windows"] |
| metadata | {"hermes":{"tags":["OpenCRM","leads","enrichment","LinkedIn"],"category":"open-ecosystem","related_skills":["opencrm-sales-followup","open-brain","open-team"]}} |
Fill lead contact fields (email, mobile, LinkedIn, décideur) via MCP — keep PII in OpenCRM only.
export OPENCRM_API_URL=http://localhost:3010
# MCP server: optional-mcps/opencrm (stdio)
Prefer OpenCRM MCP tools. Plugin opencrm_sales covers account search/staging only.
| Tool | Purpose |
|---|---|
list_contacts_needing_enrichment | Queue: none/pending/partial/failed |
list_decision_makers | Contacts with is_decision_maker=true |
search_contacts | Filter lead_status, enrichment_status, décideur |
get_contact / create_contact | Read or create lead shell |
enrich_contact | Primary write — LinkedIn, décideur, phones, scores |
update_contact | Generic edit when not an enrichment pass |
search_accounts / get_accountlist_contacts_needing_enrichment (or search_contacts on account)enrich_contact(contact_id, …, mark_complete=true) when confidentpropose_crm_update on the account for next_action (approval)search_observations(app=opencrm) for narrative only| If | Then |
|---|---|
| Missing LinkedIn/email/mobile | Leave field null; set enrichment_status=partial |
| Confirmed budget owner | is_decision_maker=true, buying_role=decision_maker |
| Enrichment finished | mark_complete=true (sets complete + lead_status=enriched) |
| Outreach/email send | Hand off to opencrm-sales-followup staging — never send directly |
enrich_contact over scattering fields via update_contactenrichment_status is complete or honest partial