Token导航 LogoToken导航TokenDH.com
研究检索external-servicegithub未标认证来源可访问许可证需确认审计提醒

prospect-refresh前景刷新

Agent Skill

prospect-refresh 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

220

周安装

9

GitHub Stars

12

下载量

71
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:prospect-refresh(前景刷新)
来源仓库:https://github.com/scientiacapital/skills
仓库路径:skills/prospect-refresh
安装命令:
npx skills add https://github.com/scientiacapital/skills --skill prospect-refresh
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/scientiacapital/skills --skill prospect-refresh

简介

prospect-refresh 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中快速定位候选结果。

  • 适用于需要根据关键词或任务场景进行信息搜索与筛选的研究检索场景。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装并使用。
  • 安装前建议确认权限范围、维护状态及是否涉及联网或文件操作。
  • 具体用法可参考原始 README 和 SKILL.md 文档进一步核验。

SKILL.md

Prospect Refresh Skill

<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:

VerticalICP ScoreATL TitlesTarget CountBudget Authority
Higher Ed90CIO, VP IT, Dir. of IT Services, Provost, Dean, Dir. Academic Tech5>$50K
Courts85Clerk of Court, Court Administrator, Court Executive Director, Chief Judge4>$75K
Government80City Manager, IT Director/CIO, Director of Procurement, County Admin5>$100K
Corporate AV80VP Facilities, VP IT/CIO, VP Corp Communications, Dir. Facilities Ops, Dir. IT Infra5>$150K
Healthcare75CFO, CIO, COO, VP Operations, Director of Medical Education4>$100K
Houses of Worship70Senior Pastor, Executive Pastor, Finance Committee Chair, Facilities Chair4>$25K
K-1265Superintendent, CTO/Dir. Tech Services, Dir. Instructional Tech, Building Principal3>$10K

Total Target: 30 prospects (weighted by ICP score)


Stage 2: Query Apollo via People API Search

MCP Tool: apollo_mixed_people_api_search

Search Loop (iterate per vertical):

organization_locations: ["United States", "Canada"]
person_titles: [ATL_TITLES_FOR_VERTICAL]
organization_keyword_tags: [VERTICAL_KEYWORD] # e.g., "Higher Ed", "Education"
person_seniorities: ["c_suite", "vp", "director"]
organization_num_employees_ranges: [HEADCOUNT_RANGE_FOR_VERTICAL]
page: 1
per_page: 25

Example Query (Higher Ed):

person_titles: ["Chief Information Officer", "CIO", "VP Information Technology", "VP of IT", "Director of IT Services", "Director of Technology", "Provost"]
organization_keyword_tags: ["Higher Education", "Education", "University", "College"]
organization_num_employees_ranges: ["51,200", "201,500", "501,1000", "1001,5000", "5001,10000"]
person_locations: ["United States", "Canada"]

Output per vertical: Up to 25 results (name, email, title, organization, location, person_id, organization_id)


Stage 3: Deduplicate Against HubSpot

MCP Tool: search_crm_objects (HubSpot)

For each Apollo result, check:

filterGroups: [
  {
    filters: [
      { propertyName: "email", operator: "EQ", value: apollo_result.email }
    ]
  },
  {
    filters: [
      { propertyName: "company", operator: "CONTAINS_TOKEN", value: apollo_result.organization_name }
    ]
  }
]

Exclusion Logic:

  • If email exists in HubSpot → SKIP
  • If company + similar name exists → SKIP
  • If domain in blacklist (channel, device owners, etc.) → SKIP
  • Otherwise → KEEP

Expected Dedup Rate: 40-60% of Apollo results removed (existing contacts)


Stage 4: Apply Golden Rules + ATL/BTL Filter

Golden Rules (Hard Exclusions):

  • Skip if company in crm_customers (customer check)
  • Skip if contact tagged "Channel Partner"
  • Skip if job title contains BTL keywords: Technician, Support, Intern, Admin, Engineer (non-director), Operator
  • Skip if title in NEVER ATL list (Warehouse Manager, Network Admin, AV Tech, etc.)
  • Keep: USA/Canada only, public company or funded (exclude bootstraps <$1M)

ATL/BTL Classification (per CLAUDE.md):

ATL Tier (Always Prospect):

  • Chief (C-suite), VP, Director (IT/Tech/Facilities), Provost, Dean
  • Court Administrator, Clerk of Court, City Manager, Senior Pastor

GRAY Tier (Budget Authority >$25K Required):

  • Manager roles with Director+ reporting line
  • Department Chair (context-dependent)
  • Program Director (dept-level budget only)

BTL Tier (Skip for ATL-first targeting):

  • Technician, Specialist, Coordinator, Support, Administrator
  • Engineer (non-director), Operator, Instructor, Designer, Assistant
  • Help Desk, Intern, Volunteer

Output after filtering: Typically 50-60% of dedup results (15-18 prospects per vertical)


Stage 5: Enrich Top 30 Results

MCP Tool: apollo_organizations_enrich (for company data)

For each retained prospect:

domain: organization.domain (from Apollo result or extract from email)

Enrich fields:

  • annual_revenue, headcount, founded_year
  • latest_funding_amount, latest_funding_date
  • website, industry, keyword_tags
  • technologies (current tech stack)

MCP Tool: find-and-enrich-contacts-at-company (Clay fallback for company data)

If Apollo org enrichment incomplete:

companyIdentifier: prospect.domain
dataPoints: {
  companyDataPoints: [
    { type: "Latest Funding" },
    { type: "Tech Stack" },
    { type: "Company Customers" }
  ]
}

Stage 6: Create Gmail Drafts (One per Prospect)

MCP Tool: gmail_create_draft

Per-Vertical Email Templates (Personalized):

Template A — Higher Ed (ICP 90):

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"

Stage 7: Generate HTML Report

Output Format: Self-contained HTML file with:

Report Header:

  • Execution date/time
  • Total prospects found (Apollo)
  • Dedupe rate %
  • Final net-new count
  • ATL/BTL breakdown
  • Top 5 verticals by prospect count

Sortable Table (JavaScript):

NameTitleCompanyVerticalICPATL/BTLHeadcountRevenueGmail DraftHubSpot LinkApollo Link
Jane SmithCIOHigher Education UnivHigher Ed90ATL8,500$2.1B✓ Draft[link][link]
Bob JonesCourt AdminState Supreme CourtCourts85ATL450$120M✓ Draft[link][link]

Summary Section:

  • Top 5 companies by headcount
  • Top 5 companies by funding (if available)
  • Vertical breakdown (counts by ICP)
  • ATL % vs. BTL % in results
  • Recommended dial priority (ATL first, >$500M revenue second)

Links Format:

  • 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)

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

36.97%
按下载量换算26

Claude

28.12%
按下载量换算20

Cursor

18.34%
按下载量换算13

Gemini CLI

8.26%
按下载量换算6

安全审计

Gen Agent Trust Hub

通过

Socket

可疑

Snyk

可疑

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills