← Back to Skills Marketplace
drivenautoplex1

Lead Nurture

by drivenautoplex1 · GitHub ↗ · v2.0.0 · MIT-0
cross-platform ✓ Security Clean
127
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install lead-nurture
Description
Adaptive email and SMS nurture sequences that adjust based on engagement signals. Input your lead scenario — get a sequence with A/B subject lines, re-send l...
README (SKILL.md)

Lead Nurture Sequence Generator — Adaptive v2

Turn cold or stalled leads into warm pipeline with sequences that adapt to behavior, not just time.

What Makes v2 Different From Template Generators

Most nurture tools send the same emails on the same schedule regardless of what the lead does. That's why most sequences underperform.

v2 introduces behavioral branching — each touch has three variants depending on the lead's prior engagement:

  • Branch A (Engaged): Lead opened and/or replied → deepen the conversation
  • Branch B (Passive): Lead opened but didn't reply → reframe and re-approach
  • Branch C (Dark): Lead didn't open → re-send with different subject + format change

The system also outputs an engagement score (0–100) that updates after each touch based on behavior, letting your CRM or agent know when to escalate to human outreach.


Inputs

{
  "industry": "mortgage|real_estate|coaching|saas|services|custom",
  "lead_type": "credit_repair|browsing|not_ready|abandoned_cart|cold|warm|referral",
  "sequence_length": 5,
  "timeline_days": 75,
  "goal": "book_call|close_sale|reactivate|warm_referral",
  "brand_voice": "professional|casual|authoritative|empathetic",
  "include_sms": true,
  "behavioral_branching": true,
  "ab_subjects": true,
  "engagement_scoring": true,
  "crm_export_format": "json|csv|gohighlevel|followupboss|mailchimp"
}

Outputs

{
  "sequence": [
    {
      "day": 0,
      "touch_number": 1,
      "type": "email",
      "subject_a": "Your credit timeline (honest answer)",
      "subject_b": "Something most people in your situation get wrong",
      "preview": "Most people think fixing credit takes years. It doesn't.",
      "body_engaged": "...",
      "body_passive": "...",
      "body_dark": "...",
      "cta": "Reply with your biggest concern",
      "sms": "Hey [Name] — sent you an email. Worth 2 min when you get a chance.",
      "send_rule": "Send immediately on trigger",
      "resend_rule": "If no open after 72h, send subject_b with body_dark variant",
      "pause_rule": "If reply received, pause sequence and flag for human follow-up"
    }
  ],
  "engagement_scoring": {
    "open_weight": 10,
    "reply_weight": 40,
    "click_weight": 20,
    "resend_trigger_threshold": 0,
    "human_escalation_threshold": 60,
    "archive_threshold": -20
  },
  "sequence_summary": "5-touch adaptive sequence over 75 days — credit repair leads",
  "psychology_map": {
    "touch_1": "Pacing + reality check — meet them where they are",
    "touch_2": "Quick win — build trust with immediate value",
    "touch_3": "Myth bust — reframe limiting beliefs, position as expert",
    "touch_4": "Market urgency — seeds the buying decision without pressure",
    "touch_5": "Soft close — assume the next step, remove friction"
  },
  "ab_test_guidance": "Run subject_a for 48h. If open rate \x3C20%, switch to subject_b for remainder of send. Track by contact tag in your CRM.",
  "crm_export": "...formatted for selected CRM..."
}

Behavioral Branching Logic

How it works in practice (mortgage/credit repair example):

Touch 1 sent → 72 hours pass:

What happened Next action
Replied Pause automation. Human follow-up within 4 hours.
Opened, no reply Send Touch 2 (Branch B — reframe)
Didn't open Re-send Touch 1 with subject_b variant, body_dark format

Engagement score threshold rules:

Score Meaning Trigger
60+ Hot lead Flag for immediate human outreach
20–59 Warm, nurturing Continue sequence
0–19 Cool, passive Switch to longer-interval, lighter touches
Below 0 Unresponsive Move to archive sequence (1 touch/month)

Tiers

Free — 3-email sequence, email only, no branching, no engagement scoring Standard ($12/mo) — Up to 7 touches, all industries, email + SMS, A/B subjects, send/re-send rules Pro ($37/mo) — Full behavioral branching, engagement scoring, CRM export (GHL/FUB/Mailchimp/CSV), psychology map, unlimited sequences, priority generation


Pre-Tuned Lead Types (All Include Behavioral Branching in Standard+)

Lead Type Touches Timeline Core Psychology
Credit repair (mortgage) 5 75 days Pacing → quick win → reframe → urgency → soft close
Abandoned cart (e-comm) 4 7 days Loss aversion → social proof → scarcity → final offer
Cold B2B outreach 6 21 days Value-first → problem framing → case study → objection → ask → breakup
Post-consultation (services) 4 14 days Recap → FAQ → comparison → decision frame
Gone-quiet reactivation 3 30 days Check-in → news hook → final reach
Referral re-engagement 3 21 days Gratitude → milestone update → soft ask

Example — Touch 2, Branch Variants (Mortgage / Credit Repair)

Branch A (Engaged — replied to Touch 1):

Subject: Based on what you told me — here's where I'd start

