seo-prospector
Automated 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".
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/mrmooseyman/seo-prospectorSEO Prospector
Automated local business lead generation for web designers and agencies.
Pipeline: discover → research → audit → report → outreach → track.
How It Works
This skill turns you into a prospecting machine. Point it at a city or industry, and it:
- Finds businesses with weak websites (via SEO audit + web research)
- Generates detailed prospect reports with specific issues found
- Creates personalized outreach (HTML emails, LinkedIn messages, DMs)
- Tracks everything in a database with dedup + cluster rotation
- Delivers daily summaries of your pipeline health
Setup (First Run)
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": "[email protected]",
"website": "youragency.com",
"city": "Your City",
"tagline": "Your one-liner value prop"
},
"outreach": {
"default_tone": "casual",
"signature_style": "friendly"
}
}
Quick Reference
Research One Prospect
python3 scripts/research_prospect.py \
--business "Business Name" --domain "example.com" --industry "Restaurant" \
--priority HIGH --cluster "Restaurants"
Batch Research (Today's Rotation)
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
Generate Outreach
python3 scripts/create_outreach.py --report path/to/report.md --template casual
python3 scripts/create_outreach.py --business "Name" --template professional --format html
Daily Summary
python3 scripts/daily_summary.py # Today, Discord format
python3 scripts/daily_summary.py --date 2026-02-09 --format markdown
Pipeline Management
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
Workflow
1. Check Schedule & Dedup
- Run
prospect_tracker.py today-clustersto see scheduled clusters - Run
prospect_tracker.py check --business "Name"before researching (14-day dedup window)
2. Research Phase
Data sources in priority order:
- SEO Quick Audit (
seo_quick_audit.py) — on-page technical analysis - Perplexity Search (
perplexity_search.py) — business intel, reviews, reputation - Browser verification (optional) — visual check for high-priority prospects
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-mrmooseyman-seo-prospector": {
"enabled": true,
"auto_update": true
}
}
}