onewave-ai/gmail-to-crm-pipeline
Uses MCP Connectors to read Gmail inbound leads, score them by ICP fit, draft personalized responses, and log qualified leads to your CRM. Turns your inbox into an automated pipeline.
npx skills add https://github.com/OneWave-AI/claude-skills --skill gmail-to-crm-pipeline
Turn a Gmail inbox into a structured sales pipeline using Claude's MCP Connectors -- the Gmail connector reads and drafts email, and the Supabase connector persists CRM data. No external scripts or API keys required.
pipeline_config table. See references/configuration.md (first run, error handling) and references/crm-schema.md.references/gmail-retrieval.md.references/gmail-retrieval.md.null rather than guessing. See references/lead-extraction.md.references/scoring-model.md.references/response-templates.md.references/crm-schema.md.lead-pipeline-report.md in the working directory, then display the executive summary. See references/pipeline-report.md.Between runs, handle manual lead commands (mark contacted, move stage, disqualify, add note, schedule follow-up, query leads) and ICP/search customization. See references/configuration.md.
references/gmail-retrieval.md -- Gmail MCP tools, search queries, parsing rules, extracted field set.references/lead-extraction.md -- Lead profile JSON schema and extraction guidelines.references/scoring-model.md -- ICP, intent, urgency scoring tables; tier mapping; adjustment rules.references/response-templates.md -- Per-tier response templates, personalization rules, anti-patterns, draft creation.references/crm-schema.md -- Supabase MCP tools, table DDL, logging procedure and SQL.references/pipeline-report.md -- Report Markdown structure and reporting SQL queries.references/configuration.md -- First-run setup, customization, manual commands, error handling, privacy, invocation triggers.Take onewave-ai/gmail-to-crm-pipeline from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.