linkedin-waterfall

Finds LinkedIn profiles via staged Fiber, Sixtyfour, and PDL waterfall from partial inputs.

Updated Apr 19, 2026
One-click install
npx skills add https://github.com/marmikcfc/pepper-skills --skill linkedin-waterfall
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: linkedin-waterfall
Source: https://github.com/marmikcfc/pepper-skills/tree/main/skills/linkedin-waterfall
Command: npx skills add https://github.com/marmikcfc/pepper-skills --skill linkedin-waterfall

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly locate LinkedIn profiles from limited inputs (name, email, or GitHub) using a cost-aware three-step provider waterfall to reduce manual search time.

Core Features & Use Cases

  • Orchestrates a three-provider waterfall (Fiber → Sixtyfour → PDL) to find LinkedIn profiles with work history where possible
  • Supports matching on partial data (name, email, or GitHub) and produces a structured LinkedIn result
  • Use case: enrich CRM records, verify identities for recruitment, or resolve profiles across noisy data sources

Quick Start

Provide a person’s name, email, or GitHub URL to trigger the 3-step waterfall and retrieve the LinkedIn profile.

Frequently Asked Questions about linkedin-waterfall

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find a LinkedIn profile using just a name and email?

Find a LinkedIn profile from a name and email by passing the partial data through a three-step provider waterfall. The staged calls resolve identities across noisy data sources and return a structured LinkedIn URL.

What's the best way to automate LinkedIn lookup for CRM data enrichment?

Automate LinkedIn lookup for CRM enrichment by triggering a cost-aware provider waterfall with a person's name, email, or GitHub URL. It orchestrates staged data source calls to reduce manual search time and returns structured profile results.

Can I resolve LinkedIn profiles using a GitHub username?

Resolve LinkedIn profiles using a GitHub username by providing it as input to the identity waterfall. The process matches GitHub URLs to individuals and extracts the corresponding linkedin_url with work history where possible.

How does an identity waterfall work for background checks?

An identity waterfall works for background checks by executing staged calls across multiple data providers. It attempts profile resolution sequentially, validating results and handling no-match scenarios before proceeding to the next provider.

What happens if no LinkedIn match is found during profile resolution?

If no LinkedIn match is found during profile resolution, the waterfall handles the no-match scenario by moving to the next provider in the sequence. This staged approach ensures all available data sources are queried before returning empty.

Do I need API keys for data enrichment providers to use this waterfall?

Data enrichment providers in the waterfall require API access to execute staged calls. The process orchestrates requests across multiple identity resolution services to extract and validate LinkedIn profiles from partial input data.