people-enrichment
Installation
SKILL.md
People Enrichment & Search (People Data Labs)
One script, scripts/enrich.py, with five subcommands over PDL's Person and Company datasets. All share the same API-key handling, the boolean-PII contact logic, status flags, .xlsx styling, and a --dry-run preflight mode.
| Subcommand | Input | Output | Billing |
|---|---|---|---|
person-enrich |
list of named people | profile + work history | 1 credit / match |
person-identify |
list of people (ambiguous) | several scored candidates each | per PDL identify terms |
person-search |
criteria flags | a list of matching people | 1 credit / record returned |
company-enrich |
list of companies | firmographics | 1 credit / match |
company-search |
criteria flags | a list of matching companies | 1 credit / record returned |
The two search commands return data per result, so cost scales with --size. Always state the rough cost before a large search and keep --size modest unless the user asks for more (max 100 per request).
Scope and routing
Use this skill when the user wants PDL person/company enrichment or search for a legitimate, proportionate purpose. Do not use it to scrape LinkedIn directly, to compile an intrusive profile, or where a host environment mandates a different data provider.