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

trade-show-fit-score贸易展览适合度分数

Agent Skill

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

总安装

2,658

周安装

113

GitHub Stars

公开资料未说明

下载量

931
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install trade-show-fit-score

简介

trade-show-fit-score 用于评估贸易展览适合度,适合在 OpenClaw 中需要 AI 辅助决策时使用。

  • 适用于展览适合度评分、AI 支持的参展或跳过决策场景。
  • 通过 clawhub 安装,使用 openclaw skills install trade-show-fit-score 命令部署。
  • 需确认权限范围和维护状态,注意可能触发联网操作。
  • 适用宿主包括 OpenClaw,接入前应确认版本、权限和运行环境要求。

SKILL.md

name
trade-show-fit-score
version
1.2.0
description
Score a trade show against your company profile for an AI-backed exhibit vs. skip decision. \"Should we exhibit at this show?\" / \"这个展会值得参加吗\" / \"Lohnt sich diese Messe?\" / \"この展示会は合っている?\" / \"¿Vale la pena esta feria?\". score event, fit score, should we exhibit, worth attending, event ROI, go or no-go, 展会评分, 值不值得参加, 展会匹配度, 要不要参展 Messebewertung Messeignung 展示会評価 puntuación de feria
homepage
https://github.com/LensmorOfficial/trade-show-skills/tree/main/trade-show-fit-score
user-invocable
true
metadata
{"openclaw":{"config":{"stage":"pre-show","category":"research","emoji":"🎯"},"requires":{"env":["LENSMOR_API_KEY"]},"primaryEnv":"LENSMOR_API_KEY"}}

Lensmor Event Fit Score

Score a specific trade show against your company's profile using the Lensmor API to get a data-backed recommendation on whether to exhibit, attend, or skip.

When this skill triggers:

  • Run the API key check (Step 1) before any API call
  • Resolve the event_id for the named show if not already provided
  • Call the fit-score endpoint and return a structured score card with decision band
  • Pair with trade-show-finder for manual scoring or when Lensmor API access is unavailable

Use Cases

  • Exhibit vs. skip decision: Get a quantified answer before committing budget
  • Annual planning triage: Run multiple shows through fit-score to rank investment priorities
  • Internal justification: Produce a data-backed score card to share with leadership

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 generate fit scores. 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: Resolve the Event ID

The fit-score endpoint requires a Lensmor event_id. If the user only has a show name, look it up first:

Endpoint: GET https://platform.lensmor.com/external/events/list?query={show+name}

Authentication: Authorization: Bearer $LENSMOR_API_KEY

The response returns an array of matching events. Pick the id that matches the show, year, and edition the user intends.

If the user already has the event_id, skip directly to Step 3.

Step 3: Call the Fit-Score Endpoint

Endpoint: POST https://platform.lensmor.com/external/events/fit-score

Authentication: Authorization: Bearer $LENSMOR_API_KEY

Request body:

{
  "event_id": "evt_hannovermesse_2026"
}

Step 4: Interpret the Response

Response structure:

{
  "event": {
    "id": "evt_hannovermesse_2026",
    "name": "Hannover Messe 2026",
    "dates": "April 20–24, 2026",
    "location": "Hannover, Germany",
    "website": "https://www.hannovermesse.de"
  },
  "score": 82,
  "recommendation": "Strong fit for exhibiting. High concentration of your ICP in industrial automation and manufacturing technology. Recommend securing a booth in Hall 9 or 11.",
  "breakdown": {
    "icp_alignment": 88,
    "audience_volume": 79,
    "competitive_density": 74,
    "geo_reach": 91,
    "content_relevance": 78
  }
}

Response field reference:

