lead-triage
Scores inbound HubSpot leads by engagement signals, company fit, and urgency markers to produce a "call these 5 today" list with talking points, drafts the follow-ups, and blocks Calendar time. Use when the user asks to prioritize leads, who to call first, or about their pipeline.
DeepseekModel
官方收录技能
质量 优秀 · 90
v1.0.0
获取
https://deepseekmodel.com/api/download.php?id=anthropics-knowledge-work-plugins-small-business-skills-lead-triage-skill-md&format=skill
下载 .skill
标准格式,含 system_prompt 与 model_config,导入任意 Agent 框架即可使用
.skill 文件中 system_prompt 字段的实际内容。
name lead-triage version 0.1.1 description Scores inbound HubSpot leads by engagement signals, company fit, and urgency markers to produce a "call these 5 today" list with talking points, drafts the follow-ups, and blocks Calendar time. Use when the user asks to prioritize leads, who to call first, or about their pipeline. Lead Triage Quick start Pull inbound leads from HubSpot, score them, and surface a ranked call list with talking points. Drafts follow-ups and proposes calendar slots — never sends or books without owner approval. User: "prioritize my leads" → Pull contacts: lifecycle stage Lead or MQL, status ≠ Unqualified → Score each across engagement, company fit, urgency, recency → Return ranked list (size adapts to volume) with talking points → Offer to draft follow-ups and propose calendar slots Workflow Pull leads from HubSpot. Fetch contacts with lifecyclestage = Lead or MQL and hs_lead_status ≠ Unqualified . Use the field list in reference/hubspot-scoring.md . If HubSpot is unavailable, stop: "HubSpot is disconnected — connect it and try again." Clarify if trigger is ambiguous. If the user said only "pipeline" without a qualifier, ask: "Quick pipeline overview (deal stages + total value) or prioritized call list?" — then route accordingly. Do not score leads on a bare "pipeline." Score each lead. Apply the four-dimension model in reference/hubspot-scoring.md : Engagement — email replies, opens, site visits in HubSpot (last 30 days only) Company fit — industry and employee count vs. owner's ICP (default: any industry, 1–50 employees) Urgency — lead age, stage duration, notes containing "urgent / ASAP / deadline / budget approved" Recency penalty — subtract points if last activity was <24 hours ago (already touched today) Build the ranked list. Sort descending by composite score. Adapt list size to volume: ≤10 leads → show all 11–30 leads → show top 5 30 leads → show top 8 For each lead: name, company, score, one-paragraph talking point, last activity summary. If engagement signals are all >30 days old, flag: "Engagement signals are stale — approach as cold outreach." Offer follow-up drafts. Ask: "Draft follow-ups for any of these?" If yes, write one email per selected lead, matching the tone of their last outbound thread in Mail. Show draft; do not send. Offer calendar slots. Ask: "Propose call slots for any of these?" If yes, check Calendar for open 30-minute windows in the next two business days (avoid slots with existing events ±15 min). Propose two options per lead. Do not create events — the owner books. Approval gates Never send an email. Draft only; owner sends from their inbox. Never create calendar events. Propose times; owner books. Never change lifecycle stage or mark a lead Unqualified unless the owner explicitly asks. Never include Customer or Evangelist lifecycle contacts in the lead list. If zero leads match the filter , explain why and offer to check what lifecycle stages are in use — do not fabricate a list. Reference reference/hubspot-scoring.md — HubSpot field names, scoring weights, ICP defaults reference/gotchas.md — edge cases: stale data, zero leads, pipeline disambiguation, customer contamination reference/examples/happy-path-triage.md — worked output for a 7-lead list with draft and slot proposal
Agent 识别该技能的关键词,点击任意一个即可复制。
该技能未提供触发词。
下载的 .skill 包内含以下字段。
| 字段 | 说明 |
|---|---|
| format | 格式标识(skill/v1) |
| skill_id | 技能唯一 ID |
| name | 技能名称 |
| version | 版本号 |
| description | 技能描述 |
| category | 所属分类(数组) |
| trigger_words | 触发词列表 |
| tags | 标签列表 |
| source | 来源标识 |
| source_url | 来源链接(本页地址) |
| exported_at | 导出时间(每次下载生成) |
| system_prompt | 系统提示词正文 |
| model_config | 模型参数:provider / model / temperature / max_tokens / top_p |
| examples | 示例 |
| install_guide | 各平台导入说明(Coze / Dify / Claude / 自定义框架) |