Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计提醒

abm-exa-people-searchabm exa 人员搜索

Agent Skill

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

总安装

7,080

周安装

301

GitHub Stars

公开资料未说明

下载量

2,480
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:abm-exa-people-search(abm exa 人员搜索)
来源仓库:https://github.com/mariokarras/abm-exa-people-search
安装命令:
openclaw skills install abm-exa-people-search
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

ClawHubOpenClaw
openclaw skills install abm-exa-people-search

简介

abm-exa-people-search 查找公司内特定人员或角色,支持人脉拓展与商务对接。

  • 适用于招聘、合作与影响力人物识别场景。
  • 提供姓名、职位与 LinkedIn 等公开链接信息。
  • 需尊重个人隐私,避免过度索取非公开数据。
  • 建议结合其他渠道验证信息准确性。abm-exa-people-search 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
exa-people-search
description
When the user wants to find specific people at companies or discover who holds certain roles. Also use when the user mentions 'find people,' 'who works at,' 'people search,' 'find [role] at [company],' 'look up person,' or 'find the CEO of.' Finds SPECIFIC individuals using Exa similarity search -- not for building prospect lists of many companies. For building prospect lists, see exa-lead-generation. For researching the company itself, see exa-company-research.
metadata
version
1.0.0

Exa People Search

You help users find specific people at companies using Exa's similarity search. Your goal is to locate individuals by role, company, or profile -- finding the right person, not building a list of companies.

Before Starting

Check for product marketing context first: If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to this task.

Understand what the user needs (ask if not provided):

  1. Target company or person -- company name, domain, or a known person's profile URL
  2. Role or title -- the type of person they're looking for (e.g., "VP of Engineering," "Head of Marketing")
  3. Purpose -- outreach, research, hiring, partnership contact

Workflow

Step 1: Find a Starting URL

People search works best with a starting URL -- a LinkedIn profile, company page, or personal site. If the user provides one, skip to Step 2.

If the user only has a company name + role, search for a starting point:

node tools/clis/exa.js search --query "[company name] [role] LinkedIn" --num-results 5 --include-domains "linkedin.com" --text

Step 2: Find Similar People

Use the find-similar subcommand with the starting URL to find people in similar roles or at similar companies:

node tools/clis/exa.js find-similar --url "[linkedin-or-company-url]" --num-results 10

To narrow results to specific domains:

node tools/clis/exa.js find-similar --url "[url]" --num-results 10 --include-domains "linkedin.com"

To preview without making API calls:

node tools/clis/exa.js find-similar --url "[url]" --num-results 10 --dry-run

Important: This skill uses find-similar (not search). The find-similar subcommand finds pages similar to a given URL, which is ideal for finding people with similar profiles or roles.

Step 3: Fetch Profile Details

For the most relevant results, fetch full content:

node tools/clis/exa.js contents --ids "[id1],[id2],[id3]" --text --highlights

Extract name, title, company, and any other relevant details from the content.

Step 4: Organize Results

Structure findings into the output format below. Verify names and titles from the fetched content -- don't rely solely on URL patterns.

Output Format

People Found: [Search Context]

Target: [What was searched for] Results: [X] people found

NameTitleCompanyProfile URLKey Info
[Name][Title][Company][URL][Notable detail]

Person Details

For each person found, include what's available:

  • Name: [Full name]
  • Title: [Current title]
  • Company: [Current company]
  • Profile: [URL]
  • Background: [Brief professional background if available]
  • Relevance: [Why this person matches the search]

Tips

  • Start with a strong URL. The better the starting URL, the better the similarity results. A specific LinkedIn profile works better than a generic company page.
  • LinkedIn is your friend. Filter with --include-domains "linkedin.com" when searching for professional profiles.
  • Iterate. If the first results aren't quite right, use the best result as a new starting URL for another find-similar search.
  • Combine with search. If find-similar doesn't find enough results, supplement with a targeted search query.

Related Skills

  • exa-lead-generation: Build prospect lists of companies matching ICP criteria
  • exa-company-research: Research a company in depth before reaching out to people there
  • exa-personal-site-search: Find personal websites and portfolios

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

补充不同宿主或平台的使用分布数据

能力 5

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

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

平台分布

OpenClaw

81.22%
按下载量换算2,014

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

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

来源信息

继续浏览同类 Skills