Operator ToolsQuick links · PJ-only · /dashboard/tools.html

# Common CLI workflows — copy-paste from terminal # Surface NCSD coastal Prospeo-enriched leads (NEW only — no friends, no 1st-degree): python3 tools/prospeo_geo_filter.py --tier ncsd_coastal --enriched-only --new-only # Dedup an Apollo / Clay / Hunter export against your dashboard before enriching: python3 tools/dedup_against_leads.py /Users/kromeon/Downloads/apollo-export.csv # Run AEO audit on the priority pages: python3 tools/aeo_audit.py # Pull fresh SD news → build SEO pages from the signal: python3 tools/sd_news_pipeline.py --build 5 # Enrich emails with B2B filter (30% hit rate vs 0% unfiltered): python3 tools/enrich_emails_prospeo_b2b.py --limit 50 # Ship-day commit + push (skips legacy linker-mod root *.html by design): bash tools/ship-day.sh "msg here" # Keep Mac awake during background swarms (prevents agent stalls): bash tools/keep-awake.sh 2h
This page is plaintext (no encrypt needed). Bookmark it. Update by editing dashboard/tools.html and running aws s3 cp dashboard/tools.html s3://sideguysolutions-site/dashboard/tools.html --content-type "text/html" --cache-control "no-cache". CF invalidate `/dashboard/tools.html` after.