From carta-crm
Collects contact information conversationally and creates contact records in Carta CRM via MCP. Only name is required.
How this skill is triggered — by the user, by Claude, or both
Slash command
/carta-crm:add-contacthaikuThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Help the user create one or more contact records in the Carta CRM using the
Help the user create one or more contact records in the Carta CRM using the
create_contact MCP tool. Only name is required — collect that and any other
details the user has already provided, then call the tool. Do not block on optional fields.
Only name is required. Extract everything the user has already provided in their
message without re-asking. If name is missing, ask for it once.
Fields you can collect:
If the user wants to populate custom fields, fetch the schema first:
mcp__carta_crm__get_contact_custom_fields()
Never ask for listId unless the user brings it up.
Call:
mcp__carta_crm__create_contact({
name: "<contact name>",
firstName: "<first>",
lastName: "<last>",
emailDetail: "<email>",
phone: "<phone>",
title: "<title>",
tags: ["<tag1>"],
fields: { "<field_id>": "<value>" }
})
Include only the fields the user provided. Omit everything else.
On success, respond with:
"Contact {name} saved successfully (ID:
{id})."
On error, show the error message and suggest:
name is provided and non-emptylistId exists if one was providedIf the user wants to add multiple contacts, repeat Steps 1–3 for each one, then summarize:
"Created N contacts: [list of names with IDs]"
npx claudepluginhub anthropics/claude-plugins-official --plugin carta-crmCreates company records in Carta CRM by collecting details conversationally and calling the MCP server. Supports custom fields and batch creation.
Manages Attio CRM companies, contacts, notes, and deals via Python scripts: search/get companies, create/update records, add notes, parse URLs. For CRM automation.
Automates Apollo.io lead generation: search organizations, discover contacts, enrich prospect data, manage stages, and build outreach lists via natural language through Composio MCP.