AI Ark Reverse Lookup
SKILL.md
Available Context
@_platform-references/org-variables.md
AI Ark Reverse Lookup
Goal
Enrich a known contact or batch of contacts with current profile data from AI Ark.
Required Capabilities
- AI Ark API: Reverse people lookup via
ai-ark-enrichedge function
Inputs
Provide at least one identifier:
email: Contact email addresslinkedin_url: LinkedIn profile URLfull_name+company_name: Name and company combotable_id: For batch mode across a table
Execution
Single Contact
- Call
ai-ark-enrichwithaction: 'reverse_lookup'and identifier - Return enriched profile data
Batch Mode
- Call
ai-ark-enrichwithaction: 'bulk_enrich'andtable_id - Processes all rows, matching by email > LinkedIn > name+company
- Caches full response in
source_data.ai_ark(enrich-once pattern)
Credit Cost
Each reverse lookup call consumes credits. Bulk enrichment processes contacts individually (4 concurrent, rate-limited). Warn users about credit cost before batch operations.
Output Contract
Return enriched fields:
current_title,company,senioritylinkedin_url,location,photo_url- Note: Email and phone are NOT returned by reverse lookup — use the mobile-phone-finder endpoint for phone numbers