skills/sixtysecondsapp/use60/Explorium People Search

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-search edge 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, Partner
  • departments: Department filter — Sales, Engineering, Marketing, Product, Finance, Operations
  • countries: 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 file
  • business_ids: Scope to specific Explorium business IDs (from a prior company search)
  • per_page: Results per page (default 25, max 100)

Execution

  1. Confirm intent: clarify any ambiguous role or seniority filters
  2. Warn the user: "This search will cost 2 platform credits. Proceed?"
  3. On confirmation, call explorium-search with action: 'people_search' and provided filters
  4. Present a summary: prospects found, CRM duplicates excluded, Ops table created
  5. Offer to chain into explorium-enrich to 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 — pass business_ids from the company results to scope contacts to matched accounts
  • Chain into explorium-enrich with enrich_type: contact_details to obtain verified emails and phone numbers
  • Part of the seq-explorium-icp-discovery sequence
Weekly Installs
0
First Seen
Jan 1, 1970