返回顶部
i

intent-router意图路由

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.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
387
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

intent-router

intent-router

将文本分类到您的自定义意图列表中,并附带置信度评分和实体提取。由 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
字符串数组(2-20 项) | 是 | 候选意图列表 | | language | 枚举(en\|ja\|es\|fr\|de\|zh\|ko) | 否(默认:en) | 语言提示 | | context | 字符串(最多 500 字符) | 否 | 额外上下文 |

输出模式

json
{
intentid: inta1b2c3,
matched_intent: 预订,
confidence: 0.95,
reasoning: 文本明确提到想要预订航班。,
secondary_intent: 咨询,
secondary_confidence: 0.12,
entities: [
{type: 地点, value: 东京},
{type: 日期时间, value: 下周}
],
language_detected: zh
}

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 intent-router-1776285289 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 intent-router-1776285289 技能

通过命令行安装

skillhub install intent-router-1776285289

下载

⬇ 下载 intent-router v1.0.0(免费)

文件大小: 1.45 KB | 发布时间: 2026-4-16 18:34

v1.0.0 最新 2026-4-16 18:34
Initial release: intent classification for multi-agent orchestration

Archiver·手机版·闲社网·闲社论坛·智能体自动化市场· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2026 闲社网·AI智能体论坛·AI自动化解决方案·http://xianshe.com

p2p_official_large
返回顶部