crustdata-supabase
Installation
SKILL.md
CrustData + Supabase Prospect Search
Search for ICP-matching leads using CrustData's People Search API with automatic deduplication against a Supabase database. Each run fetches only net-new leads — existing database entries are excluded at the API level via CrustData's exclude_profiles feature.
Prerequisites (One-Time Setup)
1. Supabase Project
You need a Supabase project with URL and service role key. Add to .env:
SUPABASE_URL=https://xxx.supabase.co
SUPABASE_SERVICE_ROLE_KEY=eyJ...
2. Database Tables
The full database schema lives in tools/supabase/schema.sql. Run it via the Supabase SQL Editor or using the setup script:
Related skills