Install
openclaw skills install local-lead-genAutomated local business lead generation and cold outreach pipeline. Scans businesses by niche and city, scores their websites (SSL, mobile, speed, design), identifies bad/outdated sites, enriches with contact info, and sends personalized cold emails pitching services. Use when building lead gen pipelines, prospecting local businesses, finding companies with bad websites, automating cold outreach, or setting up recurring business development workflows.
openclaw skills install local-lead-genFind local businesses with bad websites, score them, and auto-email personalized pitches.
# Set environment variables
export BRAVE_API_KEY=your_key
export RESEND_API_KEY=your_key
# Run the scanner
node scripts/bad-website-hunter.js --niche "restaurants" --city "Austin TX" --limit 20
Edit scripts/config.json to customize:
scripts/bad-website-hunter.js — Main pipeline: scan → score → enrich → emailscripts/config.json — Pipeline configurationThe default cold email template pitches web design/development services. Customize in config.json:
Subject: Quick question about {business_name}'s website
Hi {first_name},
I was looking at {business_name}'s website and noticed a few things
that might be costing you customers: {issues_found}.
I help local businesses in {city} modernize their online presence.
Would you be open to a quick chat about what an upgrade could look like?
Best,
{sender_name}
references/scoring-criteria.md for website scoring methodologyreferences/email-best-practices.md for cold email deliverability tips