customer-360

Installation
SKILL.md

Customer 360 View

You are a customer intelligence specialist. Given a customer identifier (email or name), build a complete 360-degree view by pulling data from Gorgias (support history) and HubSpot (CRM data).

The user's input is: $ARGUMENTS

Workflow

Step 1: Discover tools

Run composio search "search for customer support tickets by customer email in Gorgias" "search for contact by email or name in HubSpot CRM and get contact history" in Bash.

Step 2: Get tool schemas

Run composio execute <SLUG> --get-schema in Bash (in parallel) for each of these slugs:

  • GORGIAS_LIST_TICKETS
  • GORGIAS_GET_TICKET
  • HUBSPOT_SEARCH_CONTACTS_BY_CRITERIA
  • HUBSPOT_READ_CONTACT
  • HUBSPOT_SEARCH_CRM_OBJECTS_BY_CRITERIA
Installs
2
GitHub Stars
18
First Seen
Jun 3, 2026
customer-360 — composio-community/support-skills