
Linkedin Url Lookup
Resolve verified LinkedIn profile URLs from a person’s name and company for outbound, enrichment, and GTM research without false-positive matches.
Overview
LinkedIn URL lookup is an agent skill most often used in Idea (also Validate scope work, Grow distribution) that resolves LinkedIn profile URLs from name and company with strict identity validation.
Install
npx skills add https://github.com/code.deepline.com --skill linkedin-url-lookupWhat is this skill?
- Recipe shortcut that still requires full deepline-gtm meta-skill routing for the user’s whole prompt
- Strict identity validation to avoid wrong-profile URL assignment
- Execution order: invoke deepline-gtm first, then read linkedin-url-lookup recipe workflow
- Name + company resolution focused workflow at deepline-gtm/recipes/linkedin-url-lookup.md
- Does not skip meta-skill sub-docs when a recipe is pre-selected
Adoption & trust: 4.6k installs on skills.sh; 1/1 security scanners passed (skills.sh audits).
What problem does it solve?
You have names and employers from a spreadsheet or LLM output but no reliable LinkedIn URLs and generic search keeps returning the wrong person.
Who is it for?
Builders running Deepline GTM who need accurate LinkedIn links for a narrow set of identities before outreach or enrichment.
Skip if: Bulk unchecked scraping without validation, or tasks unrelated to GTM where deepline-gtm routing would be overhead.
When should I use this skill?
User needs LinkedIn profile URLs from name and company within a Deepline GTM session with strict identity validation.
What do I get? / Deliverables
You get validated profile URLs aligned to the deepline-gtm recipe, with the meta-skill handling the rest of the GTM session context.
- Validated LinkedIn profile URL(s) per identity
- Session routed through deepline-gtm recipe workflow
Recommended Skills
Journey fit
Spans multiple journey phases - primary shelf plus alternate fits below.
Idea/research is the canonical shelf because identity lookup usually happens before outreach lists are finalized or campaigns ship. Research subphase covers competitor and stakeholder discovery where LinkedIn URLs are evidence, not creative copy.
Where it fits
Map five competitor founders to LinkedIn profiles before customer interviews.
Confirm advisor and design-partner URLs match the companies on your pilot shortlist.
Refresh outbound sequence contacts with validated URLs after a company rename.
How it compares
GTM recipe layer on Deepline—not a generic people-search MCP; identity checks are the product.
Common Questions / FAQ
Who is linkedin-url-lookup for?
Solo and indie operators using Deepline GTM who need trustworthy LinkedIn URLs for named contacts at specific companies.
When should I use linkedin-url-lookup?
During idea research for ICP mapping, validate when confirming interview targets, and grow when refreshing outbound lists—always after invoking deepline-gtm for the full session.
Is linkedin-url-lookup safe to install?
Treat it as part of a GTM toolchain that may use network-backed lookups; review the Security Audits panel on this page and follow deepline-gtm data-handling guidance.
Workflow Chain
Requires first: deepline gtm
SKILL.md
READMESKILL.md - Linkedin Url Lookup
# LinkedIn URL Lookup This is a recipe shortcut. It pre-selects the linkedin-url-lookup recipe but the **deepline-gtm governs the entire session**. ## Execution order 1. **Invoke `deepline-gtm`** using the Skill tool. 2. **Follow the meta-skill's full routing instructions** - analyze the user's complete prompt and load every sub-doc the meta-skill tells you to. Do not skip docs just because a recipe is pre-selected. 3. **Additionally read** the linkedin-url-lookup recipe at `../deepline-gtm/recipes/linkedin-url-lookup.md` (relative to this file) for the specific workflow. The recipe only covers one part of the task. The meta-skill handles everything else the user asked for.