返回顶部
e

enrich-layer Enrich层API

Enrich company, person, and contact data with 25 tools via the Enrich Layer API. Look up companies, find decision-makers, get work emails, search employees, verify contacts, and more.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 0.2.0
安全检测
已通过
238
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

enrich-layer

丰富层

该技能通过MCP连接到丰富层API,为您提供25个工具,用于从专业网络中丰富公司、个人、联系人、学校和职位数据。

设置

将丰富层MCP服务器添加到您的OpenClaw MCP配置中:

json
{
mcpServers: {
enrich-layer: {
command: npx,
args: [-y, @verticalint-michael/enrich-layer-mcp],
env: {
ENRICHLAYERAPIKEY: ${ENRICHLAYERAPIKEY}
}
}
}
}

enrichlayer.com/dashboard 获取您的API密钥。



可用工具(25个)

公司(7个工具)

  • - enrichcompanyprofile — 从专业网络URL获取结构化公司数据。返回名称、行业、规模、描述、专长、融资等信息。费用:1积分。可选附加项(每个1积分):categories、fundingdata、exitdata、acquisitions、extra。
  • enrichcompanylookup — 通过名称或域名查找公司,获取其专业网络URL。至少提供companyname或companydomain之一。可选择传入companylocation作为ISO 3166-1 alpha-2国家代码以消除歧义。费用:2积分。
  • enrichcompanyidlookup — 通过内部数字ID查找公司,获取其专业网络URL。费用:0积分。
  • enrichcompanypicture — 获取公司的头像图片URL。费用:0积分。
  • enrichemployeelist — 列出公司员工。支持按角色(布尔搜索)、国家、雇佣状态和排序进行筛选。费用:每个返回的员工3积分。
  • enrichemployeecount — 获取公司员工数量。支持通过atdate查询历史数据。费用:1积分。
  • enrichemployee_search — 在特定公司按关键词搜索员工。使用布尔搜索语法搜索职位名称。费用:每次请求10积分。

个人(4个工具)

  • - enrichpersonprofile — 从个人资料URL(专业网络、Twitter/X或Facebook)获取结构化个人数据。返回经历、教育背景、技能等信息。费用:1积分。可选附加项:extra(1积分)、personalcontactnumber(每个号码1积分)、personalemail(每个邮箱1积分)、skills(免费)。
  • enrichpersonlookup — 通过名字和公司域名查找个人,获取其专业网络资料。提供firstname和companydomain;可选择添加lastname、title、location以提高精确度。费用:2积分。
  • enrichpersonpicture — 获取个人的头像图片URL。费用:0积分。
  • enrichrolelookup — 查找在特定公司担任特定角色的人员。提供company_name和role(例如ceo)。费用:3积分。

联系人(6个工具)

  • - enrichreverseemail — 通过电子邮件地址查找个人的专业网络资料。费用:3积分。
  • enrichreversephone — 通过电话号码(E.164格式)查找个人的专业网络资料。费用:3积分。
  • enrichworkemail — 从个人资料URL获取工作电子邮件地址。费用:3积分。
  • enrichpersonalcontact — 从个人资料URL获取个人电话号码。费用:每个联系号码1积分。
  • enrichpersonalemail — 从个人资料URL获取个人电子邮件地址。费用:每个邮箱1积分。
  • enrichdisposableemail — 检查电子邮件地址是否来自一次性邮箱提供商。费用:0积分。

学校(2个工具)

  • - enrichschoolprofile — 从专业网络URL获取结构化学校数据。费用:1积分。
  • enrichstudentlist — 列出学校的学生。支持按专业(布尔搜索)、国家和学生状态进行筛选。费用:每个返回的学生3积分。

职位(3个工具)

  • - enrichjobprofile — 从专业网络URL获取职位发布的结构化数据。费用:2积分。
  • enrichjobsearch — 搜索职位发布。可按公司、职位类型、经验级别、地点、灵活性和关键词进行筛选。费用:2积分。
  • enrichjobcount — 统计符合条件的职位发布数量。筛选条件与职位搜索相同。费用:2积分。

搜索(2个工具)

  • - enrichcompanysearch — 按地点、行业、规模、融资、成立年份等搜索公司。许多字段使用布尔搜索语法。费用:每个返回的URL 3积分。
  • enrichpersonsearch — 按姓名、地点、教育背景、角色、公司、技能等搜索个人。需要country(ISO 3166)。使用布尔搜索语法。费用:每个返回的URL 3积分。

