Install
openclaw skills install seo-prospectorAutomated SEO prospect research and outreach for web designers, agencies, and freelancers. Use when researching local business prospects, running scheduled prospect clusters, creating outreach packages, generating daily summaries, or managing a lead pipeline. Triggers on "research prospect", "find leads", "prospect report", "outreach for [business]", "run today's clusters", "daily prospect summary", "batch research", "generate outreach", "SEO audit prospect", "local business leads", "cold outreach", "lead pipeline".
openclaw skills install seo-prospectorAutomated local business lead generation for web designers and agencies.
Pipeline: discover → research → audit → report → outreach → track.
This skill turns you into a prospecting machine. Point it at a city or industry, and it:
Before using, configure your agency details:
# Copy and edit the config file
cp references/config-template.json ~/.openclaw/workspace/leads/data/seo-prospector-config.json
Edit the config with your info:
{
"agency": {
"name": "Your Agency Name",
"owner": "Your Name",
"phone": "(555) 123-4567",
"email": "you@agency.com",
"website": "youragency.com",
"city": "Your City",
"tagline": "Your one-liner value prop"
},
"outreach": {
"default_tone": "casual",
"signature_style": "friendly"
}
}
python3 scripts/research_prospect.py \
--business "Business Name" --domain "example.com" --industry "Restaurant" \
--priority HIGH --cluster "Restaurants"
python3 scripts/batch_research.py --run morning # Today's run_1 cluster
python3 scripts/batch_research.py --run afternoon # Today's run_2 cluster
python3 scripts/batch_research.py --cluster "Restaurants" --limit 5
python3 scripts/create_outreach.py --report path/to/report.md --template casual
python3 scripts/create_outreach.py --business "Name" --template professional --format html
python3 scripts/daily_summary.py # Today, Discord format
python3 scripts/daily_summary.py --date 2026-02-09 --format markdown
python3 scripts/prospect_tracker.py today-clusters
python3 scripts/prospect_tracker.py check --business "Name"
python3 scripts/prospect_tracker.py stats
python3 scripts/prospect_tracker.py outreach-ready
prospect_tracker.py today-clusters to see scheduled clustersprospect_tracker.py check --business "Name" before researching (14-day dedup window)Data sources in priority order:
seo_quick_audit.py) — on-page technical analysisperplexity_search.py) — business intel, reviews, reputationReports follow references/research-template.md. Key sections:
Output: ~/.openclaw/workspace/leads/prospects/YYYY-MM-DD-{cluster}/{business}.md
scripts/create_outreach.py supports:
references/outreach-templates.md)assets/templates/dm-outreach.md)Each outreach package includes:
Every prospect gets tracked via prospect_tracker.py add. The database enables dedup, coverage stats, cluster tracking, and outreach status.
Status pipeline: draft_ready → pending_review → approved → sent → followed_up → responded → closed
Aim for ~30% HIGH, ~50% MEDIUM, ~20% LOW:
If unsure, default to MEDIUM.
Before recording any prospect, verify:
python3 scripts/verify_prospect.py <report_path>
Skip prospects with: dead URLs, parked domains, suspended hosting, permanently closed businesses.
| Script | Purpose |
|---|---|
scripts/research_prospect.py | Full pipeline for single prospect |
scripts/batch_research.py | Research multiple prospects from cluster or input |
scripts/create_outreach.py | Generate personalized outreach (HTML + plain text) |
scripts/generate_outreach_batch.py | Batch outreach for all prospects from a date |
scripts/daily_summary.py | Pipeline summary (Discord or markdown) |
scripts/prospect_tracker.py | Database, dedup, cluster rotation, stats |
scripts/verify_prospect.py | URL/domain/phone verification |
scripts/seo_quick_audit.py | On-page SEO technical audit |
| File | Use When |
|---|---|
references/research-template.md | Writing or reviewing prospect reports |
references/outreach-templates.md | Drafting email/LinkedIn/DM outreach |
references/industry-insights.md | Industry-specific talking points |
references/objection-handling.md | Handling "we already have a site" etc. |
references/config-template.json | First-time setup of agency details |
references/cluster-template.json | Setting up industry cluster rotation |
assets/templates/email-html.html — Professional HTML email template with merge fieldsassets/templates/email-plain.txt — Plain text email templateassets/templates/linkedin-message.md — LinkedIn outreach templatesassets/templates/dm-outreach.md — DM templates (SMS, IG, FB)assets/examples/example-report.md — Completed prospect reportassets/examples/example-outreach.md — Completed outreach packageDesigned for automated daily prospecting:
8:30 AM — SERP Gap Scanner (identify opportunities for 5 industries)
10:00 AM — batch_research.py --run morning (Tier A/B cluster)
11:30 AM — batch_research.py --run afternoon (Tier B/C cluster)
5:00 PM — daily_summary.py (pipeline summary)