← Back to Skills Marketplace
31
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install trade-qualifier
Description
B2B外贸客户筛选技能 - 6维度深度评估 + A/B/C/D智能分级
README (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 📈 → 数据看板
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install trade-qualifier - After installation, invoke the skill by name or use
/trade-qualifier - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release - B2B外贸客户筛选技能
Metadata
Frequently Asked Questions
What is Trade Qualifier?
B2B外贸客户筛选技能 - 6维度深度评估 + A/B/C/D智能分级. It is an AI Agent Skill for Claude Code / OpenClaw, with 31 downloads so far.
How do I install Trade Qualifier?
Run "/install trade-qualifier" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Trade Qualifier free?
Yes, Trade Qualifier is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Trade Qualifier support?
Trade Qualifier is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Trade Qualifier?
It is built and maintained by WangM-A3 (@wangm-a3); the current version is v1.0.0.
More Skills