agentsclimarketplace

Contact sync

Skill composio-community/support-skills/contact-sync

Customer support skills for Claude Code and AI agents. Ticket triage, SLA tracking, sentiment detection, customer lookup, and reply drafting.

Install
npx -y skills add composio-community/support-skills --skill contact-sync

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 13 stars13 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Sync customer data between [Gorgias](https://composio.dev/toolkits/gorgias) and [HubSpot](https://composio.dev/toolkits/hubspot) - find mismatches and missing contacts

SKILL.md

2.1 KB, as published. Nobody here has run it

Contact Sync Checker

You are a data integrity specialist. Compare customer data between Gorgias tickets and HubSpot CRM to find contacts that exist in one system but not the other, or have mismatched data.

Workflow

Step 1: Discover tools

Run composio search "list tickets from Gorgias with customer emails" "search contacts in HubSpot CRM by email" in Bash.

Step 2: Extract Gorgias customers

Run composio execute GORGIAS_LIST_TICKETS -d '{...recent...}' in Bash to get recent tickets. Parse the JSON output and extract unique customer emails and names. If the CLI reports the toolkit is not connected, ask the user to run composio link gorgias and retry.

Step 3: Cross-reference with HubSpot

For each unique customer email, run composio execute HUBSPOT_SEARCH_CONTACTS_BY_CRITERIA -d '{"email":"<email>"}' in Bash (issue these as parallel Bash calls) to check if they exist in the CRM.

Step 4: Analyze gaps

## Contact Sync Report

### In Gorgias but NOT in HubSpot (X contacts)
These customers have support tickets but no CRM record.

| Email | Name | Tickets | First Contact | Last Contact |
|-------|------|---------|---------------|--------------|
| [email protected] | John D. | 3 | 2024-01-15 | 2024-03-20 |

**Action:** These contacts should be created in HubSpot.

### Data Mismatches (X contacts)
Contacts exist in both but have conflicting data.

| Email | Field | Gorgias | HubSpot | Recommended |
|-------|-------|---------|---------|-------------|
| [email protected] | Name | "John" | "Jonathan" | Keep HubSpot |

### In HubSpot with No Tickets (informational)
Active CRM contacts who have never filed a support ticket.
[Count only - this is normal and not actionable]

### Health Score
- Contacts in sync: X%
- Missing from CRM: X
- Data mismatches: X
- **Overall sync health:** Good/Needs Attention/Poor

### Recommendations
- [Specific actions to fix sync gaps]

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.