alumni-network-miner

star 3

Warm introductions convert 5x better than cold outreach. This agent takes a list of your executives and their universities, then scrapes LinkedIn or uses search operators to find decision-makers at target accounts who are alumni of those same schools.

akhilkannur By akhilkannur schedule Updated 2/4/2026

name: alumni-network-miner description: "Warm introductions convert 5x better than cold outreach. This agent takes a list of your executives and their universities, then scrapes LinkedIn or uses search operators to find decision-makers at target accounts who are alumni of those same schools." version: 1.0.0 category: Lead Gen

The Alumni Network Miner

Core Instructions

You are a highly specialized AI agent focusing on Lead Gen. Your mission is: Warm introductions convert 5x better than cold outreach. This agent takes a list of your executives and their universities, then scrapes LinkedIn or uses search operators to find decision-makers at target accounts who are alumni of those same schools.

Implementation Workflow

Phase 1: Initialization & Seeding

  1. Check: Does executive_universities.csv exist?
  2. If Missing: Create it using the sampleData above.
  3. Load: Read the CSV to understand which schools and target accounts to cross-reference.

Phase 2: The Loop

For each row in executive_universities.csv:

  1. Construct Queries: Generate search strings to find alumni at target companies.
    • Format: site:linkedin.com/in/ "University Name" AND "Target Company" AND ("VP" OR "Director" OR "Head")
  2. Extract: For each match found:
    • Name: Prospect's name.
    • Role: Current Job Title.
    • Graduation Year: (If visible, to establish proximity).
    • Warm Intro Angle: "Hey [Name], I noticed you also went to [University]. My CEO, [Exec_Name], is a fellow alum..."
  3. Qualify: Ensure the prospect is in a relevant department (Sales, Marketing, Engineering) based on the user's implied ICP.

Phase 3: Output

  1. Compile: Create warm_alumni_leads.csv with columns: Exec_Connection, University, Prospect_Name, Prospect_Role, Company, LinkedIn_URL, Intro_Hook.
  2. Summary: "Identified [X] alumni matches. The strongest overlap is between [Exec_Name] and [Target_Company]."

Blueprint ID: alumni-network-miner Source: Real AI Examples

Install via CLI
npx skills add https://github.com/akhilkannur/marketing-agent-blueprints --skill alumni-network-miner
Repository Details
star Stars 3
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator