Crm sync
Skill bowtiefunnel/bowtie-funnel-Labs/plugins/bowtie-gtm/skills/crm-sync
Use whenever a play needs live account truth — reading and reconciling CRM objects, properties, and associations. Spans every lifecycle stage. Runs on the Growth (Verbiflow) MCP.From its SKILL.md
npx -y skills add bowtiefunnel/bowtie-funnel-Labs --skill crm-syncAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 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.
SKILL.md
1.1 KB, 210 tokens by cl100k_base, as published. Nobody here has run it
CRM Sync
It reads and reconciles CRM objects, properties, and associations, so awareness through expansion all run off live truth.
Requires
The Growth (Verbiflow) MCP. If it isn't connected yet:
claude mcp add --transport stdio growth -- npx -y growth-mcp
Always call growth_session_init first (auth + workspace).
Steps
growth_session_init— auth + workspace.growth_crm_list_properties/growth_crm_list_association_types— learn the CRM's shape.growth_crm_fetch_objects— pull contacts, companies, deals.growth_crm_fetch_associations— resolve who's linked to what.
Repurpose (the Bowtie way)
Feeds live account context into every other skill; publish reconciled account views where the client needs them.
Notes
- Do not send, sequence, or mutate platform state unless the user explicitly asks.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.
Gives 0 of the 12 instructions most sales audience skills give in 210 tokens
Counted across 401 of the 401 authors here whose files we hold, read 2026-08-07
- Read product marketing context before asking questionsin 21 of 401, across 11 files
- Acknowledge competitor strengths honestlyin 18 of 401, across 7 files
- Start every page with a summaryin 15 of 401, across 4 files
- Use a single, low-friction call to actionin 15 of 401, across 7 files
- Create a single source of truth for each competitorin 14 of 401, across 3 files
- Make each follow-up email add new valuein 11 of 401, across 5 files
- Cut any sentence that does not drive a replyin 10 of 401, across 4 files
- Tie personalization directly to the problemin 10 of 401, across 4 files
- Write paragraph comparisons for each dimensionin 9 of 401, across 3 files
- Link between related competitor pagesin 9 of 401, across 3 files
- Keep subject lines short and lowercasein 9 of 401, across 3 files
- Define ideal customer profile from top customersin 9 of 401, across 3 files
Said here and by no other author read
- call growth_session_init first
- add the growth mcp if not connected
- learn crm properties and association types
- pull contacts companies and deals
- resolve object associations
- publish reconciled account views where needed
Grouped from the skills themselves: near-identical wordings counted once, and counted by distinct author, so one author publishing three of these counts once. Length counted with cl100k_base; the agent that loads this file may tokenize it differently.