PluginBench
Skill
Pass
Audit score 90

linkedin-url-lookup

code.deepline.com

Resolve LinkedIn profile URLs from name + company with strict identity validation.

What is linkedin-url-lookup?

This skill resolves LinkedIn profile URLs by matching a person's name and company information with strict identity validation to minimize false positives. Use it when you need to find verified LinkedIn profiles for outreach, research, or verification purposes.

  • Matches name and company information to find LinkedIn profiles
  • Applies strict identity validation to avoid false positive matches
  • Returns verified LinkedIn profile URLs
  • Integrates with the deepline-gtm meta-skill for complete workflow routing
  • Follows a defined recipe workflow for consistent execution

How to install linkedin-url-lookup

npx skills add null --skill linkedin-url-lookup
Prerequisites
  • deepline-gtm meta-skill must be invoked to govern the session
  • Access to the linkedin-url-lookup recipe file at ../deepline-gtm/recipes/linkedin-url-lookup.md
Claude Code
Cursor
Windsurf
Cline

How to use linkedin-url-lookup

  1. 1.Invoke the deepline-gtm meta-skill using the Skill tool
  2. 2.Follow the meta-skill's routing instructions and load all required sub-documents
  3. 3.Read the linkedin-url-lookup recipe for the specific workflow
  4. 4.Provide the person's name and company information
  5. 5.Review the validation results to confirm identity match before using the URL

Use cases

Good for
  • Finding LinkedIn profiles for sales outreach or recruitment
  • Verifying a person's professional identity before engagement
  • Building verified contact lists with LinkedIn URLs
  • Researching professionals at specific companies
  • Validating candidate information during hiring processes
Who it's for
  • Sales and business development professionals
  • Recruiters and talent acquisition teams
  • Research and due diligence specialists
  • Marketing professionals building prospect lists
  • Anyone needing verified LinkedIn contact information

linkedin-url-lookup FAQ

What makes this different from a basic LinkedIn search?

This skill applies strict identity validation to avoid false positives, ensuring you get the correct person's profile by matching both name and company information.

Do I need to use deepline-gtm separately?

No, this skill pre-selects the linkedin-url-lookup recipe, but deepline-gtm governs the entire session and handles routing and additional instructions.

What information do I need to provide?

You need at minimum a person's name and their company to resolve their LinkedIn profile URL.

How accurate is the identity validation?

The skill uses strict validation rules to minimize false positives, but results should be reviewed to confirm the correct person was matched.

Full instructions (SKILL.md)

Source of truth, from code.deepline.com.


name: linkedin-url-lookup description: "Resolve LinkedIn profile URLs from name + company with strict identity validation to avoid false positives."

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.