From carta-crm
Creates fundraising records in Carta CRM by collecting details conversationally and using the Carta CRM MCP server tools.
How this skill is triggered — by the user, by Claude, or both
Slash command
/carta-crm:add-fundraisinghaikuThis 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 fundraising records in the Carta CRM using the
Help the user create one or more fundraising records in the Carta CRM using the
create_fundraising MCP tool. Collect details conversationally, then call the tool.
Call the stages tool so the user can pick a stage by name:
mcp__carta_crm__get_fundraising_stages()
Present the stage names to the user. If the call fails, proceed without it — stage defaults to the first stage if omitted.
mcp__carta_crm__get_fundraising_custom_fields()
Use returned field IDs and labels as hints when collecting fundraising data. If the call fails, proceed without it.
Ask the user for:
If the user has already provided details in their message, extract them directly without re-asking.
Call:
mcp__carta_crm__create_fundraising({
name: "<fundraising name>",
stageId: "<stage id>",
fields: {
"<field_id>": "<value>"
}
})
Omit stageId and fields if not provided.
On success, respond with:
"Fundraising {name} created successfully (ID:
{id})."
On error, show the error message and suggest:
name is provided and non-emptyget_fundraising_stages to list optionsget_fundraising_custom_fieldsIf the user wants to add multiple fundraisings at once, repeat Steps 3–5 for each one. After all are done, summarize:
"Created N fundraisings: [list of names with IDs]"
npx claudepluginhub anthropics/claude-plugins-official --plugin carta-crmPartially updates an existing fundraising record in Carta CRM by ID or name search. Only explicitly provided fields are changed.
Sets up first fundraise pipeline in Finta: adds investors via manual/CSV/Aurora AI, configures deal stages, creates deal rooms, sends updates. For new fundraises or Finta onboarding.
Structures a capital raise by determining amount, investor type, terms, and stage to minimize dilution and secure sufficient runway.