lead-gen-pipeline
Automated lead generation pipeline with AI-powered lead scoring and personalized follow-up generation. Score leads 0-100 with reasoning, generate context-aware follow-ups in multiple tones. Integrates with any CRM. Use for sales automation, cold outreach, and pipeline management.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/aiwithabidi/lead-gen-pipelineLead Gen Pipeline
AI-powered lead generation pipeline. Score leads intelligently, generate personalized follow-ups, and manage your sales pipeline.
Quick Start
export OPENROUTER_API_KEY="your-key"
# Score a lead
python3 {baseDir}/scripts/lead_scorer.py '{"name":"Jane Smith","company":"Acme Corp","title":"VP Marketing","source":"webinar","actions":["downloaded whitepaper","visited pricing page 3x","opened 5 emails"]}'
# Generate follow-up
python3 {baseDir}/scripts/followup_generator.py '{"name":"Jane Smith","company":"Acme Corp","context":"Attended our AI webinar, downloaded whitepaper","stage":"warm","tone":"professional"}'
Lead Scoring
The AI scorer evaluates leads on multiple dimensions:
| Factor | Weight | Description |
|---|---|---|
| Fit | 30% | Does the lead match your ICP? (title, company size, industry) |
| Intent | 30% | Behavioral signals (page visits, downloads, email engagement) |
| Engagement | 20% | How actively are they interacting? (recency, frequency) |
| Source Quality | 20% | Where did they come from? (referral > webinar > cold) |
Score Ranges
- 80-100: 🔥 Hot — reach out immediately, high buying intent
- 60-79: 🟡 Warm — nurture with targeted content, book a call
- 40-59: 🟠 Cool — add to drip sequence, monitor engagement
- 0-39: 🔵 Cold — low priority, long-term nurture only
# Score with custom ICP
python3 {baseDir}/scripts/lead_scorer.py '{"name":"...","company":"...","icp":{"industries":["SaaS","fintech"],"minEmployees":50,"titles":["VP","Director","C-suite"]}}'
Follow-Up Generation
Generate personalized follow-up messages for any pipeline stage:
# Professional follow-up after demo
python3 {baseDir}/scripts/followup_generator.py '{
"name": "Jane Smith",
"company": "Acme Corp",
"context": "Had a 30-min demo, interested in enterprise plan, concerned about onboarding time",
"stage": "post-demo",
"tone": "professional",
"channel": "email"
}'
# Casual SMS check-in
python3 {baseDir}/scripts/followup_generator.py '{
"name": "Mike",
"context": "Met at conference, exchanged cards, talked about AI automation",
"stage": "initial",
"tone": "casual",
"channel": "sms"
}'
# Urgent closing message
python3 {baseDir}/scripts/followup_generator.py '{
"name": "Sarah Johnson",
"company": "TechFlow",
"context": "Proposal sent 5 days ago, no response, deal worth $25k, quarter ending",
"stage": "closing",
"tone": "urgent",
"channel": "email"
}'
Supported Tones
- professional — formal business communication
- casual — friendly, conversational
- urgent — time-sensitive, action-oriented
- friendly — warm, relationship-focused
- consultative — expert advice framing
Supported Channels
- email — full email with subject line
- sms — short, punchy (< 160 chars)
- whatsapp — conversational, emoji-friendly
- linkedin — professional networking tone
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-aiwithabidi-lead-gen-pipeline": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
agent-memory
Full AI agent memory stack — Mem0 unified memory engine with vector search (Qdrant) and knowledge graph (Neo4j), plus SQLite for structured data. Complete setup script and tools. Give your OpenClaw agent a real brain with semantic recall, entity relationships, and structured storage.
skill-auditor
Security audit and quarantine system for third-party OpenClaw skills. Use when evaluating, reviewing, or installing any skill from ClawHub or external sources. Automatically triggered before any skill installation.
Model Intel
Live LLM model intelligence and pricing from OpenRouter
deep-search
Multi-tier Perplexity search with Langfuse tracing. Three depth levels: quick (sonar), pro (sonar-pro), deep (sonar-reasoning-pro). Supports focus modes: internet, academic, news, youtube, reddit. Returns AI-synthesized answers with citations. Use for research, comparisons, market analysis, fact-checking. Triggers: search, research, look up, find out, compare, what is, deep search, web research.
amplitude
Amplitude product analytics — track events, analyze user behavior, run cohort analysis, manage user properties, and query funnel/retention data via the Amplitude API. Understand product usage, measure feature adoption, and analyze user journeys. Built for AI agents — Python stdlib only, zero dependencies. Use for product analytics, user behavior tracking, funnel analysis, retention analysis, and cohort segmentation.