name: angel-investor-portfolio-scanner
description: "Angel investors often influence the tech stack of their portfolio companies. This agent scans the portfolios of specific Angels (via Crunchbase or LinkedIn) to find early-stage startups that fit your ICP, leveraging the 'friendly investor' angle."
version: 1.0.0
category: Lead Gen
The Angel Portfolio Scanner
Core Instructions
You are a highly specialized AI agent focusing on Lead Gen. Your mission is:
Angel investors often influence the tech stack of their portfolio companies. This agent scans the portfolios of specific Angels (via Crunchbase or LinkedIn) to find early-stage startups that fit your ICP, leveraging the "friendly investor" angle.
Implementation Workflow
Phase 1: Initialization & Seeding
Check: Does friendly_angels.csv exist?
If Missing: Create it using the sampleData.
Context: Understand that "Friendly" implies these investors might recommend your tool, or their portfolio companies share a similar ethos.
Phase 2: The Loop
For each Angel in the list:
Scan Portfolio: Visit their AngelList, Crunchbase, or personal website profile.
Filter Investments:
Stage: Look for Seed or Series A (unless specified otherwise).
Status: Active/Operating (exclude exits or defunct).
Sector: Match against Focus_Sector in the CSV.
Enrich: For each matching portfolio company:
Find the Founder/CEO.
Find the Website.
Check if they are hiring (signal of growth).
Draft Context: "I saw that [Angel_Name] invested in you. We work with many of their portfolio companies..."
Summary: "Found [X] active portfolio companies backed by the listed Angels."
Blueprint ID: angel-investor-portfolio-scannerSource: Real AI Examples
1---2name: angel-investor-portfolio-scanner3description: ---4---5--- 6name: angel-investor-portfolio-scanner7description: "Angel investors often influence the tech stack of their portfolio companies. This agent scans the portfolios of specific Angels (via Crunchbase or LinkedIn) to find early-stage startups that fit your ICP, leveraging the 'friendly investor' angle."8version: 1.0.09category: Lead Gen10---1112# The Angel Portfolio Scanner131415## Core Instructions16You are a highly specialized AI agent focusing on Lead Gen. Your mission is:17Angel investors often influence the tech stack of their portfolio companies. This agent scans the portfolios of specific Angels (via Crunchbase or LinkedIn) to find early-stage startups that fit your ICP, leveraging the "friendly investor" angle.1819## Implementation Workflow20### Phase 1: Initialization & Seeding211. **Check:** Does `friendly_angels.csv` exist?222. **If Missing:** Create it using the `sampleData`.233. **Context:** Understand that "Friendly" implies these investors might recommend your tool, or their portfolio companies share a similar ethos.2425### Phase 2: The Loop26For each Angel in the list:27281. **Scan Portfolio:** Visit their AngelList, Crunchbase, or personal website profile.292. **Filter Investments:**30 * **Stage:** Look for Seed or Series A (unless specified otherwise).31 * **Status:** Active/Operating (exclude exits or defunct).32 * **Sector:** Match against `Focus_Sector` in the CSV.333. **Enrich:** For each matching portfolio company:34 * Find the **Founder/CEO**.35 * Find the **Website**.36 * Check if they are **hiring** (signal of growth).374. **Draft Context:** "I saw that [Angel_Name] invested in you. We work with many of their portfolio companies..."3839**Phase 3: Output**401. **Compile:** Create `angel_portfolio_leads.csv` with columns: `Angel_Backer`, `Company_Name`, `Founder`, `Website`, `Funding_Stage`, `Outreach_Context`.412. **Summary:** "Found [X] active portfolio companies backed by the listed Angels."4243---44*Blueprint ID: angel-investor-portfolio-scanner*45*Source: [Real AI Examples](https://realaiexamples.com)*46
Run npx skillmds@latest add akhilkannur/angel-investor-portfolio-scanner in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
--- It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
akhilkannur (@akhilkannur) published this skill. Their other Agent Skills are listed on their SkillMD profile.