Engagement tracker
Skill bowtiefunnel/bowtie-funnel-Labs/plugins/bowtie-gtm/skills/engagement-tracker
Use when you need to see who's engaging across email and LinkedIn — replies, statuses, and full conversation history — to act at the right moment (Education), including watching the deal conversation into close (Mutual commit). Runs on the Growth (Verbiflow) MCP.From its SKILL.md
npx -y skills add bowtiefunnel/bowtie-funnel-Labs --skill engagement-trackerAssembled 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.3 KB, 238 tokens by cl100k_base, as published. Nobody here has run it
Engagement Tracker
It tracks replies, send status, and full LinkedIn conversation history, so you act at the right moment.
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_email_get_send_status/growth_linkedin_get_send_status— delivery + reply status.growth_linkedin_get_chat_history/growth_linkedin_get_messages/growth_linkedin_list_threads— full conversation context.growth_linkedin_get_contact_relationship— where the relationship stands.- Route the hottest replies to sales; flag quiet threads for follow-up.
Repurpose (the Bowtie way)
Publish an engagement digest — who replied, who's warm, what's stalled — as a weekly client-facing page.
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.