← 返回 Skills 市场
wangm-a3

Trade Qualifier

作者 WangM-A3 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
31
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install trade-qualifier
功能描述
B2B外贸客户筛选技能 - 6维度深度评估 + A/B/C/D智能分级
使用说明 (SKILL.md)

Trade Qualifier - B2B客户深度评分

功能

  • 6维度深度评估(规模/匹配/采购力/信用/增长/风险)
  • A/B/C/D智能分级
  • 雷达图+漏斗可视化输出
  • 支持自定义权重配置

触发条件

当用户需要:

  • 对客户列表进行评分
  • 筛选高价值目标客户
  • 评估客户优先级
  • 查看客户多维度分析

使用方法

基本用法

用户: 帮我评分这20家客户
技能: 调用trade-qualifier评估并返回分级结果

权重配置

{
  weights: {
    scale: 0.20,      // 公司规模
    match: 0.25,      // 产品匹配
    purchasing: 0.20, // 采购力
    credit: 0.15,     // 信用评级
    growth: 0.15,     // 增长潜力
    risk: 0.05        // 合规风险
  }
}

输出格式

{
  "success": true,
  "grades": {
    "A": { "count": 8, "minScore": 80, "companies": [...] },
    "B": { "count": 10, "minScore": 70, "companies": [...] },
    "C": { "count": 2, "minScore": 60, "companies": [...] },
    "D": { "count": 0, "minScore": 0, "companies": [] }
  }
}

闭环生态

Trade Qualifier 是外贸获客4技能闭环的第二环:

  • trade-hunter 🔍 → 客户发现
  • trade-qualifier 📊 → 客户筛选
  • trade-closer ✉️ → 开发信生成
  • trade-dashboard 📈 → 数据看板
安全使用建议
This skill looks safe to review and use for lead scoring. Before relying on results, confirm what data sources the agent uses for company size, credit, purchasing power, and compliance risk, and ask the publisher to clarify or remove the unexplained curl requirement.
功能分析
Type: OpenClaw Skill Name: trade-qualifier Version: 1.0.0 The trade-qualifier skill bundle is a set of instructions and metadata for an AI agent to perform B2B lead scoring and classification. The logic defined in SKILL.md and README.md is consistent with the stated purpose of customer evaluation across six dimensions. No malicious code, data exfiltration attempts, or harmful prompt injection instructions were found in any of the files, including the sample CSV data.
能力评估
Purpose & Capability
The described capability—scoring and grading B2B leads across six dimensions—is consistent across SKILL.md, README.md, examples, and package metadata.
Instruction Scope
The instructions are limited to user-requested lead qualification and formatted scoring output; no hidden role changes, prompt overrides, or unsafe autonomous actions are present.
Install Mechanism
There is no install spec or executable code. The skill does declare a required curl binary, but the artifacts do not show any command or endpoint using it.
Credentials
No environment variables, credentials, config paths, local file access, or network endpoints are required by the provided artifacts.
Persistence & Privilege
The artifacts do not request persistence, background execution, account privileges, stored memory, or mutation authority.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install trade-qualifier
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /trade-qualifier 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release - B2B外贸客户筛选技能
元数据
Slug trade-qualifier
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Trade Qualifier 是什么?

B2B外贸客户筛选技能 - 6维度深度评估 + A/B/C/D智能分级. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 31 次。

如何安装 Trade Qualifier?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install trade-qualifier」即可一键安装,无需额外配置。

Trade Qualifier 是免费的吗?

是的,Trade Qualifier 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Trade Qualifier 支持哪些平台?

Trade Qualifier 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Trade Qualifier?

由 WangM-A3(@wangm-a3)开发并维护,当前版本 v1.0.0。

💬 留言讨论