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