skills/us-founder-scout/SKILL.md
# US Founder Scout **Status:** Jordan-only access **Version:** 1.0.0 **Triggers:** `us founder scout`, `american founder scout`, `approached founder` Automated scouting for US tech founders and operators who are about to start new companies — before they announce or raise. Uses LinkedIn and Twitter/X browser automation to search for people, analyze profiles, and detect early signals. All tracking is local — no HubSpot sync. ## Features ### Target Profile - US tech founders, CTOs, VPs who rec
npx skillsauth add navotvolkgroundup/groundup-toolkit skills/us-founder-scoutInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Status: Jordan-only access
Version: 1.0.0
Triggers: us founder scout, american founder scout, approached founder
Automated scouting for US tech founders and operators who are about to start new companies — before they announce or raise. Uses LinkedIn and Twitter/X browser automation to search for people, analyze profiles, and detect early signals. All tracking is local — no HubSpot sync.
Monitored via browser search in addition to LinkedIn activity:
The scan rotates through these seed lists. Each run picks 2-3 sources to stay within rate limits.
People who worked at these $50M+ raised companies and recently left or changed roles:
Defense: Anduril, Shield AI, Epirus, Rebellion Defense, Vannevar Labs, Onebrief, Sarcos
Robotics: Figure AI, Physical Intelligence, Apptronik, Mytra, Gecko Robotics, Agility Robotics, Hadrian, Machina Labs
Energy: X-energy, Koloma, Commonwealth Fusion, Antora Energy, Form Energy, Electric Hydrogen, Solugen
Space: Astranis, Varda Space, Hermeus, Relativity Space, Albedo, True Anomaly, Apex Space
Mobility: Waabi, Gatik, Kodiak Robotics, Nuro, Einride, Plus.ai
Smart Agriculture: Plenty, Monarch Tractor, Field AI, AppHarvest
LinkedIn search logic:
People who previously worked at a Ground Up portfolio company and show founding signals. These are warm leads — GUP has existing relationships and can provide direct intros.
Fund I: 402, Accrue Savings, Array, BuildOps, Daily.co, Dandelion Energy, Disco, EliseAI, Flyp, Glass Imaging, Jones, Komodor, Openlayer, PDQ, Pipe, Postmoda, Tolstoy, TrueHold, Tulu, Upfort, Younity
Fund II: Axo Neurotech, Baba, Covenant, Dialogue, Dialogica, Draftboard, FutureLot, G2, Harbinger, Hello Wonder, HyWatts, Kela, Lenkie, Meridian, Nevona.AI, Ownli, Panjaya, Phase Zero, Pillar Security, Portless, PreQl, Proov.ai, Real, Reap, Refine Intelligence, Ritual, StarCloud, TermScout, ThreeFold, TripleWhale, Unit.AI, Weave, Zealthy, Zeromark
Flag in DB: source = "gup_alumni" — surface at top of briefings.
Note context: which portfolio company, and flag for warm intro potential.
YC batches (W22–W25), a16z Scout, Sequoia Arc, Lux Capital portfolio operators
People at companies acquired in the last 18 months (sourced via Crunchbase browse)
LinkedIn 2nd-degree connections from team members (Jordan, Cory, David, Navot, Allie)
# Daily scan — run rotated LinkedIn + Twitter/X searches, detect signals
us-founder-scout scan
# Weekly briefing — compile summary (printed to stdout / log)
us-founder-scout briefing
# Re-scan existing tracked people
us-founder-scout watchlist-update
# View current state
us-founder-scout status
# Manually add a person
us-founder-scout add "Name" "https://linkedin.com/in/username" [--twitter @handle]
# Dismiss a tracked person
us-founder-scout dismiss <id>
# Mark a person as approached (by name)
us-founder-scout approach "Jake Saper"
# Mark a person as approached (by DB id)
us-founder-scout approach-id 42
IMPORTANT — When Jordan says something like:
The assistant MUST:
us-founder-scout approach "<person name>" to mark them as approachedIf the person is not in the watchlist, tell the user and offer to add them first with us-founder-scout add.
Requires these keys in .env:
ANTHROPIC_API_KEY — for Claude signal analysisBoth sessions must be logged in and available before a scan will run. The scan aborts if either session is unavailable.
No Twitter API key or developer account needed.
Add these to Christina's crontab:
# Daily scan at 7:00 AM UTC
0 7 * * * . /root/.env && /usr/bin/python3 /root/.openclaw/skills/us-founder-scout/scout.py scan >> /var/log/us-founder-scout.log 2>&1
# Weekly briefing Sunday 8:00 AM (printed to stdout / log)
0 8 * * 0 . /root/.env && /usr/bin/python3 /root/.openclaw/skills/us-founder-scout/scout.py briefing >> /var/log/us-founder-scout.log 2>&1
# Watchlist re-scan Mon/Wed/Fri at 14:00
0 14 * * 1,3,5 . /root/.env && /usr/bin/python3 /root/.openclaw/skills/us-founder-scout/scout.py watchlist-update >> /var/log/us-founder-scout.log 2>&1
All tracked founders are stored in a local SQLite DB. No external CRM sync. Schema includes:
id, name, linkedin_url, twitter_handlesignal_tier, last_signal, last_scannedstatus — OPEN or APPROACHEDsource — deeptech_alumni, gup_alumni, accelerator, exit_list, network, manualsource_company — which company they came from (used for warm intro context)notes — freeform field for manual contextDatabase stored at: ~/.groundup-toolkit/us-founder-scout/founders.db
This skill is restricted to Jordan Odinsky. Only Jordan can trigger scans, update the watchlist, or modify tracking.
Attempting to run as another user will result in an access denied error.
tools
Call a team member's phone when someone pings them on WhatsApp. Only team members can use this.
tools
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.
tools
Log meeting notes (Granola, manual, etc.) to HubSpot portfolio company records via WhatsApp or Telegram.
development
# Meeting Bot Auto-joins meetings the assistant is invited to, records them, and extracts action items. ## Current Version: V1.5 **V1.5 Features:** - Auto-joins meetings the assistant is invited to - **Now uses Camoufox** for better fingerprinting resistance - Records with Google Meet native recording - Extracts to-dos and meeting summary - Emails summary to configured alert recipient after meeting **V2 (Planned):** - Email each team member their individual action items ## Usage ### Automa