comprehensive-enrichment
comprehensive-enrichment
When To Use
Use when the user wants maximum data plus correctness on a person and/or company — from any single identifier (email, name + company, LinkedIn URL, domain, or company name). The skill fans out across many data providers, cross-references them, and lets the user compile a full profile. Person enrichment naturally cascades into company enrichment: once an employer domain is known, the company steps fill in overview, funding, products, and competitors.
All provider calls are MPP on Tempo through the SELAT Router. Every step settles through the SELAT Router.
Workflow
- Install:
selat skill install comprehensive-enrichment - Run:
selat skill run comprehensive-enrichment --email john@stripe.com --firstName John --lastName Doe --company Stripe --domain stripe.com --linkedinUrl https://linkedin.com/in/johndoe --pricingUrl https://stripe.com/pricing - The CLI compiles each manifest step into a
selat-paypayment (one capped MPP payment per step, via the SELAT Router), runs them in order, and prints a per-step ✓/✗ status summary.
Provide only the params you have — leave the rest empty. Person-only inputs (email, name, LinkedIn) drive the person steps; company inputs (domain, company) drive the company steps. Supplying both yields the full person + company profile.
Step groups (in manifest order):