Install
openclaw skills install google-reviews-pain-detectorScrapes Google reviews for businesses to identify pain words related to missed calls and poor phone coverage, scoring lead quality for AI receptionist sales.
openclaw skills install google-reviews-pain-detectorSkill: google-reviews-pain-detector
Purpose: Scrape Google reviews for businesses and detect "pain words" that signal missed calls, poor phone coverage, and lost customers — hot signals for Gracie AI Receptionist leads.
[business name] reviews and scrapes result pages--list--savevoicemail, no answer, hard to reach, couldn't get through, called 3 times,
never called back, missed call, didn't answer, goes to voicemail,
unanswered, unreachable, left a message
cd ~/StudioBrain/00_SYSTEM/skills/google-reviews-pain-detector
python3 detector.py "P.A.C. Plumbing Staten Island"
python3 detector.py "Victory Auto Repair" --address "3735 Victory Blvd, SI"
python3 detector.py --list
python3 detector.py --list --save
python3 detector.py "Rafi's Auto Repair" --json
python3 detector.py --list --json
══════════════════════════════════════════════════════
🔍 P.A.C. Plumbing, Heating & A/C
══════════════════════════════════════════════════════
📍 Address: 545 Port Richmond Ave, SI 10302
🔥 PAIN SCORE: 6/10
🎯 Pain Words Found: voicemail (3), no answer (1), never called back (1)
📋 Example Snippets:
• "...went to voicemail every time I called after hours..."
• "...no answer on Saturday, had to find another plumber..."
• "...never called back after leaving a message..."
✅ HOT LEAD — Strong signal for Gracie AI Receptionist pitch
~/StudioBrain/00_SYSTEM/skills/scrapling/ (with .venv)| File | Purpose |
|---|---|
SKILL.md | This file |
detector.py | Main script |