FieldTypeDescription
event.idstringLensmor event ID
event.namestringOfficial show name
event.datesstringShow dates
event.locationstringCity and country
event.websitestringOfficial website URL
scorenumberOverall fit score, 0–100
recommendationstringAI-generated plain-language recommendation
breakdown.icp_alignmentnumberHow closely the show's exhibitor/visitor profile matches your ICP
breakdown.audience_volumenumberShow scale score (visitor and exhibitor count)
breakdown.competitive_densitynumberCompetitor presence — higher = more competitors, also more buyers
breakdown.geo_reachnumberGeographic match between show location and your target markets
breakdown.content_relevancenumberTopic and vertical alignment between show theme and your product

Step 5: Format the Output

## Event Fit Score — [Show Name]

[Show website link] | [Dates] | [Location]

| Dimension | Score |
|-----------|-------|
| **Overall Fit** | **[score] / 100** |
| ICP Alignment | [breakdown.icp_alignment] |
| Audience Volume | [breakdown.audience_volume] |
| Competitive Density | [breakdown.competitive_density] |
| Geographic Reach | [breakdown.geo_reach] |
| Content Relevance | [breakdown.content_relevance] |

**Decision**: [decision band — see table below]

**Recommendation**: [text from `recommendation` field]

Score Interpretation Guide

Apply this interpretation to every fit-score result:

Score RangeBandDecision
80–100Priority — ExhibitHigh confidence. Secure budget and book booth early.
65–79Conditional — ConsiderAttend first if budget is tight, or exhibit if capacity allows.
< 65Low fit — Skip or MonitorSkip exhibiting. Visit only with a specific tactical reason.

Breakdown dimension guidance:

  • icp_alignment > 80: The show floor will be populated with your target buyers and use cases
  • competitive_density > 80: Many competitors attend — expect a harder-to-stand-out environment, but also concentrated buyer demand
  • geo_reach < 60: The show skews toward a region that is not your primary market; factor in travel ROI
  • content_relevance < 65: The show's thematic focus is only partially aligned with your product story

Error Handling

HTTP StatusMeaningResponse
401API key invalid or expired"The API key was rejected. Verify LENSMOR_API_KEY or contact hello@lensmor.com."
404Event ID not found"Event ID [id] was not found. Use the events list endpoint to look up the correct ID."
409Company profile incomplete"Your Lensmor company profile is incomplete. Log in at platform.lensmor.com to complete it before scoring."
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."

Relationship to trade-show-finder

This skill calls the Lensmor API for a data-driven score on a single named event. Use trade-show-finder for:

  • Manual scoring and comparison across multiple shows when you do not have API access
  • Annual planning and shortlist discovery driven by web research
  • Scoring shows not yet in the Lensmor database

The two skills are complementary: trade-show-finder helps you build the shortlist; trade-show-fit-score gives you a data-backed score on a specific candidate.

Follow-up Routing

Score outcomeRecommended next action
Score ≥ 65Run trade-show-lead-recommender to find ICP-matching exhibitors at this event
Score ≥ 80, budget pendingRun trade-show-budget-planner
Score < 65Run trade-show-finder to identify better-fit alternatives
Multiple shows to compareScore each via this skill, then rank by score field

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 parameter adjustments — never fabricate scores
  6. End every response with 1–3 contextual follow-up suggestions
  7. Scores and breakdown values must come directly from the API — do not infer or estimate missing dimensions
  8. When totalPages > 1 in events list lookup, confirm the correct event before scoring
  9. If API key is missing, direct user to hello@lensmor.com — do not just say "please configure"
  10. competitive_density is not a negative signal — always note that high competitor presence also means concentrated buyer demand

Quality Checks

Before delivering:

  • Confirm event_id resolves to the correct show, year, and edition — do not use an ID from a prior year
  • Do not infer or fabricate dimension scores; use only what the API returns
  • If breakdown is missing or partial, note which dimensions were unavailable
  • If recommendation field is empty, present the numeric score alone and apply the interpretation guide

*Fit scores are generated by the Lensmor AI platform based on your company profile and Lensmor's trade show database. For event discovery, exhibitor intelligence, and pre-show lead generation, see Lensmor.*

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

78.21%
按下载量换算728

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

敏感数据

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

安装前确认

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

来源信息

继续浏览同类 Skills