| name | investor-enrich |
| version | 1.0.0 |
| description | Deep-research any investor online (LinkedIn, Crunchbase, Twitter, fund website) and
build a comprehensive intelligence profile. Saves to intel/investors/ for use by
/investor-intelligence scoring, messaging, and /create-dd-robotflow pipeline.
|
| allowed-tools | ["Bash","Read","Grep","Glob","WebFetch","WebSearch","Write","AskUserQuestion"] |
Investor Enrichment — Deep Research & Profile Builder
When to Use
- "research @handle", "enrich investor", "add investor data", "who is this investor"
- User pastes a Telegram handle, LinkedIn URL, or fund name
Workflow
Step 1 — Identify the Target
Extract from user input: Telegram handle, name, fund name, or LinkedIn URL.
If master list exists (intel/tech-hy-investors.md), look up the person there first.
Step 2 — Online Research
Use WebSearch and WebFetch to find ALL available information:
- LinkedIn —
site:linkedin.com/in/ "FirstName LastName"
- Current role, past roles, education, connections
- Posts about investment thesis, sectors of interest
- Twitter/X —
site:x.com "name" OR "@handle"
- Follower count, recent posts, engagement patterns
- Crunchbase —
site:crunchbase.com "fund name" OR "person name"
- Fund size, portfolio companies, investment stages
- Fund website — search for the fund's domain
- Team page, portfolio, thesis, geography focus
- Google News —
"name" AND ("invest" OR "fund" OR "raise")
- Recent press, deals, conferences attended
Step 3 — Write Individual Profile
Save to intel/investors/{telegram_handle_or_slug}.md:
---
name: Full Name
telegram: @handle
linkedin: URL
twitter: URL
fund: Fund Name
fund_website: URL
role: Title @ Fund
type: VC | Angel | Family Office | Accelerator | Syndicate
stage_focus: Pre-seed | Seed | Series A | Growth | Multi-stage
sector_focus: [AI, Robotics, DeFi, Gaming, Infrastructure]
ticket_size: $XXk - $XXM
geography_base: Where they live
geography_invest: Where they invest
status: active | inactive | unknown
last_enriched: YYYY-MM-DD
---
## Profile Summary
One paragraph of who they are and why they matter.
## The Person
- Location, timezone
- Background, education, cultural context
- Languages
- Personality: formal/casual/meme-poster/thought-leader
- Interests beyond investing
- Communication style
- Values
## Professional Background
Career history, education, board seats, media appearances.
## Investment Thesis
What they look for, what excites them.
## Portfolio (Known)
- Company — stage, year
## Online Presence
All URLs with follower/connection counts.
## Key Quotes / Signals
Notable quotes revealing their thinking.
## BD Notes
- Warm intro path
- Approach angle for our project
- Best time/way to reach
Step 4 — Update Master Database
Append or update in intel/tech-hy-investors.md
Step 5 — Report
Tell user what was found and what gaps remain.
Batch Mode
"enrich all investors" or "enrich batch" — process up to 5 at a time, prioritizing those with LinkedIn URLs.
Rules
- NEVER contact or message the investor — research only
- NEVER fabricate information — mark unknowns as "unknown"
- Always include
last_enriched date
- Skip group admins (Michael Hypov, Anna, HypovTeam)