一键导入
founder-scout
Proactively discover Israeli tech founders about to start new companies via LinkedIn signals. Syncs leads to HubSpot and tracks approach status.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Proactively discover Israeli tech founders about to start new companies via LinkedIn signals. Syncs leads to HubSpot and tracks approach status.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Automated WhatsApp notifications for upcoming calendar meetings + on-demand next meeting queries. Sends reminders 10 minutes before meetings and provides rich attendee context on request.
Log meeting notes (Granola, manual, etc.) to HubSpot portfolio company records via WhatsApp or Telegram.
Generate content in each team member's voice with adaptive voice learning via WhatsApp.
Deep investment evaluation — 12-section VC analysis from pitch decks with web research, parallel AI analysis, and multi-channel delivery.
Monthly review of Keep on Radar deals with company research updates. Sends digest to deal owners and handles actions (pass, keep, add note) via email reply or WhatsApp.
Access Google Calendar, Gmail, and Google Docs/Drive using gws-auth CLI. Download Google Docs, manage calendar events, and send emails.
| name | founder-scout |
| description | Proactively discover Israeli tech founders about to start new companies via LinkedIn signals. Syncs leads to HubSpot and tracks approach status. |
| homepage | https://groundup.vc |
| metadata | {"clawdbot":{"emoji":"🔍"}} |
Automated scouting for Israeli tech founders and operators who are about to start new companies — before they announce or raise. Uses LinkedIn browser automation exclusively to search for people, analyze profiles, and detect early signals. Syncs discovered founders to HubSpot as leads.
# Daily scan — run rotated LinkedIn searches, detect signals
founder-scout scan
# Weekly briefing — compile and email summary
founder-scout briefing
# Re-scan existing tracked people
founder-scout watchlist-update
# View current state
founder-scout status
# Manually add a person
founder-scout add "Name" "https://linkedin.com/in/username"
# Dismiss a tracked person
founder-scout dismiss <id>
# Sync all tracked people to HubSpot as lead contacts
founder-scout sync-hubspot
# Mark a person as approached (by name)
founder-scout approach "Yuval Lev"
# Mark a person as approached (by DB id)
founder-scout approach-id 42
IMPORTANT — Assistant behavior for approach tracking:
When a user says something like:
The assistant MUST:
founder-scout approach "<person name>" to mark them as approachedhs_lead_status to CONTACTED)If the person is not in the watchlist, tell the user and offer to add them first with founder-scout add.
Founder Scout syncs tracked people to HubSpot as contacts with lifecyclestage = lead.
These custom properties should exist in HubSpot (create them manually if needed):
scout_signal_tier (text) — High / Medium / Low signal tierscout_last_signal (text) — Latest signal descriptionhs_linkedinid — LinkedIn profile URLhs_lead_status — OPEN (default) or CONTACTED (approached)lifecyclestage — Set to "lead"Run founder-scout sync-hubspot after each daily scan (add to cron):
# Sync to HubSpot at 7:30 AM (after 7 AM scan completes)
30 7 * * * load-env.sh founder-scout -- scout.py sync-hubspot
Requires these keys in .env:
ANTHROPIC_API_KEY — for Claude signal analysisMATON_API_KEY — for HubSpot sync via Maton gateway# Daily scan at 7:00 AM
0 7 * * * load-env.sh founder-scout -- scout.py scan
# Sync leads to HubSpot at 7:30 AM
30 7 * * * load-env.sh founder-scout -- scout.py sync-hubspot
# Weekly briefing Sunday 8:00 AM
0 8 * * 0 load-env.sh founder-scout -- scout.py briefing
# Watchlist re-scan Wed/Sat 14:00
0 14 * * 3,6 load-env.sh founder-scout -- scout.py watchlist-update
The LinkedIn browser skill must be configured and running. The scan will abort if the browser session is unavailable.
Reports are sent to team members configured in config.yaml.