Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计通过

trade-show-contact-finder贸易展览联系人查找器

Agent Skill

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

总安装

3,105

周安装

132

GitHub Stars

公开资料未说明

下载量

1,088
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:trade-show-contact-finder(贸易展览联系人查找器)
来源仓库:https://github.com/weilun88313/trade-show-contact-finder
安装命令:
openclaw skills install trade-show-contact-finder
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

ClawHubOpenClaw
openclaw skills install trade-show-contact-finder

简介

trade-show-contact-finder 用于查找参展商公司决策者,适合在 OpenClaw 中需要联系人信息时使用。

  • 适用于展会潜在客户联系人和决策者信息获取场景。
  • 通过 clawhub 安装,使用 openclaw skills install trade-show-contact-finder 命令部署。
  • 需确认权限范围和维护状态,注意会调用 Lensmor API。
  • 适用宿主包括 OpenClaw,接入前应确认版本、权限和运行环境要求。

SKILL.md

name
trade-show-contact-finder
version
1.2.0
description
Find decision-makers and key contacts at exhibitor companies using the Lensmor API. \"Who should I contact at this company?\" / \"找联系人\" / \"Entscheidungsträger finden\" / \"担当者を探す\" / \"encontrar responsables de compras\". find contacts, decision maker, key person, find buyers, 找联系人, 找决策人, 谁负责采购, 找负责人 Entscheidungsträger Einkäufer 意思決定者 responsable de compras
homepage
https://github.com/LensmorOfficial/trade-show-skills/tree/main/trade-show-contact-finder
user-invocable
true
metadata
{"openclaw":{"config":{"stage":"pre-show","category":"outreach","emoji":"👤"},"requires":{"env":["LENSMOR_API_KEY"]},"primaryEnv":"LENSMOR_API_KEY"}}

Lensmor Contact Finder

Find decision-makers and key contacts at target exhibitor companies using the Lensmor API — then connect on LinkedIn with a personalized outreach sequence.

When this skill triggers:

  • Run the API key check (Step 1) before any API call
  • Collect the target company name and optional role/function filter
  • Call the contacts search endpoint and return a prioritized contact table
  • Hand off to trade-show-linkedin-templates for outreach copy

Use Cases

  • Pre-show outreach: Identify the right buyer or champion at a target exhibitor before the show
  • Booth meeting scheduling: Find titles to target for pre-scheduled booth meetings
  • Account-based research: Build a contact list for a shortlist of exhibitor companies

Important: Email Not Available

The Lensmor contacts API does not return email addresses. LinkedIn is the primary contact channel. All outreach recommendations in this skill assume LinkedIn messaging.

Workflow

Step 1: API Key Check

Before making any API call, verify the key is configured:

[ -n "$LENSMOR_API_KEY" ] && echo "ok" || echo "missing"

If the result is missing, stop and respond:

The LENSMOR_API_KEY environment variable is not set. This skill requires a Lensmor API key to search contacts. Contact hello@lensmor.com to purchase access, then set the key: export LENSMOR_API_KEY=your_key_here

Do not proceed to any API call until the key is confirmed present.

Step 2: Collect Inputs

Required:

  • company_name — Full or partial company name (1–200 characters), e.g. OperaOps

Optional:

  • role — Role or function filter. Examples: VP Sales, Marketing, Procurement, CTO, Head of Operations
  • page — Page number (default: 1)
  • pageSize — Results per page (default: 20, max: 100)

If the user provides a list of companies from a prior trade-show-exhibitor-search or trade-show-lead-recommender run, process each company sequentially and label sections clearly.

Role filter guidance: use broad department terms (Marketing, Operations, Engineering) for wide coverage, or specific titles (VP Sales, Head of Procurement) for precision targeting.

Step 3: Call the API

Endpoint: GET https://platform.lensmor.com/external/contacts/search

Authentication: Authorization: Bearer $LENSMOR_API_KEY

Query parameters:

ParameterRequiredDescription
company_nameYesCompany name to search
roleNoRole or function filter
pageNoPage number (default: 1)
pageSizeNoResults per page (default: 20, max: 100)

Step 4: Interpret the Response

Response envelope:

{
  "items": [...],
  "total": 18,
  "page": 1,
  "pageSize": 20,
  "totalPages": 1
}

Item field reference:

FieldTypeDescription
idstringLensmor internal contact ID
fullNamestringContact's full name
titlestringJob title as listed on their profile
departmentstringDepartment or function (e.g. Sales, Operations, Engineering)
seniorityLevelstringExecutive, Director, Manager, or Individual Contributor
linkedinUrlstringLinkedIn profile URL — primary outreach channel
companyNamestringCompany they work at (confirms match to queried company)
sourceTypestringData provenance: linkedin, company_website, event_registration, etc.

