
from claude-skills
Automates lead capture from Gmail using MCP Connectors: extracts leads, scores them, drafts replies, and logs to Supabase CRM.
This skill turns a Gmail inbox into a structured sales pipeline by using MCP Connectors to search messages, extract structured lead data, score leads by ICP/intent/urgency, draft personalized responses saved as Gmail drafts, and log qualified leads to a Supabase CRM. It also generates a daily pipeline report.
Run this skill to process inbound sales leads automatically on a schedule or on demand — ideal for small consulting firms or teams that want a low-touch lead qualification workflow and daily summaries.
Built around Claude/Agent environments that expose MCP Connectors (Gmail, Supabase). Requires MCP connector support for Gmail and Supabase to operate fully.
Comprehensive Gmail-to-CRM pipeline skill that reads inbound leads via Gmail MCP Connector, scores them on ICP fit/intent/urgency, drafts personalized responses, and logs to Supabase CRM. Pure instruction-based with no bundled scripts. Exceptionally detailed documentation covering 6 phases with schemas, scoring rubrics, response templates, and error handling. Security posture is strong — explicit privacy rules, never auto-sends, uses managed auth.
Well-crafted skill with impressive depth. The monolithic SKILL.md is the main architectural concern — the schema definitions, response templates, and scoring rubrics would be better in references/. No security issues found; privacy and safety rules are explicit and thorough. The skill is instruction-only (no scripts), which limits runtime verification but also reduces attack surface.