Explorium People Search
SKILL.md
Available Context
@_platform-references/org-variables.md
Explorium People Search
Goal
Search Explorium's prospect database to find decision-makers and contacts matching role, seniority, and company criteria. Results are written to a new Ops table, with known CRM contacts automatically excluded.
Credit Cost
Each people search costs 2 platform credits regardless of result count. Always confirm with the user before executing.
Required Capabilities
- Explorium API: People search endpoint via
explorium-searchedge function (action: 'people_search') - Ops Tables: Writes results to a new or existing Ops table
Inputs
job_title: Role title — e.g. VP Sales, CTO, Head of Marketing, Founder. Partial matching supported.include_related_titles: Expand to equivalent titles (default true)seniorities: Seniority enum — C-Suite, VP, Director, Manager, Senior, Entry-Level, Owner, Partnerdepartments: Department filter — Sales, Engineering, Marketing, Product, Finance, Operationscountries: Geographic filter — e.g.['United States', 'Germany']employee_ranges: Filter by employer size — e.g.[{ min: 50, max: 500 }]has_email: Only return contacts with verified email on filebusiness_ids: Scope to specific Explorium business IDs (from a prior company search)per_page: Results per page (default 25, max 100)
Execution
- Confirm intent: clarify any ambiguous role or seniority filters
- Warn the user: "This search will cost 2 platform credits. Proceed?"
- On confirmation, call
explorium-searchwithaction: 'people_search'and provided filters - Present a summary: prospects found, CRM duplicates excluded, Ops table created
- Offer to chain into
explorium-enrichto add verified contact details
Output Contract
Results are written to an Ops table with columns:
- Name, Title, Seniority, Department, Company, Company Size, Country, LinkedIn, Email (if available)
Show dedup summary: "Found X prospects — Y already in your CRM, Z net new contacts added to [Table Name]."
Chaining
- Typically used after
explorium-company-search— passbusiness_idsfrom the company results to scope contacts to matched accounts - Chain into
explorium-enrichwithenrich_type: contact_detailsto obtain verified emails and phone numbers - Part of the
seq-explorium-icp-discoverysequence