Lead Nurture

v2.0.0

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...

0· 120·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for drivenautoplex1/lead-nurture.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Lead Nurture" (drivenautoplex1/lead-nurture) from ClawHub.
Skill page: https://clawhub.ai/drivenautoplex1/lead-nurture
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install lead-nurture

ClawHub CLI

Package manager switcher

npx clawhub@latest install lead-nurture
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk97drnks9k7e3dq8bc5pzntx4583srm2
120downloads
0stars
2versions
Updated 1mo ago
v2.0.0
MIT-0

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 <20%, 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 happenedNext action
RepliedPause automation. Human follow-up within 4 hours.
Opened, no replySend Touch 2 (Branch B — reframe)
Didn't openRe-send Touch 1 with subject_b variant, body_dark format

Engagement score threshold rules:

ScoreMeaningTrigger
60+Hot leadFlag for immediate human outreach
20–59Warm, nurturingContinue sequence
0–19Cool, passiveSwitch to longer-interval, lighter touches
Below 0UnresponsiveMove 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 TypeTouchesTimelineCore Psychology
Credit repair (mortgage)575 daysPacing → quick win → reframe → urgency → soft close
Abandoned cart (e-comm)47 daysLoss aversion → social proof → scarcity → final offer
Cold B2B outreach621 daysValue-first → problem framing → case study → objection → ask → breakup
Post-consultation (services)414 daysRecap → FAQ → comparison → decision frame
Gone-quiet reactivation330 daysCheck-in → news hook → final reach
Referral re-engagement321 daysGratitude → 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.

Comments

Loading comments...