What problem does it solve? Running LinkedIn Sales Navigator searches from a coding agent requires resolving company and title filters to LinkedIn IDs, paginating large result sets, and persisting results across turns. This Skill orchestrates that entire flow through the Powerset Search MCP so leads, mutual connections, and enriched profiles are captured in durable local files and Supabase artifacts. ## Core Features & Use Cases - Filter Resolution: Converts free-text company names and titles into LinkedIn company IDs and canonical title strings via sales_nav_resolve, with structured fallbacks (past-company IDs before keyword search). - Persisted Paginated Search: Runs sales_nav_search with server-side artifact persistence by default, then pages results through get_artifact instead of re-running expensive searches. - Local Handoff & Export: Normalizes MCP responses into leads.jsonl, mutuals.jsonl, and user-facing CSV exports, plus enrichment of visible leads with full profile fields. - Use Case: Ask "find LinkedIn leads in the finance department at Brookfield" and the skill resolves the company, runs a multi-query search plan, enriches the visible leads, resolves mutual LinkedIn URLs, and exports CSVs. ## Quick Start Use the sales-nav-search skill to find LinkedIn leads who work in the finance department at Brookfield and export the results to CSV.