antigravity-skills/.agent/skills/lead-gen-sales/SKILL.md
Generate, scrape, classify, and enrich business leads for sales outreach. Use when asked to find leads, scrape businesses, build prospect lists, classify leads by industry, enrich emails, or create proposals.
npx skillsauth add aiagentwithdhruv/automation lead-gen-salesInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Scrape, classify, enrich, and manage business leads using Apify, LLM classification, and Google Sheets.
python3 scripts/scrape_apify.py \
--query "INDUSTRY" --location "LOCATION" --max_items 25 \
--no-email-filter --output .tmp/test_leads.json
# Small (<1000 leads)
python3 scripts/scrape_apify.py \
--query "INDUSTRY" --location "LOCATION" --max_items COUNT \
--no-email-filter --output .tmp/leads.json
# Large (1000+ leads) — parallel with geographic partitioning
python3 scripts/scrape_apify_parallel.py \
--query "INDUSTRY" --total_count 4000 --location "United States" \
--strategy regions --no-email-filter
python3 scripts/classify_leads_llm.py \
.tmp/leads.json --classification_type product_saas --output .tmp/classified.json
python3 scripts/update_sheet.py .tmp/leads.json --title "Leads - INDUSTRY"
python3 scripts/enrich_emails.py SHEET_URL
The ONLY deliverable is the Google Sheet URL. Local files in .tmp/ are temporary.
APIFY_API_TOKEN
GOOGLE_APPLICATION_CREDENTIALS
ANTHROPIC_API_KEY
ANYMAILFINDER_API_KEY
content-media
Find viral YouTube videos in your niche for competitive intelligence. Use when user asks to find YouTube outliers, monitor competitors, or track viral videos.
tools
Send welcome email sequence to new clients. Use when user asks to send welcome emails, onboard new client with emails, or trigger welcome sequence.
tools
Complete video editing toolkit - silence removal, auto-captions, vertical crop, YouTube clipping, 3D transitions, and social media compression. Use when user asks to edit video, remove silences, add captions/subtitles, crop to vertical/shorts, download YouTube clips, compress video, or create video teasers.
tools
Scrape Upwork jobs and generate personalized proposals with cover letters. Use when user asks to find Upwork jobs, create Upwork proposals, or apply to Upwork listings.