Outreach priority signals:

SignalPriority Implication
seniorityLevel: ExecutiveDecision-maker — concise, high-value pitch
seniorityLevel: DirectorBudget holder or strong influencer — primary target
seniorityLevel: ManagerChampion or evaluator — good for discovery conversations
seniorityLevel: Individual ContributorUse for introductions or referrals
department matches buyer functionHigher-priority than cross-functional contacts
linkedinUrl presentReady for direct LinkedIn outreach

Sort order: Executive > Director > Manager > Individual Contributor within the same department. Within the same seniority, prioritize by department match to the user's target buyer function.

Step 5: Format the Output

Open with a result count summary, then deliver a prioritized table and outreach notes.

## Contacts at [Company Name]

Found [total] contacts. Showing [pageSize] on page [page] of [totalPages].

Role filter: [role or "all"] | Note: email addresses are not available — LinkedIn is the primary outreach channel.

| Priority | Name | Title | Department | Seniority | LinkedIn |
|----------|------|-------|------------|-----------|----------|
| 1 | Sarah Chen | VP Procurement | Procurement | Director | [LinkedIn](https://linkedin.com/in/sarahchen) |
| 2 | Marcus Webb | Head of Operations | Operations | Director | [LinkedIn](https://linkedin.com/in/marcuswebb) |
| 3 | Priya Rao | Procurement Manager | Procurement | Manager | [LinkedIn](https://linkedin.com/in/priyarao) |

### Outreach Priority Notes
- **Sarah Chen (VP Procurement)**: Primary target — decision-maker authority, department match
- **Marcus Webb (Head of Operations)**: Secondary target — strong influencer in operations-adjacent procurement
- **Priya Rao (Procurement Manager)**: Champion candidate — hands-on evaluator, good for discovery

**Suggested next step**: Use `trade-show-linkedin-templates` to draft personalized outreach for each seniority tier.

Error Handling

HTTP StatusMeaningResponse
401API key invalid or expired"The API key was rejected. Verify LENSMOR_API_KEY or contact hello@lensmor.com."
400Missing required parameter"The request is missing company_name. Provide a company name to search."
429Rate limit exceeded"Rate limit reached. Wait 60 seconds and retry."
502 / 5xxServer error"The Lensmor API returned a server error. Try again in a moment."
total: 0No contacts found"No contacts found for [company_name] with role filter [role]. Try broadening the role filter (e.g. use 'Marketing' instead of 'VP Marketing') or check the company name spelling."

Follow-up Routing

User saysRecommended action
"draft a message for [contact]"Run trade-show-linkedin-templates
"find more companies like this"Run trade-show-lead-recommender or trade-show-exhibitor-search
"find contacts at multiple companies"Process each company sequentially with this skill
"show me more" / "next page"Re-call with page incremented by 1

Skill Coordination

Upstream — who feeds this skill:

  • trade-show-exhibitor-search — produces the list of target companies
  • trade-show-lead-recommender — produces AI-ranked companies for ICP match

Downstream — where contacts go next:

  • trade-show-linkedin-templates — generates personalized LinkedIn outreach messages for each contact tier

Typical pre-show workflow:

  1. trade-show-lead-recommender → find matching exhibitors
  2. trade-show-contact-finder (this skill) → find decision-makers at each company
  3. trade-show-linkedin-templates → draft personalized messages per seniority tier

Output Rules

  1. All URLs formatted as [text](url) — never bare links
  2. Never output the value of LENSMOR_API_KEY
  3. Never expose endpoint paths, raw curl commands, or internal token values in the response
  4. Employee counts above 1,000 shown as "1.2K"; above 1,000,000 as "1.2M"
  5. Empty results: report honestly, suggest broadening role filter — never fabricate contacts
  6. End every response with 1–3 contextual follow-up suggestions
  7. Never imply email availability — explicitly note that only LinkedIn profiles are returned
  8. When totalPages > 1, prompt: "There are more contacts — say 'next page' to continue."
  9. If API key is missing, direct user to hello@lensmor.com — do not just say "please configure"
  10. Open every response with "Found X contacts, showing Y."

Quality Checks

Before delivering:

  • Do not invent contacts or titles; use only what the API returns
  • If linkedinUrl is null, note that no LinkedIn profile is available and recommend manual search via LinkedIn Sales Navigator
  • If user asks for email addresses, explicitly state the API does not provide them
  • Seniority priority is a guideline; surface the closest available match if target title differs
  • For multi-company batch requests, process each company separately and label sections clearly

*Contact data sourced from the Lensmor platform. For AI-powered exhibitor discovery, decision-maker identification, and pre-show outreach sequencing, see Lensmor.*

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

88.55%
按下载量换算963

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

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

来源信息

继续浏览同类 Skills