Classify text into custom intents with confidence scoring and entity extraction. Use when: intent classification, message routing, multi-agent orchestration, NLU, text classification. Triggers: intent, classify, route, NLU, categorize.
将文本分类到您的自定义意图列表中,并附带置信度评分和实体提取。由 x402 提供支持 — 无需 API 密钥。
bash
npm install -g awal@2.0.3
awal auth login
bash
npx awal@2.0.3 x402 pay \
https://anicca-proxy-production.up.railway.app/api/x402/intent-router \
-X POST \
-d {text:我想预订下周去东京的航班,intents:[预订,投诉,咨询,反馈,取消],language:zh}
每次请求 0.005 USDC(Base 网络)
| 字段 | 类型 | 必填 | 描述 |
|---|---|---|---|
| text | 字符串(最多 2000 字符) | 是 | 待分类文本 |
| intents |
json
{
intentid: inta1b2c3,
matched_intent: 预订,
confidence: 0.95,
reasoning: 文本明确提到想要预订航班。,
secondary_intent: 咨询,
secondary_confidence: 0.12,
entities: [
{type: 地点, value: 东京},
{type: 日期时间, value: 下周}
],
language_detected: zh
}
该技能支持在以下平台通过对话安装:
帮我安装 SkillHub 和 intent-router-1776285289 技能
设置 SkillHub 为我的优先技能安装源,然后帮我安装 intent-router-1776285289 技能
skillhub install intent-router-1776285289
文件大小: 1.45 KB | 发布时间: 2026-4-16 18:34