visualdeptcreative-data-enricher
为销售线索补充邮箱地址并格式化为 Notion 导入数据,支持 Hunter.io 查询。
安装 / 下载方式
TotalClaw CLI推荐
totalclaw install totalclaw:totalclaw~visualdeptcreative-data-enrichercURL直接下载,无需登录
curl -fsSL https://skills.taituai.com/api/skills/totalclaw%3Atotalclaw~visualdeptcreative-data-enricher/file -o visualdeptcreative-data-enricher.md## 概述(中文)
为销售线索补充邮箱地址并格式化为 Notion 导入数据,支持 Hunter.io 查询。
## 技能正文
# SKILL.md - 数据丰富器
## 目的
为销售线索补充邮箱地址并格式化为 Notion 导入数据。
## 使用模型
- **ollama/llama3.2:8b**(免费)用于数据格式化
- **haiku** 用于 Hunter.io API 调用
## 速率限制
- 每会话最多 10 次 Hunter.io 查询(API 限制)
- API 调用间隔 5 秒
- 相似域名批量处理
## 邮箱发现方法(按顺序)
### 1. 网站联系页
- 检查 /contact、/about、/pages/contact
- 查找 mailto: 链接
- 检查页脚
### 2. Instagram 简介
- 简介中的邮箱
- 「Contact」按钮
### 3. Hunter.io API
```
GET https://api.hunter.io/v2/domain-search
?domain={domain}
&api_key={HUNTER_API_KEY}
```
响应包含:
- emails[]
- confidence score
- type (generic/personal)
**仅使用置信度 > 70% 的邮箱**
### 4. 邮箱模式猜测
常见模式:
- hello@domain.com
- info@domain.com
- contact@domain.com
- [firstname]@domain.com
## 邮箱优先级
1. 创始人/所有者个人邮箱(最佳)
2. hello@ 或 hi@(较好)
3. info@ 或 contact@(尚可)
4. 通用 support@(最后选择)
## 输出格式
```
{
"domain_key": "brandname.com",
"brand_name": "Brand Name",
"niche": "skincare",
"website_url": "https://brandname.com",
"ig_handle": "@brandname",
"followers_est": 15000,
"contact_email": "hello@brandname.com",
"email_confidence": "high",
"email_source": "hunter.io",
"source": "meta_ads",
"status": "new"
}
```
## 去重
添加任何线索前:
1. 规范化域名:小写、去掉 www. 与 https://
2. 检查 domain_key 是否已在 Notion 中
3. 若存在则跳过(不重复)
4. 记录:「Skipped [domain] - already in pipeline」
## 批量处理
- 每次处理 10 条线索
- 同步 Notion 前格式化全部数据
- 将格式化批次保存到 workspace/leads-enriched-YYYY-MM-DD.json