Agent skill
cross-crm-opportunity-sync
Coordinate opportunities and customer records across multiple CRMs while preserving attribution, visibility, commissions, and governance.
Filed under CRM and RevOps and Analytics and reporting.
From zapier/gtm-cheat-codes · 17 skills · 329 · pushed 2026-07-13
What it does when it runs
Coordinate opportunities and customer records across multiple CRMs while preserving attribution, visibility, commissions, and governance.
Read from the skill and the 5 files bundled beside it. A skill’s own description is written to be selected by an agent, so it describes the job and not the dependencies.
- Keys and connectors you must supply
- None found.
- Hosts it reaches
- mcp.zapier.com
- volttconsulting.co.uk
- zapier.com
- Tool permissions it declares
- No
allowed-toolsin the frontmatter. It only issues instructions, so there is nothing to bound. - Actions present in the files
- None. Instructions only.
Install it
View source on GitHub ↗git clone --depth 1 --filter=blob:none --sparse https://github.com/zapier/gtm-cheat-codes.git /tmp/gtm-cheat-codes git -C /tmp/gtm-cheat-codes sparse-checkout set "skills/sales-revops/cross-crm-opportunity-sync" mkdir -p ~/.claude/skills/cross-crm-opportunity-sync cp -R "/tmp/gtm-cheat-codes/skills/sales-revops/cross-crm-opportunity-sync/." ~/.claude/skills/cross-crm-opportunity-sync/
Picked up without a restart. A project skill of the same name is shadowed by your personal one. For one repository only, swap ~/.claude/skills for .claude/skills. Claude Code docs ↗
Or take the whole library
This repo ships a .claude-plugin manifest, so Claude Code can install all 17 skills at once. Plugin skills are invoked as /<plugin>:<skill>, so they never collide with your own.
/plugin marketplace add zapier/gtm-cheat-codes /plugin
The folder is the same in every client that implements the format — 46 of them — so if yours is not above, only the destination changes.
The skill
Source on GitHub ↗Reproduced in full from zapier/gtm-cheat-codes/blob/022a2884f40316ef22269e29fd61b8a0f0c4cb4a/skills/sales-revops/cross-crm-opportunity-sync/SKILL.md, which is licensed MIT (repository). 400 words, 7 headings.
Cross-CRM Opportunity Sync
Use this skill when a company runs multiple CRMs and needs one deal, account, or customer relationship to stay understandable across systems.
Workflow
- Detect a new opportunity or approved stage-change event in a connected CRM.
- Match the account against a master customer record or matching rules.
- Determine whether the deal touches another CRM, business unit, product line, or customer relationship.
- Mirror or link the opportunity in the relevant CRM with approved fields only.
- Surface cross-CRM context to the rep through an internal note, briefing, or team notification.
- Write an audit trail for every cross-CRM write.
- Route low-confidence matches, old conflicts, and revenue-sensitive updates for human review.
Zapier MCP And SDK Role
- Use Zapier MCP to read and write approved CRM fields, call an LLM for matching and enrichment, look up a master customer record, and route rep notifications.
- Use Zapier SDK for developer-led implementations that need durable workflow execution, retries, logs, schedules, sandbox-to-production promotion, and audit trails.
- Keep production writes, fuzzy matches, revenue-touching workflows, and customer-data workflows approval-gated.
Master Customer Record Patterns
- Canonical CRM: one CRM is the source of truth and other CRMs sync from it.
- Warehouse-driven: a warehouse creates a shared customer ID that all CRMs reference.
- Match-on-the-fly: the agent uses email domain and company-name matching with confidence scoring and human review.
Known Gotchas
- Sync loops require a
synced_frommarker. - Historic duplicates require a separate one-time cleanup pass before go-live.
- Bulk migration can hit CRM rate limits.
- Field types differ across CRMs and need translation maps.
- Stage names drift across CRMs and need a canonical taxonomy.
- Currency and FX rules must be explicit before syncing pipeline or revenue values.
Guardrails
- Do not sync raw text notes between CRMs without explicit approval.
- Do not sync intermediate stage changes by default.
- Do not sync owner changes by default.
- Do not auto-promote low-confidence matches.
- Do not touch production without sandbox review and designated approval.
- Always write an audit row for cross-CRM writes.
Inspired By
This skill is generalized from When operators get the keys to the integration stack, a customer story with Voltt founder William Ascough. The reference implementation runs across multiple CRMs at a global multi-product business with operator-built workflows governed through a sandbox-to-production model.
Files bundled with it
These load only when the skill asks for them, so they cost nothing until it runs.
Other skills for the same job
Different authors, same problem. Matched on the words in the skill name, across every library in the catalogue except this one.
- sheets-crm-sync by composio-community · 2
- reddit-opportunity-research by onvoyage-ai · 1,291
- cross-sell-upsell-detection by louisblythe · 136
- cross-platform-audit by thatrebeccarae · 119
- crm-integration by manojbajaj95 · 92
- crm-hygiene-scanner by Othmane-Khadri · 55
- crm-migration-consolidation by NEON-Rutger · 45
- sync-calls by himanshusaleria · 16
Need help setting it up?
This page tells you what cross-crm-opportunity-sync does and what it needs. Cheetah builds the agent setup it runs inside: data, CRM, sequencing and the guardrails.
Book a call →The directory stays free. There is nothing gated behind this.