Monday ICP prospect search + Gmail draft creation. Finds NET NEW prospects across all verticals using Apollo.
Installation
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Monday ICP prospect search + Gmail draft creation. Finds NET NEW prospects across all verticals using Apollo.
schedule
0 6 30 * * 1
timezone
America/New_York
Prospect Refresh Skill
Execute weekly net-new prospect search across all ICP verticals (Higher Ed, Courts, Gov, Corporate AV, Healthcare, Houses of Worship, K-12) using Apollo's People API. Deduplicate against existing HubSpot contacts. Enrich top 30 results. Create personalized Gmail drafts for each prospect. Output HTML report with drill-down links to HubSpot and Apollo records.
<quick_start>
Trigger: Monday 6:30 AM ET (runs after prospect-enrich) Manual Trigger: "Run prospect refresh" or "Search new ICP prospects" Dependencies: Requires HubSpot portal 21530819, Apollo credits, Gmail tkipper@epiphan.com Output: 30 net-new prospects + 30 Gmail draft emails + HTML report with HubSpot links
</quick_start>
<success_criteria>
Query Apollo for ICP title + vertical combinations (ATL-first targeting)
Deduplicate against HubSpot contacts (check email, company domain, name)
Filter Golden Rules (exclude customers, channel, device owners, etc.)
Enrich top 30: company revenue, headcount, funding, tech stack
Create Gmail draft for each prospect (personalized template per vertical)
Generate HTML report with sortable columns: name, title, company, vertical, ATL/BTL, links to HubSpot/Apollo
Include ATL/BTL tier badges and vertical ICP scores
Report: total prospects found, dedupe rate, ATL %, top 5 companies by headcount
</success_criteria>
Stage 1: Define ICP Search Matrix
Verticals (7 ICPs) with targeting weights:
Vertical
ICP Score
ATL Titles
Target Count
Budget Authority
Higher Ed
90
CIO, VP IT, Dir. of IT Services, Provost, Dean, Dir. Academic Tech
5
>$50K
Courts
85
Clerk of Court, Court Administrator, Court Executive Director, Chief Judge
4
>$75K
Government
80
City Manager, IT Director/CIO, Director of Procurement, County Admin
5
>$100K
Corporate AV
80
VP Facilities, VP IT/CIO, VP Corp Communications, Dir. Facilities Ops, Dir. IT Infra
5
>$150K
Healthcare
75
CFO, CIO, COO, VP Operations, Director of Medical Education
To: prospect.email
Subject: Epiphan + [UNIVERSITY_NAME]: Hybrid Learning Infrastructure for [SCHOOL_TYPE]
Body:
Hi [FIRST_NAME],
I was researching [UNIVERSITY_NAME]'s commitment to hybrid learning and asynchronous instruction—I noticed the shift in your academic technology strategy.
We work with schools like [REFERENCE_UNIV] to solve a specific challenge: instructor burnout from manual video streaming and recording.
[COMPANY_NAME] provides:
- Live lecture capture (no manual setup)
- Auto-recordings to your LMS
- Multi-platform distribution (Zoom, Teams, Canvas)
I'm not trying to sell—just want to understand if this is a priority this quarter for your department.
Are you the right person to discuss academic video infrastructure, or should I loop in [ROLE_IF_DIRECTOR]?
Best,
Tim
--
Epiphan Video
Template B — Courts (ICP 85):
To: prospect.email
Subject: [COURT_NAME] Remote Proceedings + Video Evidence Management
Body:
Hi [FIRST_NAME],
I was reading about [COURT_NAME]'s recent adoption of remote hearing technology. Given the volume of video evidence you're handling, I suspect you're managing multiple formats and platforms.
We partner with courts in [STATE] to centralize video evidence capture and courtroom live-streaming.
Curious: are you managing this manually today, or do you have a platform in place?
Would be worth a 15-min conversation if you're evaluating vendors this quarter.
Best,
Tim
Template C — Corporate AV (ICP 80):
To: prospect.email
Subject: [COMPANY] Boardroom Modernization — 4K Capture + Distribution
Body:
Hi [FIRST_NAME],
I noticed [COMPANY] is expanding your meeting rooms and conference infrastructure. Given your footprint, I'm guessing you're wrestling with:
- Inconsistent video quality across rooms
- Integration with Zoom/Teams/corporate network
- Archival and compliance
We've solved this for companies like [REFERENCE_CORP] (similar size/industry).
Worth a quick call to explore?
Best,
Tim
Template D — Healthcare (ICP 75):
To: prospect.email
Subject: [HOSPITAL_NAME] Medical Education + Video Evidence
Body:
Hi [FIRST_NAME],
I was researching [HOSPITAL_NAME]'s surgical training and medical education programs. I see you're ramping up simulation labs and remote mentoring.
Epiphan powers video capture and distribution for teaching hospitals doing exactly this.
Quick question: who owns your medical education video infrastructure today?
Best,
Tim
Template E — Houses of Worship (ICP 70):
To: prospect.email
Subject: [CHURCH_NAME] Livestream + Archive
Body:
Hi [FIRST_NAME],
I noticed [CHURCH_NAME] is offering both in-person and online services. Curious how you're handling the livestream and on-demand library today.
We work with churches your size to simplify setup and reach.
Might be worth exploring—no commitment.
Best,
Tim
Template F — K-12 (ICP 65):
To: prospect.email
Subject: [DISTRICT_NAME] Hybrid Learning + Board Meeting Recording
Body:
Hi [FIRST_NAME],
I was researching how [DISTRICT_NAME] is scaling hybrid learning post-pandemic. Guessing you're balancing live instruction, recordings, and board meeting transparency.
Epiphan helps districts like [REFERENCE_DISTRICT] simplify video capture across buildings.
Quick question: what's your current capture setup?
Best,
Tim
Draft Creation Logic:
Choose template based on prospect's vertical
Substitute [BRACKETS] with actual prospect/company data
Do NOT send—leave as draft for manual review
Tag draft with prospect's ATL/BTL tier + vertical ICP score
MCP Tool Parameters:
to: prospect.email
subject: [PERSONALIZED_PER_VERTICAL]
body: [TEMPLATE_WITH_SUBSTITUTIONS]
contentType: "text/plain"
HubSpot link: https://app.hubspot.com/contacts/21530819/record/0-1/{contactId} (placeholder until contact created)
Apollo link: https://app.apollo.io/search?filters... (from Apollo result)
Stage 8: Load into HubSpot (Optional Next Step)
Note: This skill outputs drafts + report. Sequence Load Skill runs 45 min later (7:15 AM) to:
Create HubSpot contacts from top 30
Validate phone numbers
Add to Apollo outreach sequence
Emit Outcome Sidecar
As the final step, write to ~/.claude/skill-analytics/last-outcome-prospect-refresh.json:
{"ts":"[UTC ISO8601]","skill":"prospect-refresh","version":"1.0.0","variant":"default","status":"[success|partial|error]","runtime_ms":[estimated ms from start],"metrics":{"prospects_found":[n],"drafts_created":[n],"atl_count":[n],"verticals_searched":[n]},"error":null,"session_id":"[YYYY-MM-DD]"}
Use status "partial" if some stages failed but results were produced. Use "error" only if no output was generated.
Skill Metadata
Version: 1.0
Last Updated: 2026-03-19
Author: Tim Kipper
Status: Production
Integration: Apollo + HubSpot (portal 21530819) + Gmail
Tier: P1 (Core BDR Automation)
Triggers: Scheduled (Monday 6:30 AM) + Manual ("Run prospect refresh")
Dependencies: prospect-enrich (runs 6:00 AM), feeds into sequence-load (7:15 AM)