Create new HubSpot contact
hubspot-create-contactskillsetup L2★381
majiayu000/claude-skill-registry ↗What it does
Create new HubSpot CRM contact with email and optional fields
Best for
Quick programmatic contact creation in HubSpot without UI.
Inputs
- · email (required)
- · firstname, lastname, phone, company (optional)
Outputs
- · contact object with ID and properties
- · created timestamp
Requires
- · HubSpot API
- · Python script (create_contact.py)
- · hubspot-master config check
Preconditions
- · HubSpot token configured
- · crm.objects.contacts.write scope
- · AI action = proceed_with_operation
Failure modes
- · 401 invalid token
- · 409 contact already exists
- · 429 rate limited
Trust signals
- · Config pre-flight check
- · Error mapping (401/403/409/429)
- · JSON output format standardized