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