Since you mentioned [their concern], the fastest move is actually not what most people think. [Tailored advice based on their reply] Want me to run the exact math on what your score moving 40 points would do to your monthly payment?

Branch B (Passive — opened, no reply):

Subject: The fastest thing you can do to move your score this month

One thing, quick. The single fastest credit score move — faster than disputing anything — is reducing your utilization below 30% on every card. [Utilization explanation] Reply if you want help looking at your report together.

Branch C (Dark — didn't open):

Subject: Quick question [First Name]

Tried to reach you last week. No worries if the timing was off. One quick thing: do you know your current credit score? That's the only number that tells us what your options actually are right now. [Short. No links. Conversation-opener format.]


Integration Notes

GoHighLevel: Use the JSON export → import as a Workflow. Each branch maps to a conditional trigger in GHL's workflow builder.

Follow Up Boss: Export as CSV → import as a Smart List action plan. Branch logic requires manual setup but the copy imports directly.

Mailchimp: Use Standard export → paste into an automation sequence. Branching requires Mailchimp's conditional content blocks (Standard plan+).

Manual (any platform): Create 3 versions of each email (A/B/C). Tag contacts by engagement level after each send. Send the appropriate version to each segment.


v2.0.0 — Upgraded from template generator (depth 2) to behavioral system (depth 4). Added: behavioral branching, A/B subjects, re-send logic, engagement scoring, CRM export formats, psychology map.

Usage Guidance
This skill is a content-and-rules generator only (no code/install). Before using: (1) avoid feeding real personal data or sensitive PII into the generator; (2) ensure legal compliance for email (CAN-SPAM/usual email laws) and SMS (TCPA/consent rules in your jurisdiction) and include clear opt-out language; (3) when you connect this output to real sending infrastructure or a CRM, provide credentials only to trusted services and review what the agent will be allowed to do (send messages autonomously vs. draft-only); (4) test sequences on small segments and verify A/B logic and resend rules before wide sends; (5) review generated messaging for accuracy, privacy, and brand safety — the skill generates suggested copy and rules but does not itself enforce compliance or manage delivery.
Capability Analysis
Type: OpenClaw Skill Name: lead-nurture Version: 2.0.0 The skill bundle consists of a metadata file and a markdown instruction set (SKILL.md) for generating marketing email and SMS sequences. It contains no executable code, network requests, or instructions that would lead to data exfiltration or unauthorized access. The content is entirely focused on defining logic for behavioral branching and lead engagement scoring within a marketing context.
Capability Assessment
Purpose & Capability
Name/description claim an adaptive lead nurture generator; SKILL.md contains sequence formats, branching logic, engagement scoring, and CRM export formats — all coherent with the stated purpose. No unrelated binaries, credentials, or installs are requested.
Instruction Scope
Instructions are limited to generating message variants, branching rules, scoring, and export formatting. They do not instruct the agent to read system files, access environment variables, or transmit data to external endpoints. The guidance to 'flag for human follow-up' and to format CRM exports is appropriate for this kind of skill.
Install Mechanism
There is no install spec and no code files; the skill is instruction-only so nothing is written to disk or fetched at install time.
Credentials
The skill requests no environment variables, credentials, or config paths. Declared CRM export formats are reasonable outputs for a generator and do not imply hidden credential access.
Persistence & Privilege
always is false and the skill does not request persistent or elevated privileges. It does not modify other skills or system-wide settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install lead-nurture
  3. After installation, invoke the skill by name or use /lead-nurture
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.0
**Major upgrade: v2.0.0 introduces adaptive, behavior-driven nurture sequences.** - Now generates multi-branch sequences that adjust each touch based on lead engagement (opened, replied, ignored). - Adds A/B subject line variants, re-send logic, pause/flag rules, and custom timing per branch. - Outputs dynamic engagement scores and provides CRM export in multiple formats (JSON, CSV, GoHighLevel, Follow Up Boss, Mailchimp). - Includes a psychology map for each touch and detailed guidance for integration with CRMs. - New tiers: Free (basic), Standard (A/B, branching), Pro (full adaptive logic, engagement scoring, exports). - Not just templates — delivers responsive, adaptive touchpoints to increase conversion.
v1.0.0
Lead-nurture 1.0.0 — Initial release - Generates complete email and SMS nurture sequences for any industry and lead type. - Customizable by timeline, goal, brand voice, and touch count. - Outputs include subject lines, preview text, full copy, SMS variants, and send-day scheduling. - Integrates proven sales psychology and NLP techniques for higher engagement. - Offers built-in, pre-tuned sequences for common use cases and tiered pricing options.
Metadata
Slug lead-nurture
Version 2.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Lead Nurture?

Adaptive email and SMS nurture sequences that adjust based on engagement signals. Input your lead scenario — get a sequence with A/B subject lines, re-send l... It is an AI Agent Skill for Claude Code / OpenClaw, with 127 downloads so far.

How do I install Lead Nurture?

Run "/install lead-nurture" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Lead Nurture free?

Yes, Lead Nurture is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Lead Nurture support?

Lead Nurture is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Lead Nurture?

It is built and maintained by drivenautoplex1 (@drivenautoplex1); the current version is v2.0.0.

💬 Comments