元数据(1个工具)

  • - enrichcreditbalance — 检查您当前的丰富层积分余额。费用:0积分。

使用指南

当用户要求丰富、查找或搜索公司或个人的信息时,请遵循以下规则:

1. 大规模操作前先检查积分

在执行批量丰富(员工列表、个人搜索、公司搜索)之前,调用enrichcreditbalance检查用户的剩余积分。在执行高成本操作前,告知用户预估费用。

2. 选择最便宜且能回答问题的工具

  • - 如果已有专业网络URL,使用profile工具(1积分)而非lookup工具(2积分)。
  • 当有数字公司ID时,使用enrichcompanyidlookup(0积分)。
  • 当只需要头像时,使用enrichcompanypicture或enrichpersonpicture(0积分)。
  • 在花费积分进行丰富之前,使用enrichdisposable_email(0积分)验证邮箱。

3. 高效串联工具

许多任务需要串联两个或更多工具。遵循以下常见模式:

  • - 按角色查找个人的工作邮箱:enrichrolelookup(获取资料URL)然后enrichworkemail(获取邮箱)。总计:6积分。
  • 按姓名查找个人的工作邮箱:enrichpersonlookup(获取资料URL)然后enrichworkemail(获取邮箱)。总计:5积分。
  • 仅通过名称丰富公司信息:enrichcompanylookup(获取URL)然后enrichcompanyprofile(获取完整数据)。总计:3积分。或者传入enrichprofile: enrich一次调用获取两者,同样3积分。
  • 查找公司的决策者:enrichcompanylookup(获取URL)然后使用booleanrolesearch设置为目标角色的enrichemployeelist。
  • 验证联系人:enrichdisposableemail(免费检查)然后enrichreverse_email(查找资料)。

4. 使用enrichprofile / enrichprofiles快捷方式

多个查找和列表工具接受设置为enrich的enrichprofile或enrichprofiles参数。这将内联返回完整的资料数据,省去单独的资料调用。当您需要完整详情而不仅仅是URL时使用此功能。

5. 正确使用布尔搜索语法

员工搜索、公司搜索和个人搜索在许多字段中支持布尔运算符:

  • - OR / || — 匹配任一条件:founder OR co-founder
  • AND — 匹配所有条件:engineer AND manager
  • NOT — 排除:director NOT assistant
  • 引号用于精确短语:Vice President
  • 布尔表达式最多255个字符。

6. 控制缓存行为

所有资料工具接受use_cache:

  • - if-present — 使用缓存数据,无论时效(最快、最便宜)。
  • if-recent — 仅当资料少于29天时使用缓存。

默认使用if-present,除非用户明确需要最新数据。

7. 处理列表端点的分页

enrichemployeelist、enrichstudentlist和搜索工具接受pagesize。当内联丰富资料时(enrichprofiles: enrich),最大页面大小降至10。对于大型列表请相应规划。

8. 国家代码

多个工具接受国家/地点筛选条件。始终使用ISO 3166-1 alpha-2代码(例如us、gb、de、sg)。对于个人搜索,country参数是必需的。



示例工作流程

丰富潜在客户列表

用户:我有一个公司名称列表。请全部丰富。

  1. 1. 调用enrichcreditbalance检查可用积分。
  2. 对于每个公司名称,调用带有

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 enrich-layer-1776178504 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 enrich-layer-1776178504 技能

通过命令行安装

skillhub install enrich-layer-1776178504

下载

⬇ 下载 enrich-layer v0.2.0(免费)

文件大小: 5.26 KB | 发布时间: 2026-4-15 13:39

v0.2.0 最新 2026-4-15 13:39
Summary: Version 0.2.0 expands tool descriptions and provides detailed usage guidelines for the Enrich Layer skill.

- Expanded documentation with an overview of 25 enrichment tools for company, person, contact, school, and job data.
- Added extensive usage instructions, including credit checks, tool selection strategies, chaining workflows, and boolean search syntax.
- Described new parameters and options for various tools, such as add-ons, cache controls, and bulk-enrichment shortcuts.
- Included best practices for using the most cost-effective and efficient enrichment strategies.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部