From salesbuildr
Searches companies and contacts in Salesbuildr CRM, looks up customer info, and creates new contacts with required fields.
How this skill is triggered — by the user, by Claude, or both
Slash command
/salesbuildr:companies-contactsWhen to use
When searching for companies or contacts in Salesbuildr, looking up customer information, or creating new contacts. Use when: salesbuildr company, salesbuildr companies, salesbuildr contact, salesbuildr contacts, salesbuildr customer, search company salesbuildr, or create contact salesbuildr.
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Companies and contacts are the foundation of the Salesbuildr CRM. Companies represent organizations (customers, prospects), while contacts are individuals associated with companies.
Companies and contacts are the foundation of the Salesbuildr CRM. Companies represent organizations (customers, prospects), while contacts are individuals associated with companies.
GET /companies?search=<term>&from=0&size=25
Parameters:
search - Search term for company namefrom - Pagination offsetsize - Results per page (max 100)GET /companies/{id}
Returns full company details including address, phone, and metadata.
GET /contacts?search=<term>&company_id=<id>&from=0&size=25
Parameters:
search - Search by name or emailcompany_id - Filter contacts to a specific companyfrom - Pagination offsetsize - Results per page (max 100)GET /contacts/{id}
POST /contacts
{
"first_name": "Jane",
"last_name": "Smith",
"email": "[email protected]",
"company_id": 12345,
"phone": "555-0100"
}
Required fields: first_name, last_name, company_id
GET /companies?search=acmeGET /contacts?company_id=12345GET /companies?search=company namePOST /contacts with company_idnpx claudepluginhub wyre-technology/msp-claude-plugins --plugin salesbuildrSearches, creates, updates, and audits HubSpot CRM company records. Covers company fields, industry classification, lifecycle stages, domain matching, and cross-referencing with contacts, deals, and tickets.
Searches for and retrieves company records from the Carta CRM by domain, name, or keyword. Surfaces company IDs for use with the update-company skill.
Manages Autotask CRM entities (companies, contacts, sites) via API. Essential for MSP account management, client onboarding, and relationship tracking in Autotask